public class TreeBean extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
TreeBean.SelectionChangeHandler |
static class |
TreeBean.ToggleHandler |
| Constructor and Description |
|---|
TreeBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
behaviorSelectionChangeListener(javax.faces.event.AjaxBehaviorEvent event) |
void |
behaviorToggleListener(javax.faces.event.AjaxBehaviorEvent event) |
void |
clickNode() |
org.richfaces.model.TreeNode |
getClassicTreeNode() |
String |
getCurrentTimeAsString() |
String |
getExecuteTestText() |
javax.faces.convert.Converter |
getIntegerSequenceKeyConveter() |
List<TreeNode> |
getLazyRootNodes() |
Object |
getNodeData() |
List<TreeNode> |
getRootNodes() |
Collection<Object> |
getSelection() |
SelectionChangeActionListenerImpl |
getSelectionChangeActionListener() |
org.richfaces.component.SwitchType |
getSelectionType() |
ToggleActionListenerImpl |
getToggleActionListenerImpl() |
String |
getToggleNodeEvent() |
org.richfaces.component.SwitchType |
getToggleType() |
org.richfaces.model.TreeDataModel<?> |
getTreeDataModel() |
org.richfaces.component.SwitchType[] |
getTypes() |
void |
init() |
boolean |
isShowCustomClasses() |
void |
processSelectionChange(org.richfaces.event.TreeSelectionChangeEvent event) |
void |
processToggle(org.richfaces.event.TreeToggleEvent event) |
void |
setExecuteTestText(String executeTestText) |
void |
setSelection(Collection<Object> selection) |
void |
setSelectionChangeActionListener(SelectionChangeActionListenerImpl selectionChangeActionListener) |
void |
setSelectionType(org.richfaces.component.SwitchType selectionMode) |
void |
setShowCustomClasses(boolean showCustomClasses) |
void |
setToggleActionListenerImpl(ToggleActionListenerImpl toggleActionListenerImpl) |
void |
setToggleNodeEvent(String toggleNodeEvent) |
void |
setToggleType(org.richfaces.component.SwitchType switchType) |
@PostConstruct public void init()
public org.richfaces.model.TreeNode getClassicTreeNode()
public org.richfaces.component.SwitchType[] getTypes()
public org.richfaces.component.SwitchType getToggleType()
public void setToggleType(org.richfaces.component.SwitchType switchType)
public org.richfaces.component.SwitchType getSelectionType()
public void setSelectionType(org.richfaces.component.SwitchType selectionMode)
public Object getNodeData()
public Collection<Object> getSelection()
public void setSelection(Collection<Object> selection)
public void clickNode()
public boolean isShowCustomClasses()
public void setShowCustomClasses(boolean showCustomClasses)
public void behaviorToggleListener(javax.faces.event.AjaxBehaviorEvent event)
public void behaviorSelectionChangeListener(javax.faces.event.AjaxBehaviorEvent event)
public void processSelectionChange(org.richfaces.event.TreeSelectionChangeEvent event)
public void processToggle(org.richfaces.event.TreeToggleEvent event)
public String getToggleNodeEvent()
public void setToggleNodeEvent(String toggleNodeEvent)
public String getExecuteTestText()
public void setExecuteTestText(String executeTestText)
public String getCurrentTimeAsString()
public ToggleActionListenerImpl getToggleActionListenerImpl()
public void setToggleActionListenerImpl(ToggleActionListenerImpl toggleActionListenerImpl)
public SelectionChangeActionListenerImpl getSelectionChangeActionListener()
public void setSelectionChangeActionListener(SelectionChangeActionListenerImpl selectionChangeActionListener)
public javax.faces.convert.Converter getIntegerSequenceKeyConveter()
public org.richfaces.model.TreeDataModel<?> getTreeDataModel()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.