public class UITreeModelRecursiveAdaptor extends AbstractTreeModelAdaptor implements TreeModelRecursiveAdaptor
The
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UITreeModelRecursiveAdaptor() |
Modifier and Type | Method and Description |
---|---|
String |
getFamily() |
Object |
getNodes() |
String |
getRecursionOrder() |
Object |
getRoots()
EL expression pointing to top-level nodes (roots) which should tree model iterate over.
|
boolean |
isLeaf() |
void |
setLeaf(boolean leaf) |
void |
setNodes(Object nodes) |
void |
setRoots(Object roots) |
clearInitialState, getRowKeyConverter, markInitialState, memoizeDefaultRowKeyConverter, restoreState, saveState, setRowKeyConverter
addClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRowKeyConverter, setRowKeyConverter
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public Object getRoots()
getRoots
in interface TreeModelRecursiveAdaptor
public void setRoots(Object roots)
public Object getNodes()
getNodes
in interface TreeModelAdaptor
public void setNodes(Object nodes)
public String getRecursionOrder()
getRecursionOrder
in interface TreeModelRecursiveAdaptor
public boolean isLeaf()
isLeaf
in interface TreeModelAdaptor
public void setLeaf(boolean leaf)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.