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
closeFolder() . |
fireEvent
HandlerRegistration addFolderClosedHandler(FolderClosedHandler handler)
closeFolder()
. You can return false
to
cancel the close.handler
- the folderClosed handlerHandlerRegistration
used to remove this handler