Interface IReportItemInstance
-
- All Superinterfaces:
IReportElementInstance
- All Known Subinterfaces:
IAbstractTextInstance
,IDataItemInstance
,IDynamicTextInstance
,IGridInstance
,IImageInstance
,ILabelInstance
,IListInstance
,ITableInstance
,ITextItemInstance
public interface IReportItemInstance extends IReportElementInstance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getHelpText()
Get the help textjava.lang.String
getHyperlink()
Get the hyperlinkjava.lang.String
getName()
Get the namevoid
setHelpText(java.lang.String helpText)
Set the help textvoid
setName(java.lang.String name)
Set the name-
Methods inherited from interface org.eclipse.birt.report.engine.api.script.instance.IReportElementInstance
getHeight, getHorizontalPosition, getNamedExpressionValue, getParent, getRowData, getStyle, getUserPropertyValue, getVerticalPosition, getWidth, setHeight, setHorizontalPosition, setUserPropertyValue, setVerticalPosition, setWidth
-
-
-
-
Method Detail
-
getHyperlink
java.lang.String getHyperlink()
Get the hyperlink- Returns:
- the hyperlink
-
getName
java.lang.String getName()
Get the name
-
setName
void setName(java.lang.String name)
Set the name
-
getHelpText
java.lang.String getHelpText()
Get the help text
-
setHelpText
void setHelpText(java.lang.String helpText)
Set the help text
-
-