org.apache.myfaces.trinidadinternal.ui.composite
Class RootUINodeList
java.lang.Object
org.apache.myfaces.trinidadinternal.ui.collection.UINodeUINodeList
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
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RootUINodeList
protected RootUINodeList()
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.