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
-
public class IncludeScriptHandle extends StructureHandle
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
Constructors Constructor Description IncludeScriptHandle(SimpleValueHandle valueHandle, int index)
Constructs the handle of the included script.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFileName()
Returns file name of the script.void
setFileName(java.lang.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 Detail
-
IncludeScriptHandle
public IncludeScriptHandle(SimpleValueHandle valueHandle, int index)
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
-
-