public interface FolderClosedHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onFolderClosed(FolderClosedEvent event)
This method is called when a folder is closed either via the user manipulating the expand/collapse control in the UI or
via
TreeGrid.closeFolder . |
void onFolderClosed(FolderClosedEvent event)
TreeGrid.closeFolder
. You can return
false
to cancel the close.event
- the event