|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.ui.collection.AttributeMapProxy
AttributeMap that proxies to either one other AttributeMap, or
separate AttributeMaps for gets and sets. Subclassers that
need to delegate both sets and gets to one AttribtueMap should
override getAttributeMap
, while those that need
to delegate to separate accessor and mutator AttributeMaps should
override both getAccessorAttributeMap
and
getMutatorAttributeMap
.
Constructor Summary | |
AttributeMapProxy()
|
Method Summary | |
java.util.Enumeration |
attributeKeys(RenderingContext context)
Returns an Enumeration of all of the AttributeKeys in the AttributeMap that values exist for. |
protected AttributeMap |
getAccessorAttributeMap(RenderingContext context)
|
java.lang.Object |
getAttribute(RenderingContext context,
AttributeKey key)
Returns the value in the AttributeMap specified by the key. |
protected AttributeMap |
getAttributeMap(RenderingContext context)
|
protected AttributeMap |
getMutatorAttributeMap()
|
void |
setAttribute(AttributeKey key,
java.lang.Object value)
Sets an attribute value specified by the key to the new value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeMapProxy()
Method Detail |
protected AttributeMap getAttributeMap(RenderingContext context)
protected AttributeMap getAccessorAttributeMap(RenderingContext context)
protected AttributeMap getMutatorAttributeMap()
public java.lang.Object getAttribute(RenderingContext context, AttributeKey key)
AttributeMap
getAttribute
in interface AttributeMap
public void setAttribute(AttributeKey key, java.lang.Object value)
AttributeMap
setAttribute
in interface AttributeMap
public java.util.Enumeration attributeKeys(RenderingContext context)
AttributeMap
attributeKeys
in interface AttributeMap
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |