com.leafdigital.ui.api
Interface TreeBox.Handler

All Known Subinterfaces:
TreeBox.DragSingleSelectionHandler, TreeBox.MultiSelectionHandler, TreeBox.SingleSelectionHandler
Enclosing interface:
TreeBox

public static interface TreeBox.Handler

Interface implemented by users to handle the tree


Method Summary
 TreeBox.Item getRoot()
           
 boolean isRootDisplayed()
           
 

Method Detail

getRoot

TreeBox.Item getRoot()
Returns:
Top-level items

isRootDisplayed

boolean isRootDisplayed()
Returns:
True if root item should be actually displayed


Copyright © 2011 Samuel Marshall. All rights reserved.