Package org.compiere.print.layout
Class PrintDataEvaluatee
java.lang.Object
org.compiere.print.layout.PrintDataEvaluatee
- All Implemented Interfaces:
Evaluatee
- Author:
- hengsin
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget_ValueAsString(String variableName) Get Variable Valuestatic booleanhasPageLogic(String displayLogic) Is displayLogic has page expression
-
Constructor Details
-
PrintDataEvaluatee
- Parameters:
page-data-
-
-
Method Details
-
get_ValueAsString
Description copied from interface:EvaluateeGet Variable Value- Specified by:
get_ValueAsStringin interfaceEvaluatee- Parameters:
variableName- name- Returns:
- value
-
hasPageLogic
Is displayLogic has page expression- Parameters:
displayLogic-- Returns:
- true if displayLogic has page expression
-