com.leafdigital.ui.api
Interface TreeBox.MultiSelectionHandler

All Superinterfaces:
TreeBox.Handler
Enclosing interface:
TreeBox

public static interface TreeBox.MultiSelectionHandler
extends TreeBox.Handler

Interface to implement if you need to know about selection & allow multiple


Method Summary
 void selected(TreeBox.Item[] items)
          Called when selection changes.
 
Methods inherited from interface com.leafdigital.ui.api.TreeBox.Handler
getRoot, isRootDisplayed
 

Method Detail

selected

void selected(TreeBox.Item[] items)
Called when selection changes.

Parameters:
items - New selected items


Copyright © 2011 Samuel Marshall. All rights reserved.