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 String
get_ValueAsString(String variableName)
Get Variable Valuestatic boolean
hasPageLogic(String displayLogic)
-
-
-
Method Detail
-
get_ValueAsString
public String get_ValueAsString(String variableName)
Description copied from interface:Evaluatee
Get Variable Value- Specified by:
get_ValueAsString
in interfaceEvaluatee
- Parameters:
variableName
- name- Returns:
- value
-
hasPageLogic
public static boolean hasPageLogic(String displayLogic)
-
-