public abstract class AbstractEmbeddedComponentsMap extends HashMap implements EmbeddedComponentsMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
protected org.apache.log4j.Logger |
logger |
| Constructor and Description |
|---|
AbstractEmbeddedComponentsMap()
Creates a new instance of AbstractEmbeddedComponentsMap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(EmbeddedComponent component)
DOCUMENT ME!
|
protected abstract void |
doAdd(EmbeddedComponent component)
DOCUMENT ME!
|
protected abstract void |
doRemove(EmbeddedComponent component)
DOCUMENT ME!
|
protected void |
doSetEnabled(EmbeddedComponent component,
boolean enabled)
DOCUMENT ME!
|
protected void |
doSetVisible(EmbeddedComponent component,
boolean visible)
DOCUMENT ME!
|
EmbeddedComponent |
get(String id)
DOCUMENT ME!
|
Iterator |
getEmbeddedComponents()
DOCUMENT ME!
|
String |
getName(String id)
Getter for property name.
|
boolean |
isAvailable(String id)
DOCUMENT ME!
|
boolean |
isEnabled(String id)
Getter for property enabled.
|
boolean |
isVisible(String id)
Getter for property visible.
|
void |
remove(String id)
DOCUMENT ME!
|
void |
setEnabled(String id,
boolean enabled)
Setter for property enabled.
|
void |
setVisible(String id,
boolean visible)
Setter for property visible.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic AbstractEmbeddedComponentsMap()
public void add(EmbeddedComponent component)
EmbeddedComponentsMapadd in interface EmbeddedComponentsMapcomponent - DOCUMENT ME!protected abstract void doAdd(EmbeddedComponent component)
component - DOCUMENT ME!public String getName(String id)
getName in interface EmbeddedComponentsMapid - DOCUMENT ME!public boolean isEnabled(String id)
isEnabled in interface EmbeddedComponentsMapid - DOCUMENT ME!public boolean isVisible(String id)
isVisible in interface EmbeddedComponentsMapid - DOCUMENT ME!public void remove(String id)
EmbeddedComponentsMapremove in interface EmbeddedComponentsMapid - DOCUMENT ME!protected abstract void doRemove(EmbeddedComponent component)
component - DOCUMENT ME!public void setEnabled(String id, boolean enabled)
setEnabled in interface EmbeddedComponentsMapid - DOCUMENT ME!enabled - New value of property enabled.protected void doSetEnabled(EmbeddedComponent component, boolean enabled)
component - DOCUMENT ME!enabled - DOCUMENT ME!public void setVisible(String id, boolean visible)
setVisible in interface EmbeddedComponentsMapid - DOCUMENT ME!visible - New value of property visible.protected void doSetVisible(EmbeddedComponent component, boolean visible)
component - DOCUMENT ME!visible - DOCUMENT ME!public EmbeddedComponent get(String id)
EmbeddedComponentsMapget in interface EmbeddedComponentsMapid - DOCUMENT ME!public boolean isAvailable(String id)
EmbeddedComponentsMapisAvailable in interface EmbeddedComponentsMapid - DOCUMENT ME!public Iterator getEmbeddedComponents()
EmbeddedComponentsMapgetEmbeddedComponents in interface EmbeddedComponentsMapCopyright © 2012–2026 cismet GmbH. All rights reserved.