public abstract class TreeFamily extends UIComponentBase
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY
The standard component family.
|
BEANINFO_KEY, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY| Constructor and Description |
|---|
TreeFamily()
The base constructor sets the renderer type to
null as the components of the Tree family does not
render anything by themselves. |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeChildren(FacesContext context)
|
String |
getFamily()
Returns
COMPONENT_FAMILY. |
boolean |
getRendersChildren()
Returns
true. |
void |
processDecodes(FacesContext context)
Calls
validateHierarchy() and then process(FacesContext, PhaseId) with
PhaseId.APPLY_REQUEST_VALUES. |
void |
processUpdates(FacesContext context)
|
void |
processValidators(FacesContext context)
|
addClientBehavior, broadcast, clearInitialState, decode, encodeBegin, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, queueEvent, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreepublic static final String COMPONENT_FAMILY
public TreeFamily()
null as the components of the Tree family does not
render anything by themselves.public String getFamily()
COMPONENT_FAMILY.getFamily in class UIComponentpublic boolean getRendersChildren()
true.getRendersChildren in class UIComponentBasepublic void processDecodes(FacesContext context)
validateHierarchy() and then process(FacesContext, PhaseId) with
PhaseId.APPLY_REQUEST_VALUES.processDecodes in class UIComponentBasepublic void processValidators(FacesContext context)
processValidators in class UIComponentBasepublic void processUpdates(FacesContext context)
processUpdates in class UIComponentBasepublic void encodeChildren(FacesContext context) throws IOException
encodeChildren in class UIComponentBaseIOException