public interface HasCancelClickHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addCancelClickHandler(CancelClickHandler handler)
Notification method fired when the
Cancel
button is clicked. |
com.google.gwt.event.shared.HandlerRegistration addCancelClickHandler(CancelClickHandler handler)
Cancel
button
is clicked.handler
- the cancelClick handlerHandlerRegistration
used to remove this handler