Interface SubmitValuesHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onSubmitValues
(SubmitValuesEvent event) Triggered when a SubmitItem is included in the form is submitted and gets pressed.
-
Method Details
-
onSubmitValues
Triggered when a SubmitItem is included in the form is submitted and gets pressed.- Parameters:
event
- the event
-