Uses of Class
org.eclipse.birt.report.model.api.ExpressionHandle
-
Packages that use ExpressionHandle Package Description org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.")org.eclipse.birt.report.model.api.olap -
-
Uses of ExpressionHandle in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return ExpressionHandle Modifier and Type Method Description ExpressionHandle
ColumnHintHandle. getACLExpression()
Gets the expression handle for theACLExpression
member.ExpressionHandle
DataSetHandle. getACLExpression()
Gets the expression handle for theACLExpression
property.ExpressionHandle
CellHandle. getAltTextExpression()
Returns the alternate text of this label item.ExpressionHandle
ReportItemHandleImpl. getAltTextExpression()
Returns the alternate text of this label item.ExpressionHandle
DesignElementHandle. getExpressionProperty(java.lang.String propName)
Returns a handle to work with an expression property.ExpressionHandle
StructureHandle. getExpressionProperty(java.lang.String memberName)
Gets the value of the member as an expression.ExpressionHandle
ComputedColumnHandle. getReferenceDateValue()
Gets the expression handle for the reference date value member.ExpressionHandle
DataSetHandle. getRowACLExpression()
Gets the expression handle for the ACL expression for one row.ExpressionHandle
CalculationArgumentHandle. getValue()
Gets the expression handle for the value member. -
Uses of ExpressionHandle in org.eclipse.birt.report.model.api.olap
Methods in org.eclipse.birt.report.model.api.olap that return ExpressionHandle Modifier and Type Method Description ExpressionHandle
CubeHandle. getACLExpression()
Gets the expression handle for theACLExpression
property.ExpressionHandle
DimensionHandle. getACLExpression()
Gets the expression handle for theACLExpression
property.ExpressionHandle
LevelHandle. getACLExpression()
Gets the expression handle for theACLExpression
property.ExpressionHandle
MeasureHandle. getACLExpression()
Gets the expression handle for theACLExpression
property.ExpressionHandle
LevelHandle. getMemberACLExpression()
Gets the expression handle for the ACL expression for any member of this level.
-