|
||||||||||
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
org.richfaces.component.html.HtmlRecursiveTreeNodesAdaptor
public class HtmlRecursiveTreeNodesAdaptor
Component-Type org.richfaces.RecursiveTreeNodesAdaptor Component-Family org.richfaces.RecursiveTreeNodesAdaptor
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Constructor Summary | |
---|---|
HtmlRecursiveTreeNodesAdaptor()
Constructor to init default renderers |
Method Summary | |
---|---|
java.lang.String |
getFamily()
|
java.lang.Object |
getNodes()
Defines collection to use at the other (non-top) levels of iteration Getter for nodes |
java.lang.Object |
getRoots()
Defines collection to use at the top of iteration Getter for roots |
java.lang.String |
getVar()
A request-scope attribute via which the data object for the current collection element will be used when iterating Getter for var |
boolean |
isIncluded()
This boolean expression is used to define which elements of both collections are processed Getter for included |
boolean |
isIncludedNode()
This boolean expression is used to define which elements are processed Getter for includedNode |
boolean |
isIncludedRoot()
This boolean expression is used to define which elements are processed appling to "roots" collection Getter for includedRoot |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setIncluded(boolean __included)
This boolean expression is used to define which elements of both collections are processed Setter for included |
void |
setIncludedNode(boolean __includedNode)
This boolean expression is used to define which elements are processed Setter for includedNode |
void |
setIncludedRoot(boolean __includedRoot)
This boolean expression is used to define which elements are processed appling to "roots" collection Setter for includedRoot |
void |
setNodes(java.lang.Object __nodes)
Defines collection to use at the other (non-top) levels of iteration Setter for nodes |
void |
setRoots(java.lang.Object __roots)
Defines collection to use at the top of iteration Setter for roots |
void |
setVar(java.lang.String __var)
A request-scope attribute via which the data object for the current collection element will be used when iterating Setter for var |
Methods inherited from class org.richfaces.component.UIRecursiveTreeNodesAdaptor |
---|
getData, getStackingModel, includeNode |
Methods inherited from class org.richfaces.component.UITreeNodesAdaptor |
---|
createStackingTreeModel |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
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 HtmlRecursiveTreeNodesAdaptor()
Method Detail |
---|
public void setIncluded(boolean __included)
setIncluded
in class UIRecursiveTreeNodesAdaptor
included
- - new valuepublic boolean isIncluded()
isIncluded
in class UIRecursiveTreeNodesAdaptor
public void setIncludedNode(boolean __includedNode)
setIncludedNode
in class UITreeNodesAdaptor
includedNode
- - new valuepublic boolean isIncludedNode()
isIncludedNode
in class UITreeNodesAdaptor
public void setIncludedRoot(boolean __includedRoot)
setIncludedRoot
in class UIRecursiveTreeNodesAdaptor
includedRoot
- - new valuepublic boolean isIncludedRoot()
isIncludedRoot
in class UIRecursiveTreeNodesAdaptor
public void setNodes(java.lang.Object __nodes)
setNodes
in class org.richfaces.model.StackingTreeModelProvider
nodes
- - new valuepublic java.lang.Object getNodes()
getNodes
in class org.richfaces.model.StackingTreeModelProvider
public void setRoots(java.lang.Object __roots)
setRoots
in class UIRecursiveTreeNodesAdaptor
roots
- - new valuepublic java.lang.Object getRoots()
getRoots
in class UIRecursiveTreeNodesAdaptor
public void setVar(java.lang.String __var)
setVar
in class UIRecursiveTreeNodesAdaptor
var
- - new valuepublic java.lang.String getVar()
getVar
in class UIRecursiveTreeNodesAdaptor
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIComponent
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |