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