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.geoserver.security.web.role.SelectionRoleRemovalLink.java

public class SelectionRoleRemovalLink extends AjaxLink<Object> {

    private static final long serialVersionUID = 1L;

    GeoServerTablePanel<GeoServerRole> roles;
    GeoServerDialog dialog;

From source file org.geoserver.security.web.service.SelectionServiceRemovalLink.java

public class SelectionServiceRemovalLink extends AjaxLink {

    GeoServerTablePanel<ServiceAccessRule> services;
    GeoServerDialog.DialogDelegate delegate;
    GeoServerDialog dialog;
    ConfirmRemovalServicePanel removePanel;

From source file org.geoserver.security.web.user.SelectionUserRemovalLink.java

public class SelectionUserRemovalLink extends AjaxLink<Object> {

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

From source file org.geoserver.web.data.SelectionRemovalLink.java

/**
 * A reusable cascading, multiple removal link. Assumes the presence of a table
 * panel filled with catalog objects and a {@link GeoServerDialog} to be used
 * for reporting the objects that will be affected by the removal
 */
@SuppressWarnings("serial")

From source file org.geoserver.web.wicket.HelpLink.java

/**
 * Link that pops up a dialog containing contextual help for a component.
 * <p>
 * Usage:
 * <pre>
 *   new HelpLink("theHelpLinkId", getPage()).setDialog(thePopupDialog)

From source file org.geoserver.wms.eo.web.DeleteEoGroupLink.java

/**
 * Wicket link to delete an EO layer group.
 * 
 * @author Davide Savazzi - geo-solutions.it
 */
class DeleteEoGroupLink extends AjaxLink {

From source file org.hippoecm.frontend.editor.workflow.dialog.AbstractWizardLink.java

public abstract class AbstractWizardLink extends AjaxLink {

    private static final long serialVersionUID = 1L;

    private final RemodelWizard wizard;

From source file org.hippoecm.frontend.plugins.cms.admin.groups.ViewGroupActionLink.java

public class ViewGroupActionLink extends AjaxLink<String> {
    private final Group group;
    private final IPluginContext context;
    private final BreadCrumbPanel breadCrumbPanel;

    private static final long serialVersionUID = 1L;

From source file org.hippoecm.frontend.plugins.cms.admin.permissions.ViewDomainActionLink.java

/**
 */
public class ViewDomainActionLink extends AjaxLink<Domain> {

    private final AdminBreadCrumbPanel panelToReplace;
    private final Domain domain;

From source file org.hippoecm.frontend.plugins.standards.panelperspective.breadcrumb.PanelPluginBreadCrumbLink.java

public abstract class PanelPluginBreadCrumbLink extends AjaxLink {
    private static final long serialVersionUID = 1L;

    /** The bread crumb model. */
    private final IBreadCrumbModel breadCrumbModel;