Java org.apache.wicket.ajax.markup.html.form AjaxSubmitLink fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.ajax.markup.html.form AjaxSubmitLink fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.ajax.markup.html.form AjaxSubmitLink.

The text is from its open source code.

Subclass

org.apache.wicket.ajax.markup.html.form.AjaxSubmitLink has subclasses.
Click this link to see all its subclasses.

Constructor

Method

MarkupContaineradd(final Component... children)
Adds the child component(s) to this container.
Componentget(String path)
Get a child component by looking it up with the given path.
StringgetMarkupId()
Retrieves id by which this component is represented within the markup.
AbstractLinksetBody(final IModel bodyModel)
Sets the link's body model
AbstractSubmitLinksetDefaultFormProcessing(boolean defaultFormProcessing)
Sets the defaultFormProcessing property.
MarkupContainersetDefaultModel(final IModel model)
ComponentsetEnabled(final boolean enabled)
Sets whether this component is enabled.
voidsetMarkupId(Component comp)
Copy markupId
ComponentsetOutputMarkupId(final boolean output)
Sets whether or not component will output id attribute into the markup.
ComponentsetVisible(final boolean visible)
Sets whether this component and any children are visible.