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()
          Deprecated. Creates the AttributeMap that will be used for attributes of this node.
 AttributeMap BaseMutableUINode.getAttributeMap()
          Deprecated. Returns the AttributeMap used to store attributes.
protected  AttributeMap BaseUINode.getAttributeMap(boolean createIfNull)
          Deprecated. Returns the AttributeMap used to store attributes.
protected  AttributeMap BaseMutableUINode.getAttributeMap(boolean createIfNull)
          Deprecated. Returns the AttributeMap used to store attributes.
 

Methods in org.apache.myfaces.trinidadinternal.ui with parameters of type AttributeMap
 void BaseMutableUINode.setAttributeMap(AttributeMap newAttrMap)
          Deprecated. 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
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class FlaggedAttributeMap
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class UINodeAttributeMap
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

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

Classes in org.apache.myfaces.trinidadinternal.ui.composite that implement AttributeMap
 class RootAttributeMap
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

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

Methods in org.apache.myfaces.trinidadinternal.uinode that return AttributeMap
protected  AttributeMap UINodeFacesBean.createAttributeMap(java.lang.String componentFamily)
          Deprecated. Hook for creating the AttributeMap.
protected  AttributeMap EditableFacesBean.createAttributeMap(java.lang.String componentFamily)
          Deprecated.  
protected  AttributeMap UIXComponentUINode.getAttributeMap(boolean createIfNull)
          Deprecated. 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)
          Deprecated.  
 

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)
          Deprecated.  
 

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

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



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.