org.eclipse.birt.report.engine.api.script.instance
Interface IDataItemInstance
- All Superinterfaces:
- IReportElementInstance, IReportItemInstance
- public interface IDataItemInstance
- extends IReportItemInstance
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 |
getValue
public java.lang.Object getValue()
createAction
public IActionInstance createAction()
- Create a new action instance, witch can be bookmark, hyperlink or
drillThrough. The default action instance type is NULL.
getAction
public IActionInstance getAction()
- Get the action instance.
setAction
public void setAction(IActionInstance actionInstance)
- set the actionInstance
- Parameters:
actionInstance
-
Copyright © 2005 Actuate Corp. All rights reserved.