Example usage for org.apache.wicket.ajax.markup.html.form AjaxSubmitLink subclass-usage

List of usage examples for org.apache.wicket.ajax.markup.html.form AjaxSubmitLink subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.ajax.markup.html.form AjaxSubmitLink subclass-usage.

Usage

From source file com.googlecode.wicket.jquery.ui.markup.html.link.AjaxSubmitLink.java

/**
 * Provides a Kendo UI button based on a built-in {@code AjaxSubmitLink}
 *
 * @author Sebastien Briquet - sebfz1
 * @since 6.19.0
 * @since 7.0.0

From source file com.googlecode.wicket.kendo.ui.markup.html.link.AjaxSubmitLink.java

/**
 * Provides a Kendo UI button based on a built-in {@code AjaxSubmitLink}
 *
 * @author Sebastien Briquet - sebfz1
 * @since 6.19.0
 * @since 7.0.0

From source file com.visural.wicket.component.confirmer.ConfirmerAjaxSubmitLink.java

/**
 * @version $Id: ConfirmerAjaxSubmitLink.java 232 2010-11-22 09:51:32Z tibes80@gmail.com $
 * @author Richard Nichols
 */
public abstract class ConfirmerAjaxSubmitLink extends AjaxSubmitLink
        implements ConfirmerComponent, ISecureEnableInstance, ISecureRenderInstance {

From source file com.visural.wicket.component.submitters.IndicateModalAjaxSubmitLink.java

/**
 * An AJAX `SubmitLink` which displays a modal dialog indicating work-in-progress, while the update occurs. *Requires JQuery*
 *
 * @version $Id: IndicateModalAjaxSubmitLink.java 232 2010-11-22 09:51:32Z tibes80@gmail.com $
 * @author Richard Nichols
 */

From source file com.visural.wicket.component.submitters.IndicateRefreshAjaxSubmitLink.java

/**
 * An AJAX `SubmitLink` which replaces the given elements with an indicator image, while the update occurs. *Requires JQuery*
 *
 * @version $Id: IndicateRefreshAjaxSubmitLink.java 232 2010-11-22 09:51:32Z tibes80@gmail.com $
 * @author Richard Nichols
 */

From source file com.visural.wicket.datatable.toolbar.PagingNavigationAjaxSubmitLink.java

/**
 * TODO: unfinished code
 *
 * Ajax submitting link that can be used inside a paging navigator for `DataTable`.
 *
 * Most of this copied from wicket source.

From source file gr.interamerican.wicket.ajax.markup.html.form.CallbackAjaxSubmitLink.java

/**
 * An {@link AjaxLink} that executes a {@link CallbackAction}.
 * 
 * TODO: The class needs a constructor with the action as argument. Without it, the class is not usable.
 * 
 * 

From source file gr.interamerican.wicket.markup.html.tabs.StatefulAjaxTabbedPanelSubmitLink.java

/**
 * {@link AjaxSubmitLink} for a {@link StatefulAjaxTabbedPanel}.
 */
class StatefulAjaxTabbedPanelSubmitLink extends AjaxSubmitLink {

    /**

From source file net.dontdrinkandroot.extensions.wicket.component.jqueryui.JQueryUiAjaxSubmitLink.java

public abstract class JQueryUiAjaxSubmitLink extends AjaxSubmitLink {
    public JQueryUiAjaxSubmitLink(String id) {

        this(id, null);
    }

From source file net.dontdrinkandroot.wicket.component.jqueryui.JQueryUiAjaxSubmitLink.java

public abstract class JQueryUiAjaxSubmitLink extends AjaxSubmitLink {

    public JQueryUiAjaxSubmitLink(String id) {

        this(id, null);
    }