Example usage for org.apache.wicket.ajax IAjaxIndicatorAware interface-usage

List of usage examples for org.apache.wicket.ajax IAjaxIndicatorAware interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.ajax IAjaxIndicatorAware interface-usage.

Usage

From source file org.apache.syncope.client.console.wicket.ajax.markup.html.IndicatorAjaxLink.java

/**
 * An {@link AjaxLink} not showing veil.
 */
public abstract class IndicatorAjaxLink<T> extends AjaxLink<T> implements IAjaxIndicatorAware {

    private static final long serialVersionUID = -1390762132437554937L;

From source file org.apache.syncope.client.console.wicket.ajax.markup.html.IndicatorAjaxSubmitLink.java

/**
 * An {@link AjaxSubmitLink} not showing veil.
 */
public abstract class IndicatorAjaxSubmitLink extends AjaxSubmitLink implements IAjaxIndicatorAware {

    private static final long serialVersionUID = 2199328860134082968L;

From source file org.apache.syncope.client.console.wicket.markup.html.bootstrap.buttons.DefaultModalCloseButton.java

public class DefaultModalCloseButton extends ModalCloseButton implements IAjaxIndicatorAware {

    private static final long serialVersionUID = -1097993976905448580L;

    public DefaultModalCloseButton() {
        super(new ResourceModel("cancel", "Cancel"));

From source file org.apache.syncope.console.pages.BasePage.java

/**
 * Syncope Wicket base-page.
 */
public class BasePage extends AbstractBasePage implements IAjaxIndicatorAware {

    private static final long serialVersionUID = 1571997737305598502L;

From source file org.cast.cwm.data.component.DisablingIndicatingAjaxSubmitLink.java

/**
 * An instance of {@link AjaxSubmitLink} that can disable components during
 * the AJAX request AND display an Indicator, since there is no such thing as 
 * IndicatingAjaxSubmitLink.
 * 
 * @author jbrookover

From source file org.dcm4chee.web.war.common.IndicatingAjaxFormComponentUpdatingBehavior.java

/**
 * @author Franz Willer <franz.willer@gmail.com>
 * @version $Revision: 15859 $ $Date: 2011-08-29 16:03:54 +0200 (Mo, 29 Aug 2011) $
 * @since May 22, 2015
 */
public abstract class IndicatingAjaxFormComponentUpdatingBehavior extends AjaxFormComponentUpdatingBehavior

From source file org.dcm4chee.web.war.common.IndicatingAjaxFormSubmitBehavior.java

/**
 * @author Robert David <robert.david@agfa.com>
 * @version $Revision: 15859 $ $Date: 2011-08-29 11:03:54 -0300 (seg, 29 ago 2011) $
 * @since Nov 03, 2010
 */
public abstract class IndicatingAjaxFormSubmitBehavior extends AjaxFormSubmitBehavior

From source file org.efaps.ui.wicket.components.gridx.behaviors.OpenModalBehavior.java

/**
 * The Class OpenModalBehavior.
 *
 * @author The eFaps Team
 */
public class OpenModalBehavior extends AjaxEventBehavior implements IAjaxIndicatorAware {

From source file org.efaps.ui.wicket.components.gridx.behaviors.SubmitBehavior.java

/**
 * The Class SubmitBehavior.
 *
 * @author The eFaps Team
 */
public class SubmitBehavior extends AjaxFormSubmitBehavior implements IAjaxIndicatorAware {

From source file org.efaps.ui.wicket.components.gridx.behaviors.SubmitModalBehavior.java

/**
 * The Class SubmitModalBehavior.
 *
 * @author The eFaps Team
 */
public class SubmitModalBehavior extends AjaxFormSubmitBehavior implements IAjaxIndicatorAware {