com.smartgwt.client.docs
Interface Printing


public interface Printing

Printing

The browser's built-in support for printing will at best print what you see, which in the case of a web application will often be useless, illegible, or partial.

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:

The default printed view can be customized with settings and method overrides as necessary, including the ability to created printed representations of custom components you have created.

See Also:
Canvas.getPrintHTML(java.lang.Object[], 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(), TextAreaItem.getPrintFullText(), Canvas.getPrintChildrenAbsolutelyPositioned(), Canvas.getShouldPrint(), PrintProperties.getOmitControls(), PrintProperties.getIncludeControls(), DetailViewer.getPrintCellStyle(), DetailViewer.getPrintLabelStyle(), DetailViewer.getPrintHeaderStyle(), ListGridField.getShouldPrint(), ListGrid.getPrintAutoFit(), ListGrid.getPrintWrapCells(), ListGrid.getPrintHeaderStyle(), ListGrid.getPrintBaseStyle(), ListGrid.getPrintMaxRows()