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

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

Introduction

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

Usage

From source file org.efaps.ui.wicket.components.embeddedlink.LinkElementLink.java

/**
 * TODO comment!.
 *
 * @author The eFaps Team
 */
public class LinkElementLink extends AjaxLink<EmbeddedLink> {

From source file org.efaps.ui.wicket.components.footer.AjaxCancelLink.java

/**
 * Link using Ajax to close the ModalWindow the FooterPanel was opened in.
 *
 * @author The eFaps Team
 * @version $Id$
 */

From source file org.efaps.ui.wicket.components.footer.AjaxReviseLink.java

/**
 * Class renders a Link used on a search result to return to the previous page
 * and revise the search.
 *
 * @author The eFaps Team
 */

From source file org.efaps.ui.wicket.components.links.LoadInTargetAjaxLink.java

/**
 * Class is used as link to load a page from an popup window inside the opener window.
 *
 * @author The eFaps Team
 */
public class LoadInTargetAjaxLink extends AjaxLink<AbstractUIField> {

From source file org.efaps.ui.wicket.components.menutree.AbstractAjaxLink.java

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

From source file org.efaps.ui.wicket.components.menutree.AjaxRemoveLink.java

/**
 * This Class renders a Link which removes a Child from a MenuTree.
 *
 * @author The eFaps Team
 * @version $Id:AjaxRemoveLink.java 1510 2007-10-18 14:35:40Z jmox $
 */

From source file org.efaps.ui.wicket.components.table.header.AjaxFilterLink.java

/**
 * Class renders a link that opens the form to filter the tables.
 *
 * @author The eFasp Team
 */
public class AjaxFilterLink extends AjaxLink<UITableHeader> {

From source file org.geoserver.script.web.ScriptSelectionRemovalLink.java

public class ScriptSelectionRemovalLink extends AjaxLink {

    GeoServerTablePanel<Script> tablePanel;

    GeoServerDialog dialog;

From source file org.geoserver.security.web.data.SelectionDataRuleRemovalLink.java

public class SelectionDataRuleRemovalLink extends AjaxLink {

    GeoServerTablePanel<DataAccessRule> rules;
    GeoServerDialog dialog;
    ConfirmRemovalDataAccessRulePanel removePanel;
    GeoServerDialog.DialogDelegate delegate;

From source file org.geoserver.security.web.group.SelectionGroupRemovalLink.java

public class SelectionGroupRemovalLink extends AjaxLink<Object> {

    /**
     * 
     */
    private static final long serialVersionUID = 1L;