Interface HasFolderClosedHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 EditTree,TreeGrid,TreePalette
- 
Method Summary
Modifier and TypeMethodDescriptionThis method is called when a folder is closed either via the user manipulating the expand/collapse control in the UI or viacloseFolder().Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addFolderClosedHandler
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 returnfalseto cancel the close.- Parameters:
 handler- the folderClosed handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -