|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Form | |
|---|---|
| org.apache.wicket.ajax.form | |
| org.apache.wicket.ajax.markup.html.form | |
| org.apache.wicket.markup.html.form | HTML Forms and form components. |
| org.apache.wicket.markup.html.form.validation | Support for form validation. |
| org.apache.wicket.util.tester | A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. |
| Uses of Form in org.apache.wicket.ajax.form |
|---|
| Methods in org.apache.wicket.ajax.form that return Form | |
|---|---|
protected Form<?> |
AjaxFormSubmitBehavior.findForm()
Finds form that will be submitted |
Form<?> |
AjaxFormSubmitBehavior.getForm()
|
| Methods in org.apache.wicket.ajax.form with parameters of type Form | |
|---|---|
static void |
AjaxFormValidatingBehavior.addToAllFormComponents(Form<?> form,
String event)
Adds this behavior to all form components of the specified form |
static void |
AjaxFormValidatingBehavior.addToAllFormComponents(Form<?> form,
String event,
Duration throttleDelay)
Adds this behavior to all form components of the specified form |
| Constructors in org.apache.wicket.ajax.form with parameters of type Form | |
|---|---|
AjaxFormSubmitBehavior(Form<?> form,
String event)
Construct. |
|
AjaxFormValidatingBehavior(Form<?> form,
String event)
Construct. |
|
| Uses of Form in org.apache.wicket.ajax.markup.html.form |
|---|
| Methods in org.apache.wicket.ajax.markup.html.form that return Form | |
|---|---|
Form<?> |
AjaxButton.getForm()
Returns the form if it was set in constructor, otherwise returns the form nearest in parent hierarchy. |
Form<?> |
AjaxFallbackButton.getForm()
|
| Methods in org.apache.wicket.ajax.markup.html.form with parameters of type Form | |
|---|---|
protected abstract void |
AjaxSubmitLink.onError(AjaxRequestTarget target,
Form<?> form)
Listener method invoked on form submit with errors |
protected abstract void |
AjaxButton.onError(AjaxRequestTarget target,
Form<?> form)
Listener method invoked on form submit with errors |
protected abstract void |
AjaxFallbackButton.onError(AjaxRequestTarget target,
Form<?> form)
Listener method invoked on form submit with errors |
protected abstract void |
AjaxSubmitLink.onSubmit(AjaxRequestTarget target,
Form<?> form)
Listener method invoked on form submit |
protected abstract void |
AjaxButton.onSubmit(AjaxRequestTarget target,
Form<?> form)
Listener method invoked on form submit with no errors |
protected abstract void |
AjaxFallbackButton.onSubmit(AjaxRequestTarget target,
Form<?> form)
Callback for the onClick event. |
| Constructors in org.apache.wicket.ajax.markup.html.form with parameters of type Form | |
|---|---|
AjaxButton(String id,
Form<?> form)
Construct. |
|
AjaxButton(String id,
IModel<String> model,
Form<?> form)
Construct. |
|
AjaxFallbackButton(String id,
Form<?> form)
Construct. |
|
AjaxFallbackButton(String id,
IModel<String> model,
Form<?> form)
Construct. |
|
AjaxSubmitLink(String id,
Form<?> form)
Construct. |
|
| Uses of Form in org.apache.wicket.markup.html.form |
|---|
| Subclasses of Form in org.apache.wicket.markup.html.form | |
|---|---|
class |
StatelessForm<T>
This StatelessForm is the same as a normal form but with the statelesshint default to true. |
| Methods in org.apache.wicket.markup.html.form that return Form | |
|---|---|
static Form<?> |
Form.findForm(Component component)
|
Form<?> |
AbstractSubmitLink.getForm()
|
Form<?> |
FormComponent.getForm()
|
Form<?> |
IFormSubmitter.getForm()
Returns the form this component submits. |
Form<?> |
Form.getRootForm()
Returns the root form or this, if this is the root form. |
| Constructors in org.apache.wicket.markup.html.form with parameters of type Form | |
|---|---|
AbstractSubmitLink(String id,
Form<?> form)
Construct. |
|
AbstractSubmitLink(String id,
IModel<?> model,
Form<?> form)
Construct. |
|
SubmitLink(String id,
Form<?> form)
With this constructor the SubmitLink will submit the Form that is given when the link
is clicked on. |
|
SubmitLink(String id,
IModel<?> model,
Form<?> form)
With this constructor the SubmitLink will submit the Form that is given when the link
is clicked on. |
|
| Uses of Form in org.apache.wicket.markup.html.form.validation |
|---|
| Methods in org.apache.wicket.markup.html.form.validation with parameters of type Form | |
|---|---|
void |
IFormValidator.validate(Form<?> form)
This method is ran if all components returned by IFormValidator.getDependentFormComponents() are valid. |
void |
FormValidatorAdapter.validate(Form<?> form)
This method is ran if all components returned by IFormValidator.getDependentFormComponents() are valid. |
void |
EqualInputValidator.validate(Form<?> form)
|
| Uses of Form in org.apache.wicket.util.tester |
|---|
| Methods in org.apache.wicket.util.tester that return Form | |
|---|---|
Form<?> |
FormTester.getForm()
Retrieves the current Form object. |
| Methods in org.apache.wicket.util.tester with parameters of type Form | |
|---|---|
void |
BaseWicketTester.submitForm(Form<?> form)
|
| Constructors in org.apache.wicket.util.tester with parameters of type Form | |
|---|---|
FormTester(String path,
Form<?> workingForm,
BaseWicketTester wicketTester,
boolean fillBlankString)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||