Package org.compiere.print.layout
Class PrintDataEvaluatee
- java.lang.Object
- 
- org.compiere.print.layout.PrintDataEvaluatee
 
- 
- 
Constructor SummaryConstructors Constructor Description PrintDataEvaluatee(Page page, PrintData data)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget_ValueAsString(String variableName)Get Variable Valuestatic booleanhasPageLogic(String displayLogic)
 
- 
- 
- 
Method Detail- 
get_ValueAsStringpublic String get_ValueAsString(String variableName) Description copied from interface:EvaluateeGet Variable Value- Specified by:
- get_ValueAsStringin interface- Evaluatee
- Parameters:
- variableName- name
- Returns:
- value
 
 - 
hasPageLogicpublic static boolean hasPageLogic(String displayLogic) 
 
- 
 
-