|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents an instance of a extended report element that can work with the bound data columns.
ICompatibleReportItem is responsible for providing backward compatibility for the extended item. Parts of migration work from BIRT 2.1M5 to BIRT 2.1.0 for bound data columns.
Method Summary | |
java.util.List |
getRowExpressions()
Returns a list containing the possible JavaScript expressions. |
void |
updateRowExpressions(java.util.Map newExpressions)
Updates existed expresssions with the given expressions. |
Method Detail |
public java.util.List getRowExpressions()
public void updateRowExpressions(java.util.Map newExpressions)
newExpressions
are existed expressions, while, the values
are the new expressions to replace existed ones.
newExpressions
- a map containing the updated expressions.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |