Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


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
equals, getAttributeName, getAttributeValue, hashCode, toString

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


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