|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface that allows the client to query the tree configuration.
Field Summary | |
static java.lang.String |
code_id
|
Method Summary | |
boolean |
getAllowMultiSelect()
Returns whether the tree allows multi selection. |
boolean |
getAllowRootRowDisplay()
Returns whether or not the tree should display the root node line. |
boolean |
getAllowRootSelection()
Returns whether or not the tree should allow the root node to be selected. |
boolean |
getRenderTreeTable()
Returns whether or not the tree should render a surrounding table.. |
boolean |
getShowDataStoreChildren()
Returnes whether the tree should visualize branches with an indicator of the number of children within each branch. |
boolean |
getShowOnlyBranches()
Returnes whether the tree should visualize only branch tree elements. |
boolean |
getYokeToActiveNode()
Returns whether or not the tree should yoke the display to last active node. |
boolean |
isClientSideSectionModel()
Returns whether the tree is using client side selection or server side. |
Field Detail |
public static final java.lang.String code_id
Method Detail |
public boolean getAllowMultiSelect()
public boolean getShowOnlyBranches()
public boolean getShowDataStoreChildren()
public boolean getAllowRootSelection()
public boolean getAllowRootRowDisplay()
public boolean getYokeToActiveNode()
public boolean isClientSideSectionModel()
public boolean getRenderTreeTable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |