|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidad.change.ComponentChange
public abstract class ComponentChange
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.
Constructor Summary | |
---|---|
ComponentChange()
|
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 |
Constructor Detail |
---|
public ComponentChange()
Method Detail |
---|
public abstract void changeComponent(javax.faces.component.UIComponent uiComponent)
uiComponent
- the UIComponent to apply the change to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |