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

public java.lang.String getHyperlink()
Get the hyperlink

Returns:
the hyperlink

getName

public java.lang.String getName()
Get the name


setName

public void setName(java.lang.String name)
Set the name


getHelpText

public java.lang.String getHelpText()
Get the help text


setHelpText

public void setHelpText(java.lang.String helpText)
Set the help text



Copyright © 2005 Actuate Corp. All rights reserved.