As part of a recent project, I have created a Cell Table that holds a few million rows of data. This data can be exported to CSV, filtered, and a few other basic functions. The last bit of functionality that I want to add, is the ability to print out the contents of the Cell Table to a local printer. I’ve done some research online (Google Groups and all the intro GWT material), but as far as I can tell there is no method to print a widget’s contents — specifically a Cell Table. Does anyone have an idea of how to go about setting something like this up (obviously I expect no code — a description would be great!)?
Share
There’s an idea on how to print GWT widgets in this thread. The author of that post also placed his Print class in a Google Code project.