public interface FileExportResources
extends com.google.gwt.resources.client.ClientBundle
Modifier and Type | Field and Description |
---|---|
static FileExportResources |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.resources.client.TextResource |
canvas2svg() |
com.google.gwt.resources.client.TextResource |
fileSaver() |
com.google.gwt.resources.client.TextResource |
jsPdf() |
static final FileExportResources INSTANCE
@ClientBundle.Source(value="js/FileSaver.min.js") com.google.gwt.resources.client.TextResource fileSaver()
@ClientBundle.Source(value="js/jspdf.min.js") com.google.gwt.resources.client.TextResource jsPdf()
@ClientBundle.Source(value="js/canvas2svg.js") com.google.gwt.resources.client.TextResource canvas2svg()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.