public interface HasSubmitValuesHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addSubmitValuesHandler(SubmitValuesHandler handler)
Triggered when a SubmitItem is included in the form is submitted and gets pressed.
|
fireEvent
HandlerRegistration addSubmitValuesHandler(SubmitValuesHandler handler)
handler
- the submitValues handlerHandlerRegistration
used to remove this handler