Uses of Interface
org.apache.wicket.markup.html.form.IFormSubmitter

Packages that use IFormSubmitter
org.apache.wicket.ajax.markup.html.form   
org.apache.wicket.extensions.ajax.markup.html   
org.apache.wicket.extensions.wizard Package for working with Wizard components. 
org.apache.wicket.markup.html.form HTML Forms and form components. 
 

Uses of IFormSubmitter in org.apache.wicket.ajax.markup.html.form
 

Classes in org.apache.wicket.ajax.markup.html.form that implement IFormSubmitter
 class AjaxButton
          A button that submits the form via ajax.
 class AjaxFallbackButton
          An ajax submit button that will degrade to a normal request if ajax is not available or javascript is disabled.
 class AjaxSubmitLink
          A link that submits a form via ajax.
 

Uses of IFormSubmitter in org.apache.wicket.extensions.ajax.markup.html
 

Classes in org.apache.wicket.extensions.ajax.markup.html that implement IFormSubmitter
 class IndicatingAjaxButton
          A variant of the AjaxButton that displays a busy indicator while the ajax request is in progress.
 

Uses of IFormSubmitter in org.apache.wicket.extensions.wizard
 

Classes in org.apache.wicket.extensions.wizard that implement IFormSubmitter
 class CancelButton
          Models a cancel button in the wizard.
 class FinishButton
          Models a cancel button in the wizard.
 class LastButton
          Models a 'last' button in the wizard.
 class NextButton
          Models a next button in the wizard.
 class PreviousButton
          Models a previous button in the wizard.
 class WizardButton
          Base class for buttons that work with the wizard component.
 

Uses of IFormSubmitter in org.apache.wicket.markup.html.form
 

Subinterfaces of IFormSubmitter in org.apache.wicket.markup.html.form
 interface IAfterFormSubmitter
          Temporary interface to provide new methods for 1.5.
 interface IFormSubmittingComponent
          Interface that must be implemented by components that are able to submit form.
 

Classes in org.apache.wicket.markup.html.form that implement IFormSubmitter
 class AbstractSubmitLink
          Abstract class for links that are capable of submitting a form.
 class Button
          A form button.
 class ImageButton
          <input type="image"> component - like Button only with an image.
 class SubmitLink
          A link which can be used exactly like a Button to submit a Form.
 

Methods in org.apache.wicket.markup.html.form that return IFormSubmitter
 IFormSubmitter Form.findSubmittingButton()
          Gets the IFormSubmittingComponent which submitted this form.
 

Methods in org.apache.wicket.markup.html.form with parameters of type IFormSubmitter
protected  void Form.callOnError(IFormSubmitter submitter)
          Calls onError on this Form and any enabled and visible nested form, if the respective Form actually has errors.
protected  void Form.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.
 void Form.onFormSubmitted(IFormSubmitter submitter)
          THIS METHOD IS NOT PART OF THE WICKET API.
 void Form.process(IFormSubmitter submittingComponent)
          Process the form.
 void StatelessForm.process(IFormSubmitter submittingComponent)
          Remove the page parameters for all form component otherwise they get appended to action URL Process the form.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.