public interface TreeProps
Modifier and Type | Method and Description |
---|---|
String |
getNodeClass()
Space-separated list of CSS style class(es) to be applied to the tree nodes.
|
String |
getNodeType()
Determines which treeNode should be used for rendering.
|
String |
getOnbeforenodetoggle()
The client-side script method to be called before the node is toggled.
|
String |
getOnbeforeselectionchange()
The client-side script method to be called before the selection is changed.
|
String |
getOnnodetoggle()
The client-side script method to be called after the node is toggled.
|
String |
getOnselectionchange()
The client-side script method to be called after the selection is changed.
|
String |
getRowKeyVar()
Provides access to the row key in a Request scope
|
Collection |
getSelection()
The collections of selected nodes.
|
javax.el.MethodExpression |
getSelectionChangeListener()
Method expression referencing a method that will be called when an TreeSelectionChangeEvent has been broadcast for the listener.
|
SwitchType |
getSelectionType()
The type of type of the selection - ajax (default), client, server.
|
String |
getStateVar()
Provides access to the state in a Request scope
|
String |
getToggleNodeEvent()
Client-side event used for toggling tree nodes (click, dblclick, etc.)
|
SwitchType |
getToggleType()
The type of type of the node toggling - ajax (default), client, server.
|
String |
getVar()
A request-scope attribute via which the data object for the current row will be used when iterating
|
boolean |
isKeepSaved()
Boolean attribute that defines whether this iteration component will reset saved children's state before
rendering.
|
String getNodeClass()
String getNodeType()
String getOnnodetoggle()
String getOnselectionchange()
String getOnbeforenodetoggle()
String getOnbeforeselectionchange()
String getToggleNodeEvent()
Collection getSelection()
SwitchType getSelectionType()
SwitchType getToggleType()
javax.el.MethodExpression getSelectionChangeListener()
String getVar()
String getRowKeyVar()
String getStateVar()
boolean isKeepSaved()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.