public interface HasEditMaskClickedHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addEditMaskClickedHandler(EditMaskClickedHandler handler)
Executed when the left mouse is clicked (pressed and then released) on any selectable component with
EditProxy.editMask enabled. |
fireEventHandlerRegistration addEditMaskClickedHandler(EditMaskClickedHandler handler)
EditProxy.editMask enabled. implementation.handler - the editMaskClicked handlerHandlerRegistration used to remove this handler