|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.ui.collection.UINodeAttributeMap
public abstract class UINodeAttributeMap
AttributeMap that treats a UINode as an attribute map.
Constructor Summary | |
---|---|
UINodeAttributeMap()
|
Method Summary | |
---|---|
java.util.Iterator<AttributeKey> |
attributeKeys(UIXRenderingContext context)
Returns an Iterator of all of the AttributeKeys in the AttributeMap that values exist for. |
java.lang.Object |
getAttribute(UIXRenderingContext context,
AttributeKey key)
Returns the value in the AttributeMap specified by the key. |
protected UIXRenderingContext |
getRenderingContext(UIXRenderingContext context)
|
protected abstract UINode |
getUINode(UIXRenderingContext 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(UIXRenderingContext context)
protected UIXRenderingContext getRenderingContext(UIXRenderingContext context)
public java.lang.Object getAttribute(UIXRenderingContext 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.Iterator<AttributeKey> attributeKeys(UIXRenderingContext context)
AttributeMap
attributeKeys
in interface AttributeMap
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |