Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.collection
Class FixedDelegatingAttributeMap

java.lang.Object
  |
  +--oracle.cabo.ui.collection.AttributeMapProxy
        |
        +--oracle.cabo.ui.collection.FixedDelegatingAttributeMap
All Implemented Interfaces:
AttributeMap

public class FixedDelegatingAttributeMap
extends AttributeMapProxy

AttributeMap that delegates sets to one AttributeMap and gets to another.


Constructor Summary
FixedDelegatingAttributeMap(AttributeMap mutatorMap, AttributeMap accessorMap)
           
 
Method Summary
protected  AttributeMap getAccessorAttributeMap(RenderingContext context)
           
protected  AttributeMap getMutatorAttributeMap()
           
 
Methods inherited from class oracle.cabo.ui.collection.AttributeMapProxy
attributeKeys, getAttribute, getAttributeMap, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedDelegatingAttributeMap

public FixedDelegatingAttributeMap(AttributeMap mutatorMap,
                                   AttributeMap accessorMap)
Method Detail

getAccessorAttributeMap

protected AttributeMap getAccessorAttributeMap(RenderingContext context)
Overrides:
getAccessorAttributeMap in class AttributeMapProxy

getMutatorAttributeMap

protected AttributeMap getMutatorAttributeMap()
Overrides:
getMutatorAttributeMap in class AttributeMapProxy

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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