org.apache.myfaces.trinidadinternal.ui.composite
Class RootUINodeList

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.ui.collection.UINodeUINodeList
      extended by org.apache.myfaces.trinidadinternal.ui.composite.RootUINodeList
All Implemented Interfaces:
java.lang.Cloneable, UINodeList

public class RootUINodeList
extends UINodeUINodeList

UINodeList that retrieves the list of indexed children from the root UINode

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/composite/RootUINodeList.java#0 $) $Date: 10-nov-2005.18:56:55 $
Author:
The Oracle ADF Faces Team

Constructor Summary
protected RootUINodeList()
           
 
Method Summary
static RootUINodeList getNodeList()
           
protected  UIXRenderingContext getRenderingContext(UIXRenderingContext context)
           
protected  UINode getUINode(UIXRenderingContext context)
           
 UINode getUINode(UIXRenderingContext context, int index)
          Returns the UINode at the specifed index in the UINodeList, given the specified RenderingContext.
 
Methods inherited from class org.apache.myfaces.trinidadinternal.ui.collection.UINodeUINodeList
addUINode, addUINode, clearUINodes, clone, getMutableUINode, removeUINode, setUINode, size
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootUINodeList

protected RootUINodeList()
Method Detail

getNodeList

public static RootUINodeList getNodeList()

getUINode

protected UINode getUINode(UIXRenderingContext context)
Specified by:
getUINode in class UINodeUINodeList

getRenderingContext

protected UIXRenderingContext getRenderingContext(UIXRenderingContext context)
Overrides:
getRenderingContext in class UINodeUINodeList

getUINode

public UINode getUINode(UIXRenderingContext context,
                        int index)
Description copied from interface: UINodeList
Returns the UINode at the specifed index in the UINodeList, given the specified RenderingContext.

Specified by:
getUINode in interface UINodeList
Overrides:
getUINode in class UINodeUINodeList


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