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

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

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

Methods in org.apache.myfaces.trinidadinternal.ui that return UINodeList
protected  UINodeList BaseMutableUINode.createIndexedNodeList()
          Deprecated. Creates the UINodeList that will be used for indexed children of this node.
 UINodeList BaseMutableUINode.getIndexedNodeList()
          Deprecated. Returns the UINodeList used to retrieve indexed children from the node.
protected  UINodeList BaseUINode.getIndexedNodeList(boolean createIfNull)
          Deprecated. Returns the UINodeList used to retrieve indexed children from the node.
protected  UINodeList BaseMutableUINode.getIndexedNodeList(boolean createIfNull)
          Deprecated. Returns the UINodeList used to retrieve indexed children from the node.
 

Methods in org.apache.myfaces.trinidadinternal.ui with parameters of type UINodeList
 void BaseMutableUINode.setIndexedNodeList(UINodeList nodeList)
          Deprecated. Replaces the UINodeList used to store the list of indexed children for this UINode.
 

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

Classes in org.apache.myfaces.trinidadinternal.ui.collection that implement UINodeList
 class ArrayUINodeList
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class DataObjectListNodeList
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class UINodeListProxy
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class UINodeUINodeList
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class UnmodifiableCompoundNodeList
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Methods in org.apache.myfaces.trinidadinternal.ui.collection that return UINodeList
protected abstract  UINodeList UINodeListProxy.getUINodeList(UIXRenderingContext context)
          Deprecated.  
protected  UINodeList DataObjectListNodeList.getUINodeList(UIXRenderingContext context)
          Deprecated.  
 

Constructors in org.apache.myfaces.trinidadinternal.ui.collection with parameters of type UINodeList
DataObjectListNodeList(UINodeList baseNodes, BoundValue boundData)
          Deprecated. Creates a DataObjectListNodeList wrapping an entire UINodeList.
DataObjectListNodeList(UINodeList baseNodes, DataObjectList childData)
          Deprecated. Creates a DataObjectListNodeList wrapping an entire UINodeList and pulling its data from an explicitly set DataObjectList.
UnmodifiableCompoundNodeList(UINodeList first, UINodeList second)
          Deprecated.  
 

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

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

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

Classes in org.apache.myfaces.trinidadinternal.uinode that implement UINodeList
 class UIComponentUINodeList
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 



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