|
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.UINodeAttributeMap
AttributeMap that treats a UINode as an attribute map.
| Constructor Summary | |
UINodeAttributeMap()
|
|
| Method Summary | |
java.util.Enumeration |
attributeKeys(RenderingContext context)
Returns an Enumeration of all of the AttributeKeys in the AttributeMap that values exist for. |
java.lang.Object |
getAttribute(RenderingContext context,
AttributeKey key)
Returns the value in the AttributeMap specified by the key. |
protected RenderingContext |
getRenderingContext(RenderingContext context)
|
protected abstract UINode |
getUINode(RenderingContext context)
|
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 UINodeAttributeMap()
| Method Detail |
protected abstract UINode getUINode(RenderingContext context)
protected RenderingContext getRenderingContext(RenderingContext context)
public java.lang.Object getAttribute(RenderingContext context,
AttributeKey key)
AttributeMapgetAttribute in interface AttributeMap
public void setAttribute(AttributeKey key,
java.lang.Object value)
AttributeMapsetAttribute in interface AttributeMappublic java.util.Enumeration attributeKeys(RenderingContext context)
AttributeMapattributeKeys 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 | ||||||||