Uses of Interface
org.apache.wicket.markup.html.form.IFormSubmitter
-
Packages that use IFormSubmitter Package Description org.apache.wicket.ajax.form org.apache.wicket.ajax.markup.html.form org.apache.wicket.markup.html.form HTML Forms and form components. -
-
Uses of IFormSubmitter in org.apache.wicket.ajax.form
Classes in org.apache.wicket.ajax.form that implement IFormSubmitter Modifier and Type Class Description static classAjaxFormSubmitBehavior.AjaxFormSubmitterA publicly reachable class that allows to introspect the submitter, e.g. -
Uses of IFormSubmitter in org.apache.wicket.ajax.markup.html.form
Classes in org.apache.wicket.ajax.markup.html.form that implement IFormSubmitter Modifier and Type Class Description classAjaxButtonA button that submits the form via Ajax.classAjaxFallbackButtonAn ajax submit button that will degrade to a normal request if ajax is not available or javascript is disabled.classAjaxSubmitLinkA link that submits a form via ajax. -
Uses of IFormSubmitter in org.apache.wicket.markup.html.form
Subinterfaces of IFormSubmitter in org.apache.wicket.markup.html.form Modifier and Type Interface Description interfaceIFormSubmittingComponentInterface that must be implemented by components that are able to submit form.Classes in org.apache.wicket.markup.html.form that implement IFormSubmitter Modifier and Type Class Description classAbstractSubmitLinkAbstract class for links that are capable of submitting a form.classButtonA form button.classImageButton<input type="image"> component - likeButtononly with an image.classSubmitLinkA link which can be used exactly like a Button to submit a Form.Methods in org.apache.wicket.markup.html.form with parameters of type IFormSubmitter Modifier and Type Method Description protected voidForm. callOnError(IFormSubmitter submitter)protected voidForm. delegateSubmit(IFormSubmitter submittingComponent)Called (by the default implementation of 'process') when all fields validated, the form was updated and it's data was allowed to be persisted.voidForm. onFormSubmitted(IFormSubmitter submitter)THIS METHOD IS NOT PART OF THE WICKET API.voidForm. process(IFormSubmitter submittingComponent)Process the form.voidStatelessForm. process(IFormSubmitter submittingComponent)Remove the page parameters for all form component otherwise they get appended to action URL Process the form.
-