Uses of Interface
com.saperion.ngc.viewer.DocumentView
-
Packages that use DocumentView Package Description com.saperion.ngc.iform Package for main iForm components.com.saperion.ngc.iform.tab Package for iForm tab components.com.saperion.ngc.viewer Package for viewer component classes.com.saperion.ngc.viewer.hylandviewer com.saperion.ngc.viewer.pdfjs Package for PDFJS-viewer component classes.com.saperion.ngc.viewer.simple Package for simple viewer component classes.com.saperion.ngc.viewer.virtualviewer.html5 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 DocumentView Modifier and Type Method Description java.util.Map<java.lang.Long,DocumentView>
ElementCreator. createViewers(java.util.List<com.saperion.ngc.iform.xml.ViewerType> viewerTypes, org.zkoss.zk.ui.Component parent, boolean stretch, org.zkoss.zk.ui.Component eventParent, java.lang.String className)
Creates viewers.java.util.List<DocumentView>
IntelligentFormView. getDocumentViews()
Returns a list of all document viewers contained in this form.java.util.List<DocumentView>
IntelligentFormViewImpl. getDocumentViews()
Returns a list of all document viewers contained in this form.Methods in com.saperion.ngc.iform with parameters of type DocumentView Modifier and Type Method Description static 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 Modifier and Type Method Description java.util.Map<java.lang.Long,DocumentView>
FormTabbox. getViewers()
-
Uses of DocumentView in com.saperion.ngc.viewer
Classes in com.saperion.ngc.viewer that implement DocumentView Modifier and Type Class Description class
AbstractDocumentView
Abstract class that holds common methods for both, the SAP Web Viewer and the document viewer for the web client.class
DocumentViewImpl
Component to display documents using ViewOneComponent.class
SapDocumentViewImpl
Document Viewer for SAP Web Viewer.Methods in com.saperion.ngc.viewer with parameters of type DocumentView Modifier and Type Method Description void
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 DocumentView Modifier and Type Method Description void
HylandViewerImpl. setParentViewComponent(DocumentView documentView)
-
Uses of DocumentView in com.saperion.ngc.viewer.pdfjs
Methods in com.saperion.ngc.viewer.pdfjs with parameters of type DocumentView Modifier and Type Method Description void
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 DocumentView Modifier and Type Method Description void
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 DocumentView Modifier and Type Method Description void
VirtualViewerHTML5. setParentViewComponent(DocumentView documentView)
-