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

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

Introduction

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

Usage

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

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

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

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

From source file com.romeikat.datamessie.core.base.util.FileDownloadLink.java

public class FileDownloadLink extends DownloadLink {

    private static final long serialVersionUID = 1L;

    @SpringBean
    private FileUtil fileUtil;

From source file org.isisaddons.wicket.excel.cpt.ui.ExcelFileDownloadLink.java

class ExcelFileDownloadLink extends DownloadLink {

    private static final long serialVersionUID = 1L;

    private final String xlsxFileName;