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.elements.structures |
Defines the structure types in Model system.
|
Modifier and Type | Method and Description |
---|---|
Expression |
DesignElementHandle.getPropertyBindingExpression(java.lang.String propName)
Returns the overridden value of the specified property given its internal
name.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Expression> |
ExpressionListHandle.getListValue()
Returns the value as an expression list.
|
Modifier and Type | Method and Description |
---|---|
void |
ReportItemHandleImpl.setAltTextExpression(Expression altText)
Sets the alternate text of this label item.
|
void |
CellHandle.setAltTextExpression(Expression altText)
Sets the alternate text of this label item.
|
void |
StructureHandle.setExpressionProperty(java.lang.String memberName,
Expression value)
Sets the value of the member as an expression.
|
void |
DesignElementHandle.setExpressionProperty(java.lang.String propName,
Expression expression)
Sets the value of a property to 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.
|
void |
FilterConditionHandle.setValue2(Expression value2Expr)
Sets the value 2 expression of this filter condition.
|
Modifier and Type | Method and Description |
---|---|
void |
ExpressionListHandle.setListValue(java.util.List<Expression> toSet)
Returns the value as an expression list.
|
Modifier and Type | Field and Description |
---|---|
protected Expression |
Rule.displayExpre
Display value.
|
protected Expression |
SearchKey.expression
Value of the expression property.
|
protected Expression |
HideRule.expression
The expression for the visibility rule.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Expression |
CalculationArgument.getValue()
Returns the argument value.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Expression> |
ParamBinding.getExpressionList()
Returns the list of the expressions.
|
Modifier and Type | Method and Description |
---|---|
void |
ComputedColumn.setReferenceDateValue(Expression expr)
Sets the reference date value with the expression value.
|
void |
CalculationArgument.setValue(Expression argumentValue)
Sets the argument value.
|
void |
FilterCondition.setValue2(Expression value)
Sets the value 2 expression.
|
Modifier and Type | Method and Description |
---|---|
void |
ParamBinding.setExpression(java.util.List<Expression> values)
Sets the binding expression list.
|
Copyright © 2008 Actuate Corp. All rights reserved.