javax.faces.component
Class UIComponentBase
public abstract
class
UIComponentBase
extends UIComponent
see Javadoc of JSF Specification
Version: $Revision: 265611 $ $Date: 2005-09-01 03:05:16 +0200 (Thu, 01 Sep 2005) $
Author: Manfred Geiler (latest modification by $Author: oros $)
public UIComponentBase()
Parameters: expr
Returns: UIComponent
public Map getAttributes()
public int getChildCount()
public List getChildren()
Parameters: context
Returns: String
public Map getFacets()
public Iterator getFacetsAndChildren()
public String getId()
public String getRendererType()
public boolean getRendersChildren()
public boolean isRendered()
public boolean isTransient()
public void processRestoreState(
FacesContext context, Object state)
public static Object restoreAttachedState(
FacesContext context, Object stateObj)
public void restoreState(
FacesContext context, Object state)
public static Object saveAttachedState(
FacesContext context, Object attachedObject)
public void setId(String id)
public void setRendered(boolean rendered)
public void setRendererType(String rendererType)
public void setTransient(boolean transientFlag)
public void setValueBinding(String name,
ValueBinding binding)