Class WidgetObjectScope
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,CompiledObject>
-
- net.n2oapp.framework.config.metadata.compile.widget.WidgetObjectScope
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,CompiledObject>
public class WidgetObjectScope extends java.util.HashMap<java.lang.String,CompiledObject> implements java.io.Serializable
Соответсвие идентификатора виджета и объекта Ключ - идентификатор виджета Значение - объект- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WidgetObjectScope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompiledObjectgetObject(java.lang.String widgetId)CompiledObjectput(java.lang.String widgetId, CompiledObject object)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
put
public CompiledObject put(java.lang.String widgetId, CompiledObject object)
- Specified by:
putin interfacejava.util.Map<java.lang.String,CompiledObject>- Overrides:
putin classjava.util.HashMap<java.lang.String,CompiledObject>
-
getObject
public CompiledObject getObject(java.lang.String widgetId)
-
-