org.richfaces.demo
Class TreeBean
java.lang.Object
org.richfaces.demo.TreeBean
- All Implemented Interfaces:
- Serializable
public class TreeBean
- extends Object
- implements Serializable
- Author:
- Nick Belaevski
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeBean
public TreeBean()
init
@PostConstruct
public void init()
getRootNodes
public List<TreeNode> getRootNodes()
getLazyRootNodes
public List<TreeNode> getLazyRootNodes()
getClassicTreeNode
public org.richfaces.model.TreeNode getClassicTreeNode()
getTypes
public org.richfaces.component.SwitchType[] getTypes()
getToggleType
public org.richfaces.component.SwitchType getToggleType()
setToggleType
public void setToggleType(org.richfaces.component.SwitchType switchType)
getSelectionType
public org.richfaces.component.SwitchType getSelectionType()
setSelectionType
public void setSelectionType(org.richfaces.component.SwitchType selectionMode)
getNodeData
public Object getNodeData()
getSelection
public Collection<Object> getSelection()
setSelection
public void setSelection(Collection<Object> selection)
clickNode
public void clickNode()
isShowCustomClasses
public boolean isShowCustomClasses()
setShowCustomClasses
public void setShowCustomClasses(boolean showCustomClasses)
behaviorToggleListener
public void behaviorToggleListener(javax.faces.event.AjaxBehaviorEvent event)
behaviorSelectionChangeListener
public void behaviorSelectionChangeListener(javax.faces.event.AjaxBehaviorEvent event)
processSelectionChange
public void processSelectionChange(org.richfaces.event.TreeSelectionChangeEvent event)
processToggle
public void processToggle(org.richfaces.event.TreeToggleEvent event)
getToggleNodeEvent
public String getToggleNodeEvent()
setToggleNodeEvent
public void setToggleNodeEvent(String toggleNodeEvent)
getExecuteTestText
public String getExecuteTestText()
setExecuteTestText
public void setExecuteTestText(String executeTestText)
getCurrentTimeAsString
public String getCurrentTimeAsString()
getToggleActionListenerImpl
public ToggleActionListenerImpl getToggleActionListenerImpl()
setToggleActionListenerImpl
public void setToggleActionListenerImpl(ToggleActionListenerImpl toggleActionListenerImpl)
getSelectionChangeActionListener
public SelectionChangeActionListenerImpl getSelectionChangeActionListener()
setSelectionChangeActionListener
public void setSelectionChangeActionListener(SelectionChangeActionListenerImpl selectionChangeActionListener)
getIntegerSequenceKeyConveter
public javax.faces.convert.Converter getIntegerSequenceKeyConveter()
getTreeDataModel
public org.richfaces.model.TreeDataModel<?> getTreeDataModel()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.