|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AttributeKey in org.apache.myfaces.trinidadinternal.renderkit.htmlBasic |
---|
Methods in org.apache.myfaces.trinidadinternal.renderkit.htmlBasic with parameters of type AttributeKey | |
---|---|
protected void |
UINodeRenderer.setAttribute(javax.faces.component.UIComponent component,
java.lang.String attrName,
MutableUINode node,
AttributeKey attrKey)
Sets an attribute if it has not already been set. |
Uses of AttributeKey in org.apache.myfaces.trinidadinternal.ui |
---|
Methods in org.apache.myfaces.trinidadinternal.ui that return AttributeKey | |
---|---|
static AttributeKey |
AttributeKey.getAttributeKey(java.lang.String attrName)
Returns an AttributeKey for the given name, creating the AttributeKey instance if necessary. |
Methods in org.apache.myfaces.trinidadinternal.ui that return types with arguments of type AttributeKey | |
---|---|
java.util.Iterator<AttributeKey> |
AbstractTextNode.getAttributeNames(UIXRenderingContext context)
Returns an Iterator of the names that attribute values have been added under; always returns an enumeration containing only TEXT_ATTR. |
java.util.Iterator<AttributeKey> |
UINodeProxy.getAttributeNames(UIXRenderingContext context)
Returns an Iterator of the names that attribute values have been added under. |
java.util.Iterator<AttributeKey> |
BaseUINode.getAttributeNames(UIXRenderingContext context)
Returns an Iterator of the names that attribute values have been added under. |
java.util.Iterator<AttributeKey> |
UINode.getAttributeNames(UIXRenderingContext context)
Returns an Iterator of the names that attribute values have been added under. |
Methods in org.apache.myfaces.trinidadinternal.ui with parameters of type AttributeKey | |
---|---|
java.lang.Object |
BaseMutableUINode.getAttributeValue(AttributeKey attrKey)
Returns the attribute value of the node; unlike the version of this method that takes a RenderingContext, this method must return the actual object originally set on the node - BoundValues will be directly returned. |
java.lang.Object |
AbstractTextNode.getAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
Returns the value of an attribute, given its name. |
java.lang.Object |
UINodeProxy.getAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
Returns the value of the attribute with the specified name in the RenderingContext. |
java.lang.Object |
BaseUINode.getAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
Returns the value of the attribute with the specified name in the RenderingContext. |
java.lang.Object |
UINode.getAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
Returns the value of the attribute with the specified name in the RenderingContext. |
protected java.lang.Object |
BaseUINode.getAttributeValueImpl(UIXRenderingContext context,
AttributeKey attrKey,
boolean returnBoundValue)
Bottleneck method for all attribute getting. |
static java.lang.Object |
NodeUtils.getPreorderDescendentAttributeValue(UIXRenderingContext context,
UINode startNode,
AttributeKey attrKey)
Returns the first attribute value for the specified attrName, found be performing a preorder (depth-first) search of the startNode and its children. |
java.lang.Object |
AbstractTextNode.getRawAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
|
java.lang.Object |
UINodeProxy.getRawAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
|
java.lang.Object |
BaseUINode.getRawAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
|
java.lang.Object |
UINode.getRawAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
Returns the value of the attribute with a specified name, without attempting to further resolve that value - as if , for instance, it might be a BoundValue. |
protected void |
ElementRenderer.renderAttribute(UIXRenderingContext context,
UINode node,
AttributeKey key,
java.lang.Object defaultValue)
Renders a single attribute, getting the value from the UINode, and substituting a default value if the node doesn't have that attribute set. |
protected void |
ElementRenderer.renderAttribute(UIXRenderingContext context,
UINode node,
java.lang.String name,
AttributeKey valueKey)
Renders a single attribute, getting the value from the UINode. |
protected void |
ElementRenderer.renderAttribute(UIXRenderingContext context,
UINode node,
java.lang.String name,
AttributeKey valueKey,
java.lang.Object defaultValue)
Renders a single attribute, getting the value from the UINode, and substituting a default value if the node doesn't have that attribute set. |
void |
MutableUINode.setAttributeValue(AttributeKey attrKey,
java.lang.Object value)
Sets an attribute value of the node. |
void |
BaseMutableUINode.setAttributeValue(AttributeKey attrKey,
java.lang.Object value)
Sets an attribute value of the node. |
static void |
NodeUtils.setTextAndAccessKey(MutableUINode node,
java.lang.String embeddedText,
AttributeKey textAttributeKey)
Utility method to set the text as well as any embedded access key on the node. |
Uses of AttributeKey in org.apache.myfaces.trinidadinternal.ui.collection |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.collection that return types with arguments of type AttributeKey | |
---|---|
java.util.Iterator<AttributeKey> |
ArrayAttributeMap.attributeKeys(UIXRenderingContext context)
|
java.util.Iterator<AttributeKey> |
UINodeAttributeMap.attributeKeys(UIXRenderingContext context)
|
java.util.Iterator<AttributeKey> |
AttributeMap.attributeKeys(UIXRenderingContext context)
Returns an Iterator of all of the AttributeKeys in the AttributeMap that values exist for. |
Methods in org.apache.myfaces.trinidadinternal.ui.collection with parameters of type AttributeKey | |
---|---|
java.lang.Object |
ArrayAttributeMap.getAttribute(UIXRenderingContext context,
AttributeKey key)
|
java.lang.Object |
FlaggedAttributeMap.getAttribute(UIXRenderingContext context,
AttributeKey key)
|
java.lang.Object |
UINodeAttributeMap.getAttribute(UIXRenderingContext context,
AttributeKey key)
|
java.lang.Object |
AttributeMap.getAttribute(UIXRenderingContext context,
AttributeKey key)
Returns the value in the AttributeMap specified by the key. |
protected void |
ArrayAttributeMap.putAttribute(AttributeKey key,
java.lang.Object value)
|
protected void |
FlaggedAttributeMap.putAttribute(AttributeKey key,
java.lang.Object value)
|
protected void |
ArrayAttributeMap.removeAttribute(AttributeKey key)
|
protected void |
FlaggedAttributeMap.removeAttribute(AttributeKey key)
|
void |
ArrayAttributeMap.setAttribute(AttributeKey key,
java.lang.Object value)
|
void |
UINodeAttributeMap.setAttribute(AttributeKey key,
java.lang.Object value)
|
void |
AttributeMap.setAttribute(AttributeKey key,
java.lang.Object value)
Sets an attribute value specified by the key to the new value. |
Uses of AttributeKey in org.apache.myfaces.trinidadinternal.ui.composite |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.composite with parameters of type AttributeKey | |
---|---|
protected java.lang.Object |
ContextPoppingUINode.getAttributeValueImpl(UIXRenderingContext context,
AttributeKey attrKey,
boolean returnBoundValue)
|
static RootAttributeBoundValue |
RootAttributeBoundValue.getBoundValue(AttributeKey attrKey)
Factory method for getting cached instances of RootAttributeBoundValue. |
Constructors in org.apache.myfaces.trinidadinternal.ui.composite with parameters of type AttributeKey | |
---|---|
PoppedAttributeBoundValue(BoundValue targetNodeValue,
AttributeKey attrKey)
|
|
RootAttributeBoundValue(AttributeKey attrKey)
|
Uses of AttributeKey in org.apache.myfaces.trinidadinternal.ui.laf.base |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.laf.base that return AttributeKey | |
---|---|
protected static AttributeKey |
BaseLafRenderer.getAttributeKey(java.lang.String attrKeyName)
Convenience method to make it easy for subclasses to create AttributeKeys |
Methods in org.apache.myfaces.trinidadinternal.ui.laf.base with parameters of type AttributeKey | |
---|---|
protected static java.lang.Object |
BaseLafRenderer.getAttributeValue(UIXRenderingContext context,
UINode node,
AttributeKey attributeKey,
java.lang.Object defaultValue)
Returns the value of an attribute for this node, using the default value, if no value exists for the attribute on this node. |
protected static boolean |
BaseLafRenderer.getBooleanAttributeValue(UIXRenderingContext context,
UINode node,
AttributeKey attributeKey,
boolean defaultValue)
|
protected static boolean |
BaseLafRenderer.getBooleanAttributeValue(UIXRenderingContext context,
UINode node,
AttributeKey attributeKey,
java.lang.Boolean defaultValue)
|
static char |
BaseLafUtils.getCharacterAttr(UIXRenderingContext context,
UINode node,
AttributeKey key)
|
protected static DataObject |
BaseLafRenderer.getDataObjectAttributeValue(UIXRenderingContext context,
UINode node,
AttributeKey attributeKey)
|
protected static DataObjectList |
BaseLafRenderer.getDataObjectListAttributeValue(UIXRenderingContext context,
UINode node,
AttributeKey attributeKey)
|
protected static int |
BaseLafRenderer.getIntAttributeValue(UIXRenderingContext context,
UINode node,
AttributeKey attributeKey,
int defaultValue)
|
static java.lang.Object |
BaseLafUtils.getLocalAttribute(UIXRenderingContext context,
UINode node,
AttributeKey attrKey)
Returns the value of the specified attribute from the local Renderer stack frame if possible, or from the node, and caches the result |
static boolean |
BaseLafUtils.getLocalBooleanAttribute(UIXRenderingContext context,
UINode node,
AttributeKey attrKey,
boolean defaultValue)
Returns the value of the specified Boolean attribute from the local Renderer stack frame if possible, or from the node, and caches the result |
static java.lang.String |
BaseLafUtils.getLocalTextAttribute(UIXRenderingContext context,
UINode node,
AttributeKey attrKey)
Returns the value of the specified String attribute from the local Renderer stack frame if possible, or from the node, and caches the result |
static java.lang.String |
BaseLafUtils.getStringAttributeValue(UIXRenderingContext context,
UINode node,
AttributeKey key)
Returns the attribute as a String |
static void |
BaseLafUtils.pushAttributeAsRenderingProperty(UIXRenderingContext context,
UINode node,
AttributeKey attrKey)
Pushes the attribute value into the rendering context property, storing the old value as a local property to be restored later. |
protected static void |
BaseLafRenderer.pushAttributeAsRenderingProperty(UIXRenderingContext context,
UINode node,
AttributeKey attrKey)
Pushes the attribute value into the rendering context property, storing the old value as a local property to be restored later. |
static void |
BaseLafUtils.pushAttributeAsStringRenderingProperty(UIXRenderingContext context,
UINode node,
AttributeKey attrKey)
Pushes the attribute value into the rendering context property, as a String, storing the old value as a local property to be restored later. |
static void |
BaseLafUtils.setRootBoundValue(MutableUINode node,
AttributeKey attrKey)
Convenience function for creating and setting a RootAttributeBoundValue that points to the root of the local rendering node stack with the same key as the attribute will be registered under. |
Uses of AttributeKey in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml with parameters of type AttributeKey | |
---|---|
static void |
XhtmlLafUtils.copyAttr(UIXRenderingContext context,
UINode sourceNode,
AttributeKey attrKey,
MutableUINode destNode)
Copies an attribute from a source node to a destination UINode |
protected java.lang.Object |
XhtmlLafRenderer.getFlippableURI(UIXRenderingContext context,
UINode node,
AttributeKey attrKey)
Get the URI of an image that might need to be flipped |
Uses of AttributeKey in org.apache.myfaces.trinidadinternal.uinode |
---|
Methods in org.apache.myfaces.trinidadinternal.uinode that return AttributeKey | |
---|---|
AttributeKey |
UINodePropertyKey.getAttributeKey()
|
protected AttributeKey |
UINodeFacesBean.getAttributeKey(org.apache.myfaces.trinidad.bean.PropertyKey key)
Hook for converting PropertyKeys into AttributeKeys |
Methods in org.apache.myfaces.trinidadinternal.uinode that return types with arguments of type AttributeKey | |
---|---|
java.util.Iterator<AttributeKey> |
UIComponentUINode.getAttributeNames(UIXRenderingContext context)
|
java.util.Iterator<AttributeKey> |
UIXComponentUINode.getAttributeNames(UIXRenderingContext context)
|
Methods in org.apache.myfaces.trinidadinternal.uinode with parameters of type AttributeKey | |
---|---|
java.lang.Object |
UIComponentUINode.getAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
|
java.lang.Object |
UIXComponentUINode.getAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
Returns the value of the attribute with the specified name in the RenderingContext. |
protected java.lang.Object |
UIXComponentUINode.getAttributeValueImpl(UIXRenderingContext context,
AttributeKey attrKey,
boolean returnBoundValue)
Bottleneck method for all attribute getting. |
java.lang.Object |
UIComponentUINode.getRawAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
Returns the value of the attribute with a specified name, without attempting to further resolve that value - as if , for instance, it might be a BoundValue. |
java.lang.Object |
UIXComponentUINode.getRawAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
Returns the value of the attribute with a specified name, without attempting to further resolve that value - as if , for instance, it might be a BoundValue. |
void |
UIComponentUINode.setAttributeValue(AttributeKey attrKey,
java.lang.Object value)
|
void |
UIXComponentUINode.setAttributeValue(AttributeKey attrKey,
java.lang.Object value)
|
void |
UINodeFacesBean.setUINodeAttribute(AttributeKey key,
java.lang.Object value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |