public interface HasFolderClosedHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addFolderClosedHandler(FolderClosedHandler handler)
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(). |
fireEventHandlerRegistration addFolderClosedHandler(FolderClosedHandler handler)
TreeGrid.closeFolder(). You can return
false to cancel the close.handler - the folderClosed handlerHandlerRegistration used to remove this handler