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 String
get_ValueAsString(String variableName)
Get Variable ValueString
get_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:Evaluatee
Get Variable Value- Specified by:
get_ValueAsString
in 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
-
-