org.apache.wicket.markup.html.form
Interface IAfterFormSubmitter

All Superinterfaces:
IFormSubmitter
All Known Implementing Classes:
AbstractSubmitLink, AjaxButton, AjaxFallbackButton, AjaxSubmitLink, Button, ImageButton, SubmitLink

public interface IAfterFormSubmitter
extends IFormSubmitter

Temporary interface to provide new methods for 1.5. Will be removed in 6.0, where these methods are in IFormSubmitter.

Author:
Carl-Eric Menzel

Method Summary
 void onAfterSubmit()
          Override this method to provide special submit handling in a multi-button form.
 
Methods inherited from interface org.apache.wicket.markup.html.form.IFormSubmitter
getDefaultFormProcessing, getForm, onError, onSubmit
 

Method Detail

onAfterSubmit

void onAfterSubmit()
Override this method to provide special submit handling in a multi-button form. This method will be called after the form's onSubmit method.



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