Uses of Class
com.saperion.ngc.events.BaseWindow
-
Packages that use BaseWindow Package Description com.saperion.ngc.dialogs Package for client dialog classes.com.saperion.ngc.dialogs.externalstorage com.saperion.ngc.dialogs.onedrive.dialog com.saperion.ngc.dialogs.sharebase.dialog com.saperion.ngc.dialogs.userselect Package for user selection dialog classes.com.saperion.ngc.iform Package for main iForm components.com.saperion.ngc.logging Package for logging component classes.com.saperion.ngc.maintab Package for main tabbox.com.saperion.ngc.menu Package containing menus or menu-items used in different menus.com.saperion.ngc.navigation Package for navigation component classes.com.saperion.ngc.portal Package for portal classes.com.saperion.ngc.resultset Package for resultset component classes.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 BaseWindow in com.saperion.ngc.dialogs
Subclasses of BaseWindow in com.saperion.ngc.dialogs Modifier and Type Class Description class
AbstractStructureDialog
Base-class for dialogs that change a document's structure.class
CheckinDialog
A dialog to checkin a previously checked out document.class
EditStructureDialog
Dialog shown when the structure of a document is being edited.class
NewFolderDialog
Dialog used to create a new folder.class
RevisionHistoryDialog
Revision history dialog.class
SelectFolderClassDialog
Dialog used to create a new register.class
ShareBaseCheckInDialog
Methods in com.saperion.ngc.dialogs with parameters of type BaseWindow Modifier and Type Method Description static void
AclSelectDialog. show(java.util.List<java.lang.String> selectableAcls, java.util.List<java.lang.String> setAcls, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener)
Shows the AclSelectDialog.static void
CheckinDialog. show(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener)
Shows the CheckinDialog.static void
CheckinDialog. show(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener, boolean commentEnabled, java.lang.String defaultComment)
Shows the CheckinDialog.static ContainedInFolderDialog
ContainedInFolderDialog. show(BaseWindow parent, java.util.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, java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener, boolean commentEnabled, java.lang.String defaultComment)
Shows the EditStructureDialog.static void
ExportSettingsDialog. show(java.util.Set<java.lang.String> allColumns, java.util.Collection<ResultSetColumn> visibleColumns, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener)
Shows the ColumnSelectDialog.static void
ShareBaseCheckInDialog. show(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener, boolean commentEnabled, java.lang.String defaultComment, java.util.Map<java.lang.String,java.lang.Integer> mapForShareBaseDocIDs)
Shows the CheckinDialog. -
Uses of BaseWindow in com.saperion.ngc.dialogs.externalstorage
Subclasses of BaseWindow in com.saperion.ngc.dialogs.externalstorage Modifier and Type Class Description class
ExternalStorageCreateDocDialog
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.dialog Modifier and Type Class Description class
OneDriveLoginDialog
This class is responsible for Login dialog of OneDrive in Saperion web client.class
OneDriveLogInErrorDialog
This class represents a dialog for any error happened in the OneDrive log in processclass
OneDriveLogInSuccessDialog
class
OneDriveLogOutErrorDialog
This class represents a dialog if an user tries to logout from onedrive IDP without being logged inclass
OneDriveManageShareDialog
class
OneDriveNewShareDialog
Methods in com.saperion.ngc.dialogs.onedrive.dialog with parameters of type BaseWindow Modifier and Type Method Description void
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.sharebase.dialog
Subclasses of BaseWindow in com.saperion.ngc.dialogs.sharebase.dialog Modifier and Type Class Description class
ExternalStorageDashBoardDialog
This class represents the External Storage Dashboard Dialog where one can traverse the External Storage, create a share link for a document/folder and also able to manage existing share links.class
ExternalStorageUploadDialog
This class is responsible for opening up the upload dialog box for uploading a saperion document to external storageclass
ExternalStorageUploadStatusDialog
This class shows the External storage upload status for a document and also creates a temporary view url for verifying the uploadclass
ShareBaseCheckoutShareDialog
This class represents the share creation and management dialog after checking out a document to ShareBaseclass
ShareBaseDuplicateDocumentUploadErrorDialog
This class represents a Error dialog if duplicate document is found when trying to upload a document to ShareBase.class
ShareBaseLoginDialog
This class is responsible for Login dialog of ShareBase in Saperion web client and it also handle checkout folder creation scenario if it is not present in ShareBase.class
ShareBaseLogInErrorDialog
This class represents a dialog for any error happened in the ShareBase log in processclass
ShareBaseManageShareDialog
This class represents ShareBase Manage Share Dialog, where a user can share, mail and revoke a sharelink.class
ShareBaseNewShareDialog
ShareBase ShareCreation Dialog for uploaded DocumentsMethods in com.saperion.ngc.dialogs.sharebase.dialog with parameters of type BaseWindow Modifier and Type Method Description void
ShareBaseLoginDialog. setParentView(BaseWindow view)
Sets the ParentView in the dialog objectstatic void
ExternalStorageUploadDialog. show(DocumentId documentId, org.zkoss.zk.ui.event.EventListener eventListener, BaseWindow parent, com.saperion.externalstorage.client.ExternalStorageClient client, com.saperion.externalstorage.ExternalStorageType storageType)
Shows the External Storage Upload dialogstatic void
ShareBaseLoginDialog. show(DocumentId documentId, org.zkoss.zk.ui.event.EventListener listener, BaseWindow parent)
Shows ShareBase Login Dialog if user is not logged and performing wants to perform ShareBase operations related to a Saperion document -
Uses of BaseWindow in com.saperion.ngc.dialogs.userselect
Subclasses of BaseWindow in com.saperion.ngc.dialogs.userselect Modifier and Type Class Description class
UserSelectionDialog
Dialog window to select workflow actors. -
Uses of BaseWindow in com.saperion.ngc.iform
Subclasses of BaseWindow in com.saperion.ngc.iform Modifier and Type Class Description class
IntelligentFormPopupWindow
A window that can be used to display an intelligent form as a popup.class
IntelligentFormViewImpl
Implementation of IntelligentFormView. -
Uses of BaseWindow in com.saperion.ngc.logging
Subclasses of BaseWindow in com.saperion.ngc.logging Modifier and Type Class Description class
LogViewImpl
Window for log messages. -
Uses of BaseWindow in com.saperion.ngc.maintab
Subclasses of BaseWindow in com.saperion.ngc.maintab Modifier and Type Class Description class
MainTabViewImpl
This component shows the tabs containins the opened forms in the main-window of the Webclient. -
Uses of BaseWindow in com.saperion.ngc.menu
Constructors in com.saperion.ngc.menu with parameters of type BaseWindow Constructor Description LaunchWorkflowMenu(java.util.List<java.lang.String> documentRevisionIds, java.util.List<java.lang.String> lastLaunchedCases, BaseWindow eventTarget)
Constructor. -
Uses of BaseWindow in com.saperion.ngc.navigation
Subclasses of BaseWindow in com.saperion.ngc.navigation Modifier and Type Class Description class
NavigationViewImpl
Implementation ofNavigationView
. -
Uses of BaseWindow in com.saperion.ngc.portal
Subclasses of BaseWindow in com.saperion.ngc.portal Modifier and Type Class Description class
WeblinkHandler
This class is the handler for 'portal.zul'. -
Uses of BaseWindow in com.saperion.ngc.resultset
Subclasses of BaseWindow in com.saperion.ngc.resultset Modifier and Type Class Description class
ResultSetViewImpl
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.viewer 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. -
Uses of BaseWindow in com.saperion.ngc.viewer.hylandviewer
Subclasses of BaseWindow in com.saperion.ngc.viewer.hylandviewer Modifier and Type Class Description class
HylandViewerImpl
Implementation ofViewerComponent
for the Hyland Viewer. -
Uses of BaseWindow in com.saperion.ngc.viewer.pdfjs
Subclasses of BaseWindow in com.saperion.ngc.viewer.pdfjs Modifier and Type Class Description class
PdfjsViewerImpl
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.simple Modifier and Type Class Description class
MediaViewerImpl
A viewer that can display images (JPG, PNG, GIF) and PDF documents.class
SimpleViewerImpl
Simple implementation of viewer component. -
Uses of BaseWindow in com.saperion.ngc.viewer.virtualviewer.html5
Subclasses of BaseWindow in com.saperion.ngc.viewer.virtualviewer.html5 Modifier and Type Class Description class
VirtualViewerHTML5
Implementation ofViewerComponent
for the HTML5-VirtualViewer.
-