Example usage for org.apache.wicket.markup.html.link ExternalLink subclass-usage

List of usage examples for org.apache.wicket.markup.html.link ExternalLink subclass-usage

Introduction

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

Usage

From source file at.ac.tuwien.ifs.tita.ui.uihelper.LinkToIssueTracker.java

/**
 * Link to IssueTracker.
 * 
 * @author rene
 * 
 */

From source file com.effectivemaven.centrepoint.web.HideableExternalLink.java

@SuppressWarnings("serial")
public class HideableExternalLink extends ExternalLink {
    public HideableExternalLink(String path, String url) {
        super(path, url, url);
    }

From source file com.googlecode.wicket.jquery.ui.markup.html.link.ExternalLink.java

/**
 * Provides a Kendo UI button based on a built-in {@code ExternalLink}
 *
 * @author Sebastien Briquet - sebfz1
 * @since 6.19.0
 * @since 7.0.0

From source file com.googlecode.wicket.kendo.ui.markup.html.link.ExternalLink.java

/**
 * Provides a Kendo UI button based on a built-in {@code ExternalLink}
 *
 * @author Sebastien Briquet - sebfz1
 * @since 6.19.0
 * @since 7.0.0

From source file com.kenai.wicketgae.web.panels.LoginLink.java

/**
 * ExternalLink that redirects to the login or logout page depending of the
 * user's current login status.
 */
public class LoginLink extends ExternalLink {

From source file eu.esdihumboldt.hale.server.webapp.components.bootstrap.NavbarExternalLink.java

/**
 * External link for use in the Navbar.
 * 
 * @author Simon Templer
 */
public class NavbarExternalLink extends ExternalLink implements Invertible<NavbarExternalLink> {

From source file jp.go.nict.langrid.management.web.view.page.user.component.link.ExternalHomePageLink.java

/**
 * 
 * 
 * @author Masaaki Kamiya
 * @author $Author$
 * @version $Revision$

From source file org.sakaiproject.profile2.tool.components.AjaxExternalLink.java

/**
 * This is a simple link component for rendering external links but also provides an AjaxRequestTarget.
 * <p>
 * The url will be set into the href attribute of the tag.
 * If you need the link to open in a new window, use jQuery.
 * <code>

From source file ro.nextreports.server.web.action.chart.EditActionLink.java

public class EditActionLink extends ExternalLink {

    @SpringBean
    private StorageService storageService;

    public EditActionLink(ActionContext actionContext) {

From source file ro.nextreports.server.web.action.report.EditActionLink.java

public class EditActionLink extends ExternalLink {

    @SpringBean
    private StorageService storageService;

    public EditActionLink(ActionContext actionContext) {