Interface HasFolderOpenedHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 EditTree,TreeGrid,TreePalette
- 
Method Summary
Modifier and TypeMethodDescriptionThis method is called when a folder is opened either via the user manipulating the expand/collapse control in the UI or viaopenFolder().Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addFolderOpenedHandler
This method is called when a folder is opened either via the user manipulating the expand/collapse control in the UI or viaopenFolder(). You can returnfalseto cancel the open.- Parameters:
 handler- the folderOpened handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -