UIX 2.2.15

oracle.cabo.ui.composite
Class RootChildUINodeList

java.lang.Object
  |
  +--oracle.cabo.ui.collection.UINodeUINodeList
        |
        +--oracle.cabo.ui.composite.RootChildUINodeList
All Implemented Interfaces:
java.lang.Cloneable, UINodeList

public class RootChildUINodeList
extends UINodeUINodeList

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


Constructor Summary
protected RootChildUINodeList(java.lang.Integer childIndex)
protected RootChildUINodeList(java.lang.String childName)

Method Summary
static RootChildUINodeList getNodeList(int childIndex)
static RootChildUINodeList getNodeList(java.lang.String childName)
protected RenderingContext getRenderingContext(RenderingContext context)
protected UINode getUINode(RenderingContext context)

Methods inherited from class oracle.cabo.ui.collection.UINodeUINodeList
addUINode, addUINode, clearUINodes, clone, getMutableUINode, getUINode, removeUINode, setUINode, size

Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

RootChildUINodeList

protected RootChildUINodeList(java.lang.String childName)

RootChildUINodeList

protected RootChildUINodeList(java.lang.Integer childIndex)

Method Detail

getNodeList

public static RootChildUINodeList getNodeList(java.lang.String childName)

getNodeList

public static RootChildUINodeList getNodeList(int childIndex)

getUINode

protected UINode getUINode(RenderingContext context)
Overrides:
getUINode in class UINodeUINodeList

getRenderingContext

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

UIX 2.2.15