|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICompatibleReportItem
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 | |
---|---|
CompatibilityStatus |
checkCompatibility()
Checks the parser compatibilities for this report item and return the status. |
java.util.List |
getRowExpressions()
Returns a list containing the possible JavaScript expressions. |
void |
updateRowExpressions(java.util.Map newExpressions)
Updates existed expression with the given expressions. |
Method Detail |
---|
java.util.List getRowExpressions()
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.CompatibilityStatus checkCompatibility()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |