Package org.compiere.print.layout
Class PrintDataEvaluatee
- java.lang.Object
-
- org.compiere.print.layout.PrintDataEvaluatee
-
-
Constructor Summary
Constructors Constructor Description PrintDataEvaluatee(Page page, PrintData data)
-
Method Summary
All 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_ValueAsString
public String get_ValueAsString(String variableName)
Description copied from interface:EvaluateeGet Variable Value- Specified by:
get_ValueAsStringin interfaceEvaluatee- Parameters:
variableName- name- Returns:
- value
-
hasPageLogic
public static boolean hasPageLogic(String displayLogic)
-
-