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.editMask
enabled.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.editMask
enabled. implementation.- Parameters:
handler
- the editMaskClicked handler- Returns:
HandlerRegistration
used to remove this handler
-