Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.6.0)

E12063-07

oracle.adf.view.faces.bi.component.pivotTable
Class SizingManagerAttributeChange

java.lang.Object
  extended by org.apache.myfaces.trinidad.change.ComponentChange
      extended by org.apache.myfaces.trinidad.change.AttributeComponentChange
          extended by oracle.adf.view.faces.bi.component.pivotTable.SizingManagerAttributeChange
All Implemented Interfaces:
java.io.Serializable

public final class SizingManagerAttributeChange
extends org.apache.myfaces.trinidad.change.AttributeComponentChange

Handles SizingManager attribute changes, which need to be handled specially because they are mutable and programmers assume that the instances don't change

See Also:
Serialized Form

Constructor Summary
SizingManagerAttributeChange(java.lang.String clientId, java.lang.Object value)
          Constructor
 
Method Summary
 void changeComponent(javax.faces.component.UIComponent uiComponent)
           
 
Methods inherited from class org.apache.myfaces.trinidad.change.AttributeComponentChange
getAttributeName, getAttributeValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SizingManagerAttributeChange

public SizingManagerAttributeChange(java.lang.String clientId,
                                    java.lang.Object value)
Constructor

Parameters:
clientId - the client id of the Pivot Table
value - the new SizingManager
Method Detail

changeComponent

public void changeComponent(javax.faces.component.UIComponent uiComponent)
Overrides:
changeComponent in class org.apache.myfaces.trinidad.change.AttributeComponentChange

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.6.0)

E12063-07

Copyright © 1997, 2011, Oracle. All rights reserved.