|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentChange | |
---|---|
org.apache.myfaces.trinidad.change | |
org.apache.myfaces.trinidad.component |
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 |
MoveChildComponentChange
Change specialization for moving a child from one container to another. |
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 |
RowKeySetAttributeChange
Handles RowKeySetAttribute changes, which need to be handled specially because they are mutable and programmers assume that the instances don't change. |
class |
SetFacetChildComponentChange
Change specialization for adding a facet. |
Methods in org.apache.myfaces.trinidad.change with parameters of type ComponentChange | |
---|---|
void |
ChangeManagerWrapper.addComponentChange(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
ComponentChange change)
Delegates the addComponentChange() implementation to the wrapped ChangeManager. |
void |
NullChangeManager.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 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. |
protected void |
SessionChangeManager.addComponentChangeImpl(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent targetComponent,
ComponentChange componentChange)
Adds a ComponentChange and registers against the supplied 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 |
Uses of ComponentChange in org.apache.myfaces.trinidad.component |
---|
Methods in org.apache.myfaces.trinidad.component that return ComponentChange | |
---|---|
ComponentChange |
UIXComponentBase.addComponentChange(ComponentChange change)
Adds a change for a Component, or the Component's subtree, returning the change actually added, or null , if no change was added. |
protected ComponentChange |
UIXComponentBase.addComponentChange(javax.faces.component.UIComponent component,
ComponentChange change)
Called when adding a change to a Component, or the Component's subtree. |
Methods in org.apache.myfaces.trinidad.component with parameters of type ComponentChange | |
---|---|
ComponentChange |
UIXComponentBase.addComponentChange(ComponentChange change)
Adds a change for a Component, or the Component's subtree, returning the change actually added, or null , if no change was added. |
protected ComponentChange |
UIXComponentBase.addComponentChange(javax.faces.component.UIComponent component,
ComponentChange change)
Called when adding a change to a Component, or the Component's subtree. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |