com.tensegrity.wpalo.client.ui.mvc.cubeview
Class LoDHierarchyTree

java.lang.Object
  extended by com.tensegrity.wpalo.client.ui.mvc.cubeview.HierarchyTree
      extended by com.tensegrity.wpalo.client.ui.mvc.cubeview.LoDHierarchyTree

public class LoDHierarchyTree
extends HierarchyTree


Field Summary
protected  ILocalConstants constants
           
 
Fields inherited from class com.tensegrity.wpalo.client.ui.mvc.cubeview.HierarchyTree
tree, xViewModel
 
Constructor Summary
LoDHierarchyTree(boolean multiSelect)
           
 
Method Summary
protected  void loadChildren(HasFastMSTreeItems parentItem, TreeNode parentNode)
           
 
Methods inherited from class com.tensegrity.wpalo.client.ui.mvc.cubeview.HierarchyTree
apply, collapseAll, collapseDeepestLevel, deselectAll, deselectAllVisible, expandAll, expandNextLevel, getNumberOfSelectedElements, getSelectedElements, getSelection, getTree, getVisibleItems, invertSelection, reset, selectAll, selectAllVisible, selectBranch, selectBy, selectByRegEx, selectLeafs, selectLevel, setInput, setSelection, traverse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constants

protected final transient ILocalConstants constants
Constructor Detail

LoDHierarchyTree

public LoDHierarchyTree(boolean multiSelect)
Method Detail

loadChildren

protected void loadChildren(HasFastMSTreeItems parentItem,
                            TreeNode parentNode)
Specified by:
loadChildren in class HierarchyTree