Interface FolderClosedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 viacloseFolder()
.
-
Method Details
-
onFolderClosed
This method is called when a folder is closed either via the user manipulating the expand/collapse control in the UI or viacloseFolder()
. You can returnfalse
to cancel the close.- Parameters:
event
- the event
-