|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.richfaces.model.StackingTreeModelProvider
org.richfaces.component.UITreeNodesAdaptor
org.richfaces.component.UIRecursiveTreeNodesAdaptor
public abstract class UIRecursiveTreeNodesAdaptor
JSF component class
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
UIRecursiveTreeNodesAdaptor()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getData()
|
abstract java.lang.Object |
getRoots()
|
org.richfaces.model.StackingTreeModel |
getStackingModel()
|
abstract java.lang.String |
getVar()
|
protected boolean |
includeNode()
|
abstract boolean |
isIncluded()
|
abstract boolean |
isIncludedRoot()
|
abstract void |
setIncluded(boolean active)
|
abstract void |
setIncludedRoot(boolean active)
|
abstract void |
setRoots(java.lang.Object roots)
|
abstract void |
setVar(java.lang.String var)
|
| Methods inherited from class org.richfaces.component.UITreeNodesAdaptor |
|---|
createStackingTreeModel, isIncludedNode, setIncludedNode |
| Methods inherited from class org.richfaces.model.StackingTreeModelProvider |
|---|
getNodes, setNodes |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId, getFamily, getValueExpression, setValueExpression |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
| Constructor Detail |
|---|
public UIRecursiveTreeNodesAdaptor()
| Method Detail |
|---|
public abstract java.lang.Object getRoots()
public abstract void setRoots(java.lang.Object roots)
public abstract boolean isIncluded()
public abstract void setIncluded(boolean active)
public abstract boolean isIncludedRoot()
public abstract void setIncludedRoot(boolean active)
protected boolean includeNode()
includeNode in class UITreeNodesAdaptorpublic java.lang.Object getData()
getData in class org.richfaces.model.StackingTreeModelProviderpublic abstract java.lang.String getVar()
getVar in class UITreeNodesAdaptorpublic abstract void setVar(java.lang.String var)
setVar in class UITreeNodesAdaptorpublic org.richfaces.model.StackingTreeModel getStackingModel()
getStackingModel in class org.richfaces.model.StackingTreeModelProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||