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

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

Introduction

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

Usage

From source file org.cipango.ims.oam.util.AjaxFallbackButton.java

public abstract class AjaxFallbackButton extends org.apache.wicket.ajax.markup.html.form.AjaxFallbackButton {

    private static final Logger __log = LoggerFactory.getLogger(AjaxFallbackButton.class);

    public AjaxFallbackButton(String id, Form<?> form) {
        super(id, form);

From source file org.wicketstuff.datatable_autocomplete.button.DTAAjaxFallbackButton.java

/**
 * @author mocleiri
 * 
 *         A special form submitting button.
 * 
 *         It will only render if the action is defined.