Uses of Interface
com.saperion.ngc.viewer.DocumentView
Packages that use DocumentView
Package
Description
Package for main iForm components.
Package for iForm tab components.
Package for viewer component classes.
Package for PDFJS-viewer component classes.
Package for simple viewer component classes.
Package for virtual viewer HTML5 component classes.
-
Uses of DocumentView in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that return types with arguments of type DocumentViewModifier and TypeMethodDescriptionElementCreator.createViewers
(List<com.saperion.ngc.iform.xml.ViewerType> viewerTypes, org.zkoss.zk.ui.Component parent, boolean stretch, org.zkoss.zk.ui.Component eventParent, String className) Creates viewers.IntelligentFormView.getDocumentViews()
Returns a list of all document viewers contained in this form.IntelligentFormViewImpl.getDocumentViews()
Returns a list of all document viewers contained in this form.Methods in com.saperion.ngc.iform with parameters of type DocumentViewModifier and TypeMethodDescriptionstatic void
ElementUtil.updateFromQBE
(DocumentView element, com.saperion.ngc.iform.xml.ViewerType definition, boolean stretch, com.saperion.ngc.iform.xml.PosType panePos) Setup viewer element. -
Uses of DocumentView in com.saperion.ngc.iform.tab
Methods in com.saperion.ngc.iform.tab that return types with arguments of type DocumentView -
Uses of DocumentView in com.saperion.ngc.viewer
Classes in com.saperion.ngc.viewer that implement DocumentViewModifier and TypeClassDescriptionclass
Abstract class that holds common methods for both, the SAP Web Viewer and the document viewer for the web client.class
Component to display documents using ViewOneComponent.class
Document Viewer for SAP Web Viewer.Methods in com.saperion.ngc.viewer with parameters of type DocumentViewModifier and TypeMethodDescriptionvoid
ViewerComponent.setParentViewComponent
(DocumentView documentView) Used to pass a reference to the parent component to this ViewerComponent. -
Uses of DocumentView in com.saperion.ngc.viewer.hylandviewer
Methods in com.saperion.ngc.viewer.hylandviewer with parameters of type DocumentViewModifier and TypeMethodDescriptionvoid
HylandViewerImpl.setParentViewComponent
(DocumentView documentView) -
Uses of DocumentView in com.saperion.ngc.viewer.pdfjs
Methods in com.saperion.ngc.viewer.pdfjs with parameters of type DocumentViewModifier and TypeMethodDescriptionvoid
PdfjsViewerImpl.setParentViewComponent
(DocumentView documentView) Used to pass a reference to the parent component to this ViewerComponent. -
Uses of DocumentView in com.saperion.ngc.viewer.simple
Methods in com.saperion.ngc.viewer.simple with parameters of type DocumentViewModifier and TypeMethodDescriptionvoid
MediaViewerImpl.setParentViewComponent
(DocumentView documentView) Used to pass a reference to the parent component to this ViewerComponent.void
SimpleViewerImpl.setParentViewComponent
(DocumentView documentView) Used to pass a reference to the parent component to this ViewerComponent. -
Uses of DocumentView in com.saperion.ngc.viewer.virtualviewer.html5
Methods in com.saperion.ngc.viewer.virtualviewer.html5 with parameters of type DocumentViewModifier and TypeMethodDescriptionvoid
VirtualViewerHTML5.setParentViewComponent
(DocumentView documentView)