GWT: Export a CellTable to an image or pdf file
问题 I have a CellTable showing data that is plotted in a GFlot SimplePlot. An export of the plot is possible with GFlots integrated function: exportImage = plot.getImage(); Now I would like to export the CellTable too, to show the corresponding data to the plot. Is this possible in some way with GWT on the client-side? It needn't to be the CellTable itself, just the data it shows would suffice. 回答1: I think You can use flash4j library: package com.emitrom.flash4j.demo.client; import com.emitrom