protected class AbstractFormDialog.DialogFormSubmitter extends Object implements org.apache.wicket.markup.html.form.IFormSubmitter
IFormSubmitter| Constructor and Description |
|---|
DialogFormSubmitter(org.apache.wicket.ajax.AjaxRequestTarget target)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDefaultFormProcessing() |
org.apache.wicket.markup.html.form.Form<?> |
getForm() |
void |
onAfterSubmit() |
void |
onError() |
void |
onSubmit() |
public DialogFormSubmitter(org.apache.wicket.ajax.AjaxRequestTarget target)
target - the AjaxRequestTargetpublic org.apache.wicket.markup.html.form.Form<?> getForm()
getForm in interface org.apache.wicket.markup.html.form.IFormSubmitterpublic boolean getDefaultFormProcessing()
getDefaultFormProcessing in interface org.apache.wicket.markup.html.form.IFormSubmitterpublic void onSubmit()
onSubmit in interface org.apache.wicket.markup.html.form.IFormSubmitterpublic void onError()
onError in interface org.apache.wicket.markup.html.form.IFormSubmitterpublic void onAfterSubmit()
onAfterSubmit in interface org.apache.wicket.markup.html.form.IFormSubmitterCopyright © 2017 7thWeb. All rights reserved.