Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.composite
Class RootChildAttributeMap

java.lang.Object
  |
  +--oracle.cabo.ui.collection.UINodeAttributeMap
        |
        +--oracle.cabo.ui.composite.RootChildAttributeMap
All Implemented Interfaces:
AttributeMap

public class RootChildAttributeMap
extends UINodeAttributeMap

AttributeMap that delegates to a child of the ParentContext's current UINode. This class is typically used inside of composite widgets to delegate attributes to the children of the root of the composite.


Constructor Summary
protected RootChildAttributeMap(java.lang.Integer childIndex)
           
protected RootChildAttributeMap(java.lang.String childName)
           
 
Method Summary
static RootChildAttributeMap getAttributeMap(int childIndex)
           
static RootChildAttributeMap getAttributeMap(java.lang.String childName)
           
protected  RenderingContext getRenderingContext(RenderingContext context)
           
protected  UINode getUINode(RenderingContext context)
           
 
Methods inherited from class oracle.cabo.ui.collection.UINodeAttributeMap
attributeKeys, getAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootChildAttributeMap

protected RootChildAttributeMap(java.lang.String childName)

RootChildAttributeMap

protected RootChildAttributeMap(java.lang.Integer childIndex)
Method Detail

getAttributeMap

public static RootChildAttributeMap getAttributeMap(java.lang.String childName)

getAttributeMap

public static RootChildAttributeMap getAttributeMap(int childIndex)

getUINode

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

getRenderingContext

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

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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