Uses of Interface
org.apache.myfaces.trinidadinternal.ui.collection.AttributeMap

Packages that use AttributeMap
org.apache.myfaces.trinidadinternal.ui   
org.apache.myfaces.trinidadinternal.ui.collection   
org.apache.myfaces.trinidadinternal.ui.composite   
org.apache.myfaces.trinidadinternal.uinode   
org.apache.myfaces.trinidadinternal.uinode.nav   
 

Uses of AttributeMap in org.apache.myfaces.trinidadinternal.ui
 

Methods in org.apache.myfaces.trinidadinternal.ui that return AttributeMap
protected  AttributeMap BaseMutableUINode.createAttributeMap()
          Creates the AttributeMap that will be used for attributes of this node.
 AttributeMap BaseMutableUINode.getAttributeMap()
          Returns the AttributeMap used to store attributes.
protected  AttributeMap BaseMutableUINode.getAttributeMap(boolean createIfNull)
          Returns the AttributeMap used to store attributes.
protected  AttributeMap BaseUINode.getAttributeMap(boolean createIfNull)
          Returns the AttributeMap used to store attributes.
 

Methods in org.apache.myfaces.trinidadinternal.ui with parameters of type AttributeMap
 void BaseMutableUINode.setAttributeMap(AttributeMap newAttrMap)
          Replaces the AttributeMap used to store the attributes.
 

Uses of AttributeMap in org.apache.myfaces.trinidadinternal.ui.collection
 

Classes in org.apache.myfaces.trinidadinternal.ui.collection that implement AttributeMap
 class ArrayAttributeMap
          AttributeMap implementation that stores AttributeKey value pairs in an array and locates the desired AttributeKey by making a linear scan.
 class FlaggedAttributeMap
          AttributeMap that stores a bitflag indicating the presence of an indexed AttributeKey in the AttributeMap.
 class UINodeAttributeMap
          AttributeMap that treats a UINode as an attribute map.
 

Uses of AttributeMap in org.apache.myfaces.trinidadinternal.ui.composite
 

Classes in org.apache.myfaces.trinidadinternal.ui.composite that implement AttributeMap
 class RootAttributeMap
          AttributeMap that delegates to the ParentContext's current UINode.
 

Uses of AttributeMap in org.apache.myfaces.trinidadinternal.uinode
 

Methods in org.apache.myfaces.trinidadinternal.uinode that return AttributeMap
protected  AttributeMap EditableFacesBean.createAttributeMap(java.lang.String componentFamily)
           
protected  AttributeMap UINodeFacesBean.createAttributeMap(java.lang.String componentFamily)
          Hook for creating the AttributeMap.
protected  AttributeMap UIXComponentUINode.getAttributeMap(boolean createIfNull)
          Returns the AttributeMap used to store attributes.
 

Methods in org.apache.myfaces.trinidadinternal.uinode with parameters of type AttributeMap
protected  UIXComponentUINode UINodeFacesBean.createUINode(org.apache.myfaces.trinidad.component.UIXComponent component, java.lang.String namespaceURI, AttributeMap attrMap)
           
 

Constructors in org.apache.myfaces.trinidadinternal.uinode with parameters of type AttributeMap
UIXComponentUINode(org.apache.myfaces.trinidad.component.UIXComponent component, java.lang.String namespace, AttributeMap attributes)
           
 

Uses of AttributeMap in org.apache.myfaces.trinidadinternal.uinode.nav
 

Methods in org.apache.myfaces.trinidadinternal.uinode.nav that return AttributeMap
protected  AttributeMap CommandButtonFacesBean.createAttributeMap(java.lang.String componentFamily)
           
protected  AttributeMap CommandLinkFacesBean.createAttributeMap(java.lang.String componentFamily)
           
protected  AttributeMap CommandNavigationItemFacesBean.createAttributeMap(java.lang.String componentFamily)
           
protected  AttributeMap SingleStepFacesBean.createAttributeMap(java.lang.String componentFamily)
           
protected  AttributeMap ProcessChoiceBarFacesBean.createAttributeMap(java.lang.String componentFamily)
           
 



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.