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

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

Introduction

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

Usage

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

/**
 * Provides a Kendo UI button based on a built-in {@code ResourceLink}
 *
 * @param <T> the model object type
 * @author Sebastien Briquet - sebfz1
 * @since 6.19.0

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

/**
 * Provides a Kendo UI button based on a built-in {@code ResourceLink}
 *
 * @param <T> the model object type
 * @author Sebastien Briquet - sebfz1
 * @since 6.19.0

From source file com.locke.library.web.generics.ResourceLink.java

public class ResourceLink extends org.apache.wicket.markup.html.link.ResourceLink<Void> {

    private static final long serialVersionUID = 7120466073946706311L;

    public ResourceLink(String id, Resource resource) {
        super(id, resource);

From source file jp.xet.uncommons.wicket.gp.StatelessResourceLink.java

/**
 * A stateless link to any ResourceReference.
 * 
 * @param <T> type of model object
 * @since 1.0
 * @version $Id$