|
||||||||||
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.html.HtmlTreeNodesAdaptor
public class HtmlTreeNodesAdaptor
Component-Type org.richfaces.TreeNodesAdaptor Component-Family org.richfaces.TreeNodesAdaptor
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Constructor Summary | |
---|---|
HtmlTreeNodesAdaptor()
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.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 |
isIncludedNode()
This boolean expression is used to define which elements are processed Getter for includedNode |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setIncludedNode(boolean __includedNode)
This boolean expression is used to define which elements are processed Setter for includedNode |
void |
setNodes(java.lang.Object __nodes)
Defines collection to use at the other (non-top) levels of iteration Setter for nodes |
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.UITreeNodesAdaptor |
---|
createStackingTreeModel, includeNode |
Methods inherited from class org.richfaces.model.StackingTreeModelProvider |
---|
getData, getStackingModel |
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 HtmlTreeNodesAdaptor()
Method Detail |
---|
public void setIncludedNode(boolean __includedNode)
setIncludedNode
in class UITreeNodesAdaptor
includedNode
- - new valuepublic boolean isIncludedNode()
isIncludedNode
in class UITreeNodesAdaptor
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 setVar(java.lang.String __var)
setVar
in class UITreeNodesAdaptor
var
- - new valuepublic java.lang.String getVar()
getVar
in class UITreeNodesAdaptor
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 |