Interface SubmitValuesHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonSubmitValues(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
 
 -