|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentChange | |
---|---|
org.apache.myfaces.trinidad.change |
Uses of ComponentChange in org.apache.myfaces.trinidad.change |
---|
Subclasses of ComponentChange in org.apache.myfaces.trinidad.change | |
---|---|
class |
AddChildComponentChange
Change specialization for adding a child component. |
class |
AddComponentChange
Base class for specialized Change that when applied will add a component instance to the component tree. |
class |
AttributeComponentChange
Change specialization for change in attributes. |
class |
RemoveChildComponentChange
Change specialization for removal of a child. |
class |
RemoveFacetComponentChange
Change specialization for removal of a facet. |
class |
ReorderChildrenComponentChange
Change specialization for re-ordering of children. |
class |
SetFacetChildComponentChange
Change specialization for adding a facet. |
Methods in org.apache.myfaces.trinidad.change that return types with arguments of type ComponentChange | |
---|---|
abstract java.util.Iterator<ComponentChange> |
ChangeManager.getComponentChanges(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
Retrieve the ComponentChanges available for specified component on this request. |
protected java.util.Map<java.lang.String,java.util.List<ComponentChange>> |
SessionChangeManager.getComponentToChangesMapForView(javax.faces.context.FacesContext facesContext,
java.lang.String viewId,
boolean createIfNecessary)
The Map used to store the Changes. |
Methods in org.apache.myfaces.trinidad.change with parameters of type ComponentChange | |
---|---|
abstract void |
ChangeManager.addComponentChange(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
ComponentChange change)
Add a ComponentChange to this current request for a specified component. |
abstract DocumentChange |
DocumentChangeFactory.convert(ComponentChange compChange)
Converts a ComponentChange to a DocumentChange, returning null if no such conversion is possible. |
protected static DocumentChange |
ChangeManager.createDocumentChange(ComponentChange change)
Use the conversion rules to attempt to retrieve the equivalent document change for a ComponentChange |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |