org.wicketstuff.datatable_autocomplete.form.action
Class AbstractFormOnSubmitAction

java.lang.Object
  extended by org.wicketstuff.datatable_autocomplete.form.action.AbstractFormOnSubmitAction
All Implemented Interfaces:
Serializable, IClusterable, IFormOnSubmitAction

public abstract class AbstractFormOnSubmitAction
extends Object
implements IFormOnSubmitAction

Author:
mocleiri Base form on submit action. The onError callback is part of the new 1.5 form event processing behaviour. What needs to be implemented for our purposes is not yet determined.
See Also:
Serialized Form

Constructor Summary
AbstractFormOnSubmitAction()
           
 
Method Summary
 void onError(AjaxRequestTarget target, Form<?> form)
          Listener method invoked on form submit with errors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.wicketstuff.datatable_autocomplete.form.action.IFormOnSubmitAction
onSubmit
 

Constructor Detail

AbstractFormOnSubmitAction

public AbstractFormOnSubmitAction()
Method Detail

onError

public void onError(AjaxRequestTarget target,
                    Form<?> form)
Description copied from interface: IFormOnSubmitAction
Listener method invoked on form submit with errors

Specified by:
onError in interface IFormOnSubmitAction


Copyright © 2009-2013. All Rights Reserved.