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