org.eclipse.birt.report.engine.api.script.instance
Interface IReportItemInstance

All Superinterfaces:
IReportElementInstance
All Known Subinterfaces:
IAbstractTextInstance, IDataItemInstance, IDynamicTextInstance, IGridInstance, IImageInstance, ILabelInstance, IListInstance, ITableInstance, ITextItemInstance

public interface IReportItemInstance
extends IReportElementInstance


Method Summary
 java.lang.String getHelpText()
          Get the help text
 java.lang.String getHyperlink()
          Get the hyperlink
 java.lang.String getName()
          Get the name
 void setHelpText(java.lang.String helpText)
          Set the help text
 void 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



Copyright © 2008 Actuate Corp. All rights reserved.