Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.composite
Class RootUINodeList

java.lang.Object
  |
  +--oracle.cabo.ui.collection.UINodeUINodeList
        |
        +--oracle.cabo.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


Constructor Summary
protected RootUINodeList()
           
 
Method Summary
static RootUINodeList getNodeList()
           
protected  RenderingContext getRenderingContext(RenderingContext context)
           
protected  UINode getUINode(RenderingContext context)
           
 UINode getUINode(RenderingContext context, int index)
          Returns the UINode at the specifed index in the UINodeList, given the specified RenderingContext.
 
Methods inherited from class oracle.cabo.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(RenderingContext context)
Overrides:
getUINode in class UINodeUINodeList

getRenderingContext

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

getUINode

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

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.