Viewer widgets package
The ecm.widget.viewer package contains classes that are used to view document content.
These widgets define dialog boxes that are used to view content.
| Widget class | Description |
|---|---|
| AjaxViewer | Provides a widget that supports page-by-page viewing of documents. |
| BrowserViewer | Provides an implementation for the browser viewer, that delegates all but natively browser-supported items to download, when executing the Open action. |
| ContentViewer | Provides a widget that contains tabs in which individual viewers for documents are displayed. |
| ContentViewerPane | Provides an embeddable viewer widget. ContentViewer creates instances of this widget, to open single viewer instances. |
| DocViewer | Provides a base widget for developing custom viewers. |
| HTMLDocViewer | Provides the HTML Conversion Viewer widget. |
| IframeDocViewer | Provides a base widget for developing custom viewers that use an iframe to launch. Recommended for Applet based viewers. |
| ViewerItem | Represents a viewable item from the repository that is loaded into the viewer framework. This class provides information about the viewer items that is used by the ContentViewer widget and the ContentViewerPane widget. |
| PDFDocViewer | Provides the PDF Conversion Viewer widget. |