Uses of Class
org.eclipse.birt.report.model.api.Expression

Packages that use Expression
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.elements.structures Defines the structure types in Model system. 
 

Uses of Expression in org.eclipse.birt.report.model.api
 

Methods in org.eclipse.birt.report.model.api that return Expression
 Expression DesignElementHandle.getPropertyBindingExpression(java.lang.String propName)
          Returns the overridden value of the specified property given its internal name.
 

Methods in org.eclipse.birt.report.model.api that return types with arguments of type Expression
 java.util.List<Expression> ExpressionListHandle.getListValue()
          Returns the value as an expression list.
 

Methods in org.eclipse.birt.report.model.api with parameters of type Expression
 void DesignElementHandle.setExpressionProperty(java.lang.String propName, Expression expression)
          Sets the value of a property to an expression.
 void StructureHandle.setExpressionProperty(java.lang.String memberName, Expression value)
          Sets the value of the member as an expression.
 void ImageHandle.setFile(Expression expr)
          Sets the image uri property by an expression.
 void DesignElementHandle.setPropertyBinding(java.lang.String propName, Expression value)
          Sets the mask of the specified property.
 void ImageHandle.setURL(Expression expr)
          Sets the image uri property by an expression.
 

Method parameters in org.eclipse.birt.report.model.api with type arguments of type Expression
 void ExpressionListHandle.setListValue(java.util.List<Expression> toSet)
          Returns the value as an expression list.
 

Uses of Expression in org.eclipse.birt.report.model.api.elements.structures
 

Fields in org.eclipse.birt.report.model.api.elements.structures declared as Expression
protected  Expression Rule.displayExpre
          Display value.
protected  Expression HideRule.expression
          The expression for the visibility rule.
protected  Expression SearchKey.expression
          Value of the expression property.
protected  Expression JoinCondition.leftExpression
          Value of the left coloumn property.
protected  Expression JoinCondition.rightExpression
          Value of the right coloumn property.
protected  Expression Rule.ruleExpre
          Static value.
protected  Expression StyleRule.testExpression
          the test expression for this highlight rule.
protected  Expression PropertyBinding.value
          Value expression of this property binding.
protected  Expression StyleRule.value2
          Expression for the second operand.
 



Copyright © 2008 Actuate Corp. All rights reserved.