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 com.aipo.mobycket.wicket.markup.html.form.IndicatingAjaxButton.java

/**
 * 
 */
public abstract class IndicatingAjaxButton extends AjaxButton implements IAjaxIndicatorAware {

    private static final long serialVersionUID = -2238212593688080513L;

From source file com.axway.ats.testexplorer.pages.BasePage.java

@SuppressWarnings({ "unchecked", "rawtypes" })
public abstract class BasePage extends WebPage implements IAjaxIndicatorAware {

    private static final long serialVersionUID = 1L;

    protected static transient Logger LOG;

From source file com.axway.ats.testexplorer.pages.LightweightBasePage.java

public abstract class LightweightBasePage extends WebPage implements IAjaxIndicatorAware {

    private static final long serialVersionUID = 1L;

    protected static Logger LOG;

From source file com.axway.ats.testexplorer.pages.testcase.statistics.StatisticsPanel.java

/**
 * Types of statistics: 
 * 1. System - hardware resource usage 
 * 2. User activity - how many users are running some action at a given moment 
 * 3. Action responses - how long time it took to execute an action
 *

From source file com.chitek.ignition.drivers.generictcp.meta.config.ui.MessageConfigUI.java

@SuppressWarnings("serial")
public class MessageConfigUI extends AbstractConfigUI<DriverConfig> implements IAjaxIndicatorAware {

    private final static String titleKey = "GenericTcpDriver.messageTab";

    /** Id of the message that is selected in the drop down */

From source file com.servoy.j2db.server.headlessclient.dataui.WebBaseButton.java

/**
 * Base class for buttons in the webbrowser.
 *
 * @author jcompagner
 *
 */

From source file com.servoy.j2db.server.headlessclient.dataui.WebBaseSubmitLink.java

/**
 * Base class from labels with an action event.
 *
 * @author jcompagner, jblok
 */
public class WebBaseSubmitLink extends SubmitLink

From source file com.servoy.j2db.server.headlessclient.MainPage.java

/**
 * Main page being a main container.
 */
public class MainPage extends WebPage implements IMainContainer, IAjaxIndicatorAware {
    private static final long serialVersionUID = 1L;

From source file com.userweave.pages.components.reorderable.CustomIndicatingAjaxLink.java

@SuppressWarnings("serial")
@AuthorizeAction(action = Action.RENDER, roles = { Role.PROJECT_ADMIN, Role.PROJECT_PARTICIPANT })
@Deprecated
public abstract class CustomIndicatingAjaxLink extends AjaxLink implements IAjaxIndicatorAware {

    private final String incatorMarkupId;

From source file com.wiquery.plugin.antilia.grid.Table.java

/**
 * 
 * @author Ernesto Reinaldo Barreiro (reiern70@gmail.com)
 */
@WiQueryUIPlugin
public class Table<E extends Serializable> extends Panel