Class IncludeScriptHandle
java.lang.Object
org.eclipse.birt.report.model.api.ElementDetailHandle
org.eclipse.birt.report.model.api.ValueHandle
org.eclipse.birt.report.model.api.StructureHandle
org.eclipse.birt.report.model.api.IncludeScriptHandle
Represents the handle of the included script. Each script in report design
has the following properties:
- File Name
- a include script structure in the report design has a required file name to load the script.
-
Field Summary
Fields inherited from class org.eclipse.birt.report.model.api.StructureHandle
structContext
Fields inherited from class org.eclipse.birt.report.model.api.ElementDetailHandle
elementHandle
-
Constructor Summary
ConstructorsConstructorDescriptionIncludeScriptHandle
(SimpleValueHandle valueHandle, int index) Constructs the handle of the included script. -
Method Summary
Modifier and TypeMethodDescriptionReturns file name of the script.void
setFileName
(String fileName) Sets the file name of the script.Methods inherited from class org.eclipse.birt.report.model.api.StructureHandle
drop, getContext, getDefn, getExpressionProperty, getExternalizedValue, getExternalizedValue, getIntProperty, getMember, getProperty, getPropertyDefn, getStringProperty, getStructure, isDesignTime, isLocal, iterator, setDesignTime, setExpressionProperty, setProperty, setPropertySilently
Methods inherited from class org.eclipse.birt.report.model.api.ValueHandle
getReference
Methods inherited from class org.eclipse.birt.report.model.api.ElementDetailHandle
getDesign, getElement, getElementHandle, getModule
-
Constructor Details
-
IncludeScriptHandle
Constructs the handle of the included script.- Parameters:
valueHandle
- the value handle for the included script list of one propertyindex
- the position of this included script in the list
-
-
Method Details
-
getFileName
Returns file name of the script.- Returns:
- file name of the script
-
setFileName
Sets the file name of the script.- Parameters:
fileName
- the file name to set
-