@Deprecated public class ChangeManager extends Object
Constructor and Description |
---|
ChangeManager(org.apache.myfaces.trinidad.change.ChangeManager changeManager)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public ChangeManager(org.apache.myfaces.trinidad.change.ChangeManager changeManager)
public static void registerDocumentFactory(String targetClassName, String converterClassName)
public void addComponentChange(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, org.apache.myfaces.trinidad.change.ComponentChange change)
facesContext
- teh faces contextuiComponent
- the ui component.change
- the component change.IllegalArgumentException
- if any of the supplied parameters were to
be null.public void addDocumentChange(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, org.apache.myfaces.trinidad.change.DocumentChange change)
facesContext
- the faces contextuiComponent
- the ui componentchange
- the component change.IllegalArgumentException
- if any of the supplied parameters were to
be null.