Package com.smartgwt.client.tools
Interface HasEditMaskClickedHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 EditContext
- 
Method Summary
Modifier and TypeMethodDescriptionExecuted when the left mouse is clicked (pressed and then released) on any selectable component withEditProxy.editMaskenabled.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addEditMaskClickedHandler
Executed when the left mouse is clicked (pressed and then released) on any selectable component withEditProxy.editMaskenabled. implementation.- Parameters:
 handler- the editMaskClicked handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -