com.waveset.ui.util
Interface ITreeConfigurationManager


public interface ITreeConfigurationManager

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

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Method Detail

getAllowMultiSelect

public boolean getAllowMultiSelect()
Returns whether the tree allows multi selection.

Returns:

getShowOnlyBranches

public boolean getShowOnlyBranches()
Returnes whether the tree should visualize only branch tree elements.

Returns:

getShowDataStoreChildren

public boolean getShowDataStoreChildren()
Returnes whether the tree should visualize branches with an indicator of the number of children within each branch.

Returns:

getAllowRootSelection

public boolean getAllowRootSelection()
Returns whether or not the tree should allow the root node to be selected.

Returns:

getAllowRootRowDisplay

public boolean getAllowRootRowDisplay()
Returns whether or not the tree should display the root node line.

Returns:

getYokeToActiveNode

public boolean getYokeToActiveNode()
Returns whether or not the tree should yoke the display to last active node.

Returns:

isClientSideSectionModel

public boolean isClientSideSectionModel()
Returns whether the tree is using client side selection or server side.

Returns:

getRenderTreeTable

public boolean getRenderTreeTable()
Returns whether or not the tree should render a surrounding table..