Package org.compiere.util
Class DefaultEvaluatee
- java.lang.Object
-
- org.compiere.util.DefaultEvaluatee
-
-
Constructor Summary
Constructors Constructor Description DefaultEvaluatee(GridTab gridTab, int windowNo, int tabNo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget_ValueAsString(String variableName)Get Variable ValueStringget_ValueAsString(Properties ctx, String variableName)Get Variable Value (Evaluatee)
-
-
-
Constructor Detail
-
DefaultEvaluatee
public DefaultEvaluatee(GridTab gridTab, int windowNo, int tabNo)
- Parameters:
gridTab-windowNo-tabNo-
-
-
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
-
get_ValueAsString
public String get_ValueAsString(Properties ctx, String variableName)
Get Variable Value (Evaluatee)- Parameters:
variableName- name- Returns:
- value
-
-