Skip navigation links
org.apache.myfaces.trinidad.change
Class AddComponentChange
java.lang.Object
org.apache.myfaces.trinidad.change.ComponentChange
org.apache.myfaces.trinidad.change.AddComponentChange
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AddChildComponentChange, SetFacetChildComponentChange
-
public abstract class AddComponentChange
- extends ComponentChange
Base class for specialized Change that when applied will add a component instance to the component tree.
- Version:
- $Name: $ ($Revision: /main/2 $) $Date: 2012/01/04 16:18:05 $
- See Also:
- Serialized Form
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddComponentChange
protected AddComponentChange(javax.faces.component.UIComponent component)
getComponent
public javax.faces.component.UIComponent getComponent()
- Returns the component that is to be added either as a child or a facet while applying this Change. Returns
null if the component cannot be successfully re-constructed.
Skip navigation links
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.