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

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

public class FullHierarchyTree
extends HierarchyTree


Field Summary
 
Fields inherited from class com.tensegrity.wpalo.client.ui.mvc.cubeview.HierarchyTree
constants, tree, xViewModel
 
Constructor Summary
FullHierarchyTree(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
 

Constructor Detail

FullHierarchyTree

public FullHierarchyTree(boolean multiSelect)
Method Detail

loadChildren

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