Uses of Class
com.saperion.ngc.events.BaseWindow
Packages that use BaseWindow
Package
Description
Package for client dialog classes.
Package for user selection dialog classes.
Package for main iForm components.
Package for logging component classes.
Package for main tabbox.
Package containing menus or menu-items used in different menus.
Package for navigation component classes.
Package for portal classes.
Package for resultset component classes.
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 BaseWindow in com.saperion.ngc.dialogs
Subclasses of BaseWindow in com.saperion.ngc.dialogsModifier and TypeClassDescriptionclass
Base-class for dialogs that change a document's structure.final class
A dialog to checkin a previously checked out document.class
Dialog shown when the structure of a document is being edited.class
Dialog used to create a new folder.class
Revision history dialog.class
Dialog used to create a new register.final class
Methods in com.saperion.ngc.dialogs with parameters of type BaseWindowModifier and TypeMethodDescriptionstatic void
AclSelectDialog.show
(List<String> selectableAcls, List<String> setAcls, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener) Shows the AclSelectDialog.static void
CheckinDialog.show
(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener) Shows the CheckinDialog.static void
CheckinDialog.show
(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener, boolean commentEnabled, String defaultComment) Shows the CheckinDialog.static ContainedInFolderDialog
ContainedInFolderDialog.show
(BaseWindow parent, List<FolderId> folders) Opens the dialog and returns the selected workflow definition, the comment and the button that was pressed.static void
EditStructureDialog.show
(DocumentId documentId, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener, boolean commentEnabled, String defaultComment) Shows the EditStructureDialog.static void
ExportSettingsDialog.show
(Set<String> allColumns, Collection<ResultSetColumn> visibleColumns, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener) Shows the ColumnSelectDialog.static void
ShareBaseCheckInDialog.show
(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener, boolean commentEnabled, String defaultComment, Map<String, Integer> mapForShareBaseDocIDs) Shows the CheckinDialog. -
Uses of BaseWindow in com.saperion.ngc.dialogs.externalstorage
Subclasses of BaseWindow in com.saperion.ngc.dialogs.externalstorageModifier and TypeClassDescriptionclass
Dialog to create a document in Saperion whose content will be fetched from External Storage -
Uses of BaseWindow in com.saperion.ngc.dialogs.onedrive.dialog
Subclasses of BaseWindow in com.saperion.ngc.dialogs.onedrive.dialogModifier and TypeClassDescriptionclass
This class is responsible for Login dialog of OneDrive in Saperion web client.class
This class represents a dialog for any error happened in the OneDrive log in processclass
class
This class represents a dialog if an user tries to logout from onedrive IDP without being logged inclass
class
Methods in com.saperion.ngc.dialogs.onedrive.dialog with parameters of type BaseWindowModifier and TypeMethodDescriptionvoid
OneDriveLoginDialog.setParentView
(BaseWindow view) Sets the ParentView in the dialog objectstatic void
OneDriveLoginDialog.show
(DocumentId documentId, org.zkoss.zk.ui.event.EventListener listener, BaseWindow parent) Shows OneDrive Login Dialog if user is not logged and wants to perform any operations related to a Saperion document in OneDrive. -
Uses of BaseWindow in com.saperion.ngc.dialogs.userselect
Subclasses of BaseWindow in com.saperion.ngc.dialogs.userselectModifier and TypeClassDescriptionfinal class
Dialog window to select workflow actors. -
Uses of BaseWindow in com.saperion.ngc.iform
Subclasses of BaseWindow in com.saperion.ngc.iformModifier and TypeClassDescriptionclass
A window that can be used to display an intelligent form as a popup.class
Implementation of IntelligentFormView. -
Uses of BaseWindow in com.saperion.ngc.logging
Subclasses of BaseWindow in com.saperion.ngc.logging -
Uses of BaseWindow in com.saperion.ngc.maintab
Subclasses of BaseWindow in com.saperion.ngc.maintabModifier and TypeClassDescriptionclass
This component shows the tabs containins the opened forms in the main-window of the Webclient. -
Uses of BaseWindow in com.saperion.ngc.portal
Subclasses of BaseWindow in com.saperion.ngc.portalModifier and TypeClassDescriptionclass
This class is the handler for 'portal.zul'. -
Uses of BaseWindow in com.saperion.ngc.resultset
Subclasses of BaseWindow in com.saperion.ngc.resultsetModifier and TypeClassDescriptionclass
Implementation of ResultSetView.
Important events:EventChild.ON_INDEX_RESULTITEM
when the user selects an item in the list. -
Uses of BaseWindow in com.saperion.ngc.viewer
Subclasses of BaseWindow in com.saperion.ngc.viewerModifier 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. -
Uses of BaseWindow in com.saperion.ngc.viewer.hylandviewer
Subclasses of BaseWindow in com.saperion.ngc.viewer.hylandviewer -
Uses of BaseWindow in com.saperion.ngc.viewer.pdfjs
Subclasses of BaseWindow in com.saperion.ngc.viewer.pdfjsModifier and TypeClassDescriptionclass
A viewer that can display images (JPG, PNG, GIF) and PDF documents. -
Uses of BaseWindow in com.saperion.ngc.viewer.simple
Subclasses of BaseWindow in com.saperion.ngc.viewer.simpleModifier and TypeClassDescriptionclass
A viewer that can display images (JPG, PNG, GIF) and PDF documents.class
Simple implementation of viewer component. -
Uses of BaseWindow in com.saperion.ngc.viewer.virtualviewer.html5
Subclasses of BaseWindow in com.saperion.ngc.viewer.virtualviewer.html5Modifier and TypeClassDescriptionclass
Implementation ofViewerComponent
for the HTML5-VirtualViewer.