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 voidElementUtil.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 TypeClassDescriptionclassAbstract class that holds common methods for both, the SAP Web Viewer and the document viewer for the web client.classComponent to display documents using ViewOneComponent.classDocument Viewer for SAP Web Viewer.Methods in com.saperion.ngc.viewer with parameters of type DocumentViewModifier and TypeMethodDescriptionvoidViewerComponent.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 TypeMethodDescriptionvoidHylandViewerImpl.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 TypeMethodDescriptionvoidPdfjsViewerImpl.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 TypeMethodDescriptionvoidMediaViewerImpl.setParentViewComponent(DocumentView documentView) Used to pass a reference to the parent component to this ViewerComponent.voidSimpleViewerImpl.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 TypeMethodDescriptionvoidVirtualViewerHTML5.setParentViewComponent(DocumentView documentView)