|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidad.change.ComponentChange
org.apache.myfaces.trinidad.change.AddComponentChange
public abstract class AddComponentChange
Base class for specialized Change that when applied will add a component instance to the component tree.
Constructor Summary | |
---|---|
protected |
AddComponentChange(javax.faces.component.UIComponent component)
|
Method Summary | |
---|---|
javax.faces.component.UIComponent |
getComponent()
Returns the component that is to be added either as a child or a facet while applying this Change. |
Methods inherited from class org.apache.myfaces.trinidad.change.ComponentChange |
---|
changeComponent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AddComponentChange(javax.faces.component.UIComponent component)
Method Detail |
---|
public javax.faces.component.UIComponent getComponent()
null
if the component cannot be
successfully re-constructed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |