public interface IFormSubmitter
Modifier and Type | Method and Description |
---|---|
boolean |
getDefaultFormProcessing()
Returns whether form should be processed the default way.
|
Form<?> |
getForm()
Returns the form this component submits.
|
void |
onAfterSubmit()
Override this method to provide special submit handling in a multi-button form.
|
void |
onError()
Method that is invoked when form processing fails; for example, when there are validation
errors.
|
void |
onSubmit()
Override this method to provide special submit handling in a multi-button form.
|
Form<?> getForm()
boolean getDefaultFormProcessing()
void onSubmit()
void onAfterSubmit()
void onError()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.