Package org.adempiere.util
Class GridRowCtx
Context (Properties) wrapper to be able to evaluate grid row context
- Author:
- Teo Sarca, teo.sarca@gmail.com
- See Also:
-
Field Summary
Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
ConstructorDescriptionGridRowCtx
(Properties ctx, GridTab tab) GridRowCtx
(Properties ctx, GridTab tab, int row) -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
clone()
boolean
boolean
containsKey
(Object key) boolean
containsValue
(Object value) elements()
entrySet()
get_ValueAsString
(String variableName) Get Variable ValuegetProperty
(String key) boolean
isEmpty()
keys()
keySet()
void
int
size()
toString()
values()
Methods inherited from class java.util.Properties
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, getProperty, hashCode, list, list, load, load, loadFromXML, merge, propertyNames, putIfAbsent, rehash, remove, replace, replace, replaceAll, save, setProperty, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames
-
Constructor Details
-
GridRowCtx
- Parameters:
ctx
-tab
-
-
GridRowCtx
- Parameters:
ctx
-tab
-row
-
-
-
Method Details
-
get
-
clear
public void clear() -
clone
- Overrides:
clone
in classProperties
-
contains
- Overrides:
contains
in classProperties
-
containsKey
- Specified by:
containsKey
in interfaceMap<Object,
Object> - Overrides:
containsKey
in classProperties
-
containsValue
- Specified by:
containsValue
in interfaceMap<Object,
Object> - Overrides:
containsValue
in classProperties
-
elements
- Overrides:
elements
in classProperties
-
entrySet
-
isEmpty
public boolean isEmpty() -
keys
- Overrides:
keys
in classProperties
-
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
toString
- Overrides:
toString
in classProperties
-
values
-
getProperty
- Overrides:
getProperty
in classProperties
-
get_ValueAsString
Description copied from interface:Evaluatee
Get Variable Value- Specified by:
get_ValueAsString
in interfaceEvaluatee
- Parameters:
variableName
- name- Returns:
- value
-