Package com.smartgwt.client.tools
Interface EditMaskClickedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Executed when the left mouse is clicked (pressed and then released) on any selectable component withEditProxy.editMask
enabled.
-
Method Details
-
onEditMaskClicked
Executed when the left mouse is clicked (pressed and then released) on any selectable component withEditProxy.editMask
enabled. implementation.- Parameters:
event
- the event
-