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