|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidad.change.ChangeManager
org.apache.myfaces.trinidad.change.ChangeManagerWrapper
public abstract class ChangeManagerWrapper
Base class for ChangeManager implementations that wrap other ChangeManagers.
Constructor Summary | |
---|---|
ChangeManagerWrapper()
|
Method Summary | |
---|---|
void |
addComponentChange(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
ComponentChange change)
Delegates the addComponentChange() implementation to the wrapped ChangeManager. |
void |
addDocumentChange(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
DocumentChange change)
Delegates the addDocumentChange() implementation to the wrapped ChangeManager. |
void |
applyComponentChangesForCurrentView(javax.faces.context.FacesContext context)
Delegates the applyComponentChangesForCurrentView() implementation to the wrapped ChangeManager. |
void |
applyComponentChangesForSubtree(javax.faces.context.FacesContext context,
javax.faces.component.NamingContainer root)
Delegates the applyComponentChangesForSubtree() implementation to the wrapped ChangeManager. |
void |
applySimpleComponentChanges(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Delegates the applySimpleComponentChanges() implementation to the wrapped ChangeManager. |
protected abstract ChangeManager |
getWrappedChangeManager()
Returns the wrapped ChangeManager. |
Methods inherited from class org.apache.myfaces.trinidad.change.ChangeManager |
---|
createDocumentChange, registerDocumentFactory, replaceAttributeChangeIfPresent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChangeManagerWrapper()
Method Detail |
---|
public void addComponentChange(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, ComponentChange change)
addComponentChange
in class ChangeManager
public void addDocumentChange(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, DocumentChange change)
addDocumentChange
in class ChangeManager
public void applyComponentChangesForCurrentView(javax.faces.context.FacesContext context)
applyComponentChangesForCurrentView
in class ChangeManager
context
- The FacesContext instance for the current request.public void applyComponentChangesForSubtree(javax.faces.context.FacesContext context, javax.faces.component.NamingContainer root)
applyComponentChangesForSubtree
in class ChangeManager
context
- The FacesContext instance for the current request.root
- The NamingContainer that contains the component subtree
to which ComponentChanges should be applied. If null, all changes are
applied.public void applySimpleComponentChanges(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
applySimpleComponentChanges
in class ChangeManager
component
- Component to apply the simple changes toprotected abstract ChangeManager getWrappedChangeManager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |