public class IncludedCssStyleSheetHandle extends StructureHandle
structContext
elementHandle
Constructor and Description |
---|
IncludedCssStyleSheetHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of the included css style sheet.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExternalCssURI()
Gets the URI of the external CSS.
|
java.lang.String |
getFileName()
Gets the file name of the include css style sheet.
|
boolean |
isUseExternalCss() |
void |
setExternalCssURI(java.lang.String externalCssURI)
Sets the URI of the external CSS.
|
void |
setFileName(java.lang.String fileName)
Sets the file name of the included css style sheet..
|
void |
setUseExternalCss(boolean useExternalCss) |
drop, getContext, getDefn, getExpressionProperty, getExternalizedValue, getExternalizedValue, getIntProperty, getMember, getProperty, getPropertyDefn, getStringProperty, getStructure, isDesignTime, isLocal, iterator, setDesignTime, setExpressionProperty, setProperty, setPropertySilently
getReference
getDesign, getElement, getElementHandle, getModule
public IncludedCssStyleSheetHandle(SimpleValueHandle valueHandle, int index)
valueHandle
- the value handle for the included css style sheet list of one
propertyindex
- the position of this included css style sheet in the listpublic java.lang.String getFileName()
public void setFileName(java.lang.String fileName) throws SemanticException
fileName
- the file name.SemanticException
public java.lang.String getExternalCssURI()
public void setExternalCssURI(java.lang.String externalCssURI) throws SemanticException
externalCssURI
- the URI of the external CSS.SemanticException
public void setUseExternalCss(boolean useExternalCss) throws SemanticException
SemanticException
public boolean isUseExternalCss()
Copyright © 2008 Actuate Corp. All rights reserved.