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.efaps.ui.wicket.components.menu.ajax.AbstractItemBehavior.java

/**
 * TODO comment!
 *
 * @author The eFaps Team
 * @version $Id$
 */

From source file org.efaps.ui.wicket.components.search.SearchPanel.java

/**
 * The Class SearchPanel.
 *
 * @author The eFaps Team
 */
public class SearchPanel extends Panel implements IAjaxIndicatorAware {

From source file org.efaps.ui.wicket.components.tabs.IndicatingAjaxLink.java

/**
 * TODO comment!
 *
 * @author The eFaps Team
 * @version $Id$
 */

From source file org.efaps.ui.wicket.pages.content.AbstractContentPage.java

/**
 * Abstract Class that renders the Content<br/>
 * It adds the Menu, Header and Footer to the Page.
 *
 * @author The eFaps Team
 * @version $Id:AbstractContentPage.java 1491 2007-10-15 23:40:43Z jmox $

From source file org.geoserver.web.GeoServerBasePage.java

/**
 * Base class for web pages in GeoServer web application.
 * <ul>
 * <li>The basic layout</li>
 * <li>An OO infrastructure for common elements location</li>
 * <li>An infrastructure for locating subpages in the Spring context and

From source file org.hippoecm.frontend.dialog.AbstractDialog.java

/**
 * Utility class for implementing the {@link IDialogService.Dialog} interface. Provides OK and Cancel buttons by
 * default, and has support for fullscreen mode which is enabled by overriding {@code isFullscreenEnabled}.
 */
public abstract class AbstractDialog<T> extends Form<T> implements IDialogService.Dialog, IAjaxIndicatorAware {

From source file org.hippoecm.frontend.dialog.AbstractWizard.java

public class AbstractWizard<T> extends AjaxWizard implements IDialogService.Dialog, IAjaxIndicatorAware {

    private IDialogService dialogService;
    private Component focusComponent;
    private AjaxIndicatorAppender indicator;

From source file org.obiba.onyx.quartz.editor.utils.tab.AjaxIndicatingSubmitLink.java

/**
 * 
 */
public abstract class AjaxIndicatingSubmitLink extends AjaxSubmitLink implements IAjaxIndicatorAware {

    private static final long serialVersionUID = 1L;

From source file org.obiba.onyx.webapp.base.page.BasePage.java

public abstract class BasePage extends AbstractBasePage implements IAjaxIndicatorAware, ReusableDialogProvider {

    @SpringBean(name = "userSessionService")
    UserSessionService userSessionService;

    private final ConfirmationDialog reusableConfirmationDialog = new ConfirmationDialog(

From source file org.onexus.website.api.pages.search.SearchPage.java

public class SearchPage extends Page<SearchPageConfig, SearchPageStatus> implements IAjaxIndicatorAware {

    @Inject
    private ICollectionManager collectionManager;

    @Inject