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