public interface HasApplyClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addApplyClickHandler(ApplyClickHandler handler)
Notification method fired when the
Apply
button is clicked. |
fireEvent
HandlerRegistration addApplyClickHandler(ApplyClickHandler handler)
Apply
button
is clicked.handler
- the applyClick handlerHandlerRegistration
used to remove this handler