Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


oracle.adf.view.rich.change
Class ChangeManager

java.lang.Object
  extended by oracle.adf.view.rich.change.ChangeManager


Deprecated. use the Trinidad ChangeManager API

@Deprecated
public class ChangeManager
extends Object

Constructor Summary
ChangeManager(org.apache.myfaces.trinidad.change.ChangeManager changeManager)
          Deprecated.  

 

Method Summary
 void addComponentChange(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, org.apache.myfaces.trinidad.change.ComponentChange change)
          Deprecated. Add a ComponentChange to this current request for a specified component.
 void addDocumentChange(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, org.apache.myfaces.trinidad.change.DocumentChange change)
          Deprecated. Add a DocumentChange to this current request for a specified component.
static void registerDocumentFactory(String targetClassName, String converterClassName)
          Deprecated.  

 

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

 

Constructor Detail

ChangeManager

public ChangeManager(org.apache.myfaces.trinidad.change.ChangeManager changeManager)
Deprecated. 

Method Detail

registerDocumentFactory

public static void registerDocumentFactory(String targetClassName,
                                           String converterClassName)
Deprecated. 

addComponentChange

public void addComponentChange(javax.faces.context.FacesContext facesContext,
                               javax.faces.component.UIComponent uiComponent,
                               org.apache.myfaces.trinidad.change.ComponentChange change)
Deprecated. 
Add a ComponentChange to this current request for a specified component.
Throws:
IllegalArgumentException - if any of the supplied parameters were to be null.

addDocumentChange

public void addDocumentChange(javax.faces.context.FacesContext facesContext,
                              javax.faces.component.UIComponent uiComponent,
                              org.apache.myfaces.trinidad.change.DocumentChange change)
Deprecated. 
Add a DocumentChange to this current request for a specified component.
Throws:
IllegalArgumentException - if any of the supplied parameters were to be null.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


Copyright © 2013 Oracle Corporation. All Rights Reserved.