com.googlecode.wicket.jquery.ui.widget.dialog
Class AbstractFormDialog.DialogFormSubmitter

java.lang.Object
  extended by com.googlecode.wicket.jquery.ui.widget.dialog.AbstractFormDialog.DialogFormSubmitter
All Implemented Interfaces:
org.apache.wicket.markup.html.form.IFormSubmitter
Enclosing class:
AbstractFormDialog<T extends Serializable>

protected class AbstractFormDialog.DialogFormSubmitter
extends Object
implements org.apache.wicket.markup.html.form.IFormSubmitter

Provides the form-dialog IFormSubmitter
This is basically the same technic used in AjaxButton class.


Constructor Summary
AbstractFormDialog.DialogFormSubmitter(org.apache.wicket.ajax.AjaxRequestTarget target)
          Constructor
 
Method Summary
 boolean getDefaultFormProcessing()
           
 org.apache.wicket.markup.html.form.Form<?> getForm()
           
 void onAfterSubmit()
           
 void onError()
           
 void onSubmit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFormDialog.DialogFormSubmitter

public AbstractFormDialog.DialogFormSubmitter(org.apache.wicket.ajax.AjaxRequestTarget target)
Constructor

Parameters:
target - the AjaxRequestTarget
Method Detail

getForm

public org.apache.wicket.markup.html.form.Form<?> getForm()
Specified by:
getForm in interface org.apache.wicket.markup.html.form.IFormSubmitter

getDefaultFormProcessing

public boolean getDefaultFormProcessing()
Specified by:
getDefaultFormProcessing in interface org.apache.wicket.markup.html.form.IFormSubmitter

onSubmit

public void onSubmit()
Specified by:
onSubmit in interface org.apache.wicket.markup.html.form.IFormSubmitter

onError

public void onError()
Specified by:
onError in interface org.apache.wicket.markup.html.form.IFormSubmitter

onAfterSubmit

public void onAfterSubmit()
Specified by:
onAfterSubmit in interface org.apache.wicket.markup.html.form.IFormSubmitter


Copyright © 2013 7thWeb. All Rights Reserved.