All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface dtai.gwt.TreeSelectable

public interface TreeSelectable
TreeSelectable


Method Index

 o addTreeListener(TreeListener)
Add a listener to recieve tree item events when the state of an tree item changes.
 o getSelectedTreeItem()
Returns the selected indexes or null if no items are selected.
 o removeTreeListener(TreeListener)
Removes an tree item listener.

Methods

 o getSelectedTreeItem
 public abstract TreeItem getSelectedTreeItem()
Returns the selected indexes or null if no items are selected.

Returns:
TreeItem
 o addTreeListener
 public abstract void addTreeListener(TreeListener l)
Add a listener to recieve tree item events when the state of an tree item changes.

Parameters:
l - - the listener to recieve events
See Also:
TreeEvent
 o removeTreeListener
 public abstract void removeTreeListener(TreeListener l)
Removes an tree item listener.

Parameters:
l - - the listener being removed
See Also:
TreeEvent

All Packages  Class Hierarchy  This Package  Previous  Next  Index