Interface HasLeafClickHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 EditTree,TreeGrid,TreePalette
- 
Method Summary
Modifier and TypeMethodDescriptionaddLeafClickHandler(LeafClickHandler handler) This method is called when a leaf record is clicked on.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addLeafClickHandler
This method is called when a leaf record is clicked on.- Parameters:
 handler- the leafClick handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -