Uses of Class
org.apache.wicket.markup.html.form.AbstractSubmitLink
-
Packages that use AbstractSubmitLink Package Description org.apache.wicket.ajax.markup.html.form org.apache.wicket.markup.html.form HTML Forms and form components. -
-
Uses of AbstractSubmitLink in org.apache.wicket.ajax.markup.html.form
Subclasses of AbstractSubmitLink in org.apache.wicket.ajax.markup.html.form Modifier and Type Class Description classAjaxSubmitLinkA link that submits a form via ajax. -
Uses of AbstractSubmitLink in org.apache.wicket.markup.html.form
Subclasses of AbstractSubmitLink in org.apache.wicket.markup.html.form Modifier and Type Class Description classSubmitLinkA link which can be used exactly like a Button to submit a Form.Methods in org.apache.wicket.markup.html.form that return AbstractSubmitLink Modifier and Type Method Description AbstractSubmitLinkAbstractSubmitLink. setDefaultFormProcessing(boolean defaultFormProcessing)Sets the defaultFormProcessing property.
-