public interface Printing
Smart GWT has specialized printing support that can take any page built with Smart GWT components and provide a reasonable printed view. The default printed view:
 For simple, built in printing support, see the Canvas.showPrintPreview() and Canvas.getPrintPreview() APIs, or for finer
 grained control developers may call Canvas.getPrintHTML() directly and work with the PrintCanvas or PrintWindow
 class. 
 Note that the CubeGrid component does not
 currently support WYSIWYG  printing (as documented in that class).
com.smartgwt.client.widgets.form.fields.FormItem#getPrintValueIconStyle, 
com.smartgwt.client.widgets.form.fields.FormItem#getPrintValueIcon, 
Canvas.getPrintHTML(java.lang.Object[], com.smartgwt.client.util.PrintProperties, com.smartgwt.client.util.PrintHTMLCallback), 
FacetChart.getPrintHTML(com.smartgwt.client.util.PrintProperties, com.smartgwt.client.util.PrintHTMLCallback), 
Canvas.getPrintHTML(java.lang.Object[], com.smartgwt.client.util.PrintProperties, com.smartgwt.client.util.PrintHTMLCallback), 
DrawPane.getPrintHTML(com.smartgwt.client.util.PrintProperties, com.smartgwt.client.util.PrintHTMLCallback), 
PrintProperties, 
PrintCanvas, 
PrintWindow, 
Canvas.printComponents(java.lang.Object[]), 
com.smartgwt.client.widgets.Canvas#getPrintPreview, 
Canvas.showPrintPreview(com.smartgwt.client.widgets.Canvas), 
FormItem.getPrintTitleStyle(), 
FormItem.getPrintTextBoxStyle(), 
TextItem.getPrintFullText(), 
CheckboxItem.getPrintCheckedImage(), 
CheckboxItem.getPrintUncheckedImage(), 
CheckboxItem.getPrintPartialSelectedImage(), 
CheckboxItem.getPrintUnsetImage(), 
CheckboxItem.getPrintBooleanBaseStyle(), 
TextAreaItem.getPrintFullText(), 
DetailViewer.getPrintCellStyle(), 
DetailViewer.getPrintLabelStyle(), 
DetailViewer.getPrintHeaderStyle(), 
ListGridField.getShouldPrint(), 
ListGrid.getPrintCheckboxFieldTrueImage(), 
ListGrid.getPrintCheckboxFieldFalseImage(), 
ListGrid.getPrintCheckboxFieldPartialImage(), 
ListGrid.getPrintBooleanBaseStyle(), 
ListGrid.getPrintBooleanTrueImage(), 
ListGrid.getPrintBooleanFalseImage(), 
ListGrid.getPrintBooleanPartialImage(), 
ListGrid.getPrintAutoFit(), 
ListGrid.getPrintWrapCells(), 
ListGrid.getPrintHeaderStyle(), 
ListGrid.getPrintBaseStyle(), 
ListGrid.getPrintMaxRows(), 
Canvas.getPrintChildrenAbsolutelyPositioned(), 
Canvas.getShouldPrint(), 
PrintProperties.getOmitControls(), 
PrintProperties.getIncludeControls(), 
PrintProperties.getPrintForExport(), 
FacetChart.getPrintZoomChart()