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