Interface HasSubmitValuesHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
DynamicForm
,PropertySheet
,SearchForm
-
Method Summary
Modifier and TypeMethodDescriptionTriggered when a SubmitItem is included in the form is submitted and gets pressed.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addSubmitValuesHandler
Triggered when a SubmitItem is included in the form is submitted and gets pressed.- Parameters:
handler
- the submitValues handler- Returns:
HandlerRegistration
used to remove this handler
-