Skip navigation links
org.apache.myfaces.trinidad.change
Class ComponentChange
java.lang.Object
org.apache.myfaces.trinidad.change.ComponentChange
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AddComponentChange, AttributeComponentChange, MoveChildComponentChange, RemoveChildComponentChange, RemoveFacetComponentChange, ReorderChildrenComponentChange
-
public abstract class ComponentChange
- extends Object
- implements Serializable
Base class for all ComponentChanges. ComponentChanges are changes that act on the JSF Component Hierarchy. ComponentChanges are automatically applied during subsequent creation of the view, in the same order in which they were added.
- Version:
- $Name: $ ($Revision: /main/2 $) $Date: 2012/01/04 16:18:05 $
- See Also:
- Serialized Form
| Method Summary |
abstract void |
changeComponent(javax.faces.component.UIComponent uiComponent)
Apply this change to the specied component |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentChange
public ComponentChange()
changeComponent
public abstract void changeComponent(javax.faces.component.UIComponent uiComponent)
- Apply this change to the specied component
-
- Parameters:
uiComponent - the UIComponent to apply the change to
Skip navigation links
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.