org.wicketstuff.datatable_autocomplete.form.action
Class AbstractFormOnSubmitAction
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFormOnSubmitAction
public AbstractFormOnSubmitAction()
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.