List of usage examples for com.vaadin.server FileDownloader subclass-usage
From source file com.esofthead.mycollab.vaadin.resources.OnDemandFileDownloader.java
/**
*
* @author MyCollab Ltd.
* @since 3.0
*
*/
From source file com.esofthead.mycollab.vaadin.resources.StreamWrapperFileDownloader.java
/**
*
* @author MyCollab Ltd.
* @since 3.0
*
*/
From source file com.github.moscaville.contactsdb.util.OnDemandFileDownloader.java
public class OnDemandFileDownloader extends FileDownloader { /** * Provide both the {@link StreamSource} and the filename in an on-demand * way. */
From source file com.mycollab.vaadin.resources.OnDemandFileDownloader.java
/** * @author MyCollab Ltd. * @since 3.0 */ public class OnDemandFileDownloader extends FileDownloader { private static final long serialVersionUID = 1L;
From source file fi.aalto.drumbeat.drumbeatUI.OnDemandFileDownloader.java
public class OnDemandFileDownloader extends FileDownloader { private static final long serialVersionUID = 1L; private final OnDemandStreamResource onDemandStreamResource; private final String type;
From source file fi.semantum.strategia.custom.OnDemandFileDownloader.java
/**
* Adapted from https://vaadin.com/wiki/-/wiki/Main/Letting+the+user+download+a+file
* This version also sets the content length and handles session locking properly.
*
* This specializes {@link FileDownloader} in a way, such that both the file name and content can be determined
* on-demand, i.e. when the user has clicked the component.
From source file org.apache.openaz.xacml.admin.util.OnDemandFileDownloader.java
public class OnDemandFileDownloader extends FileDownloader { private static final long serialVersionUID = 1L; private final OnDemandStreamResource resource; public interface OnDemandStreamResource extends StreamSource { String getFilename();
From source file org.hip.vif.admin.admin.print.FileDownloaderExtension.java
/** Extension to download files.
*
* @author lbenno
*
* @see http://bit.ly/1l2kFfG
* @see https://vaadin.com/forum#!/thread/2864064
From source file org.vaadin.gridfiledownloader.GridFileDownloader.java
/** * This specialises {@link FileDownloader} for grid so that both the file name * and content can be determined on-demand, i.e. when the user has clicked on * the download column of some row. */ @StyleSheet("gridfiledownloader.css")