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.dialogsSubclasses of BaseWindow in com.saperion.ngc.dialogs Modifier and Type Class Description classAbstractStructureDialogBase-class for dialogs that change a document's structure.classCheckinDialogA dialog to checkin a previously checked out document.classEditStructureDialogDialog shown when the structure of a document is being edited.classNewFolderDialogDialog used to create a new folder.classRevisionHistoryDialogRevision history dialog.classSelectFolderClassDialogDialog used to create a new register.classShareBaseCheckInDialogMethods in com.saperion.ngc.dialogs with parameters of type BaseWindow Modifier and Type Method Description static voidAclSelectDialog. 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 voidCheckinDialog. show(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> documentPages, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener)Shows the CheckinDialog.static voidCheckinDialog. 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 ContainedInFolderDialogContainedInFolderDialog. 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 voidEditStructureDialog. 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 voidExportSettingsDialog. 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 voidShareBaseCheckInDialog. 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.externalstorageSubclasses of BaseWindow in com.saperion.ngc.dialogs.externalstorage Modifier and Type Class Description classExternalStorageCreateDocDialogDialog to create a document in Saperion whose content will be fetched from External Storage
- 
Uses of BaseWindow in com.saperion.ngc.dialogs.onedrive.dialogSubclasses of BaseWindow in com.saperion.ngc.dialogs.onedrive.dialog Modifier and Type Class Description classOneDriveLoginDialogThis class is responsible for Login dialog of OneDrive in Saperion web client.classOneDriveLogInErrorDialogThis class represents a dialog for any error happened in the OneDrive log in processclassOneDriveLogInSuccessDialogclassOneDriveLogOutErrorDialogThis class represents a dialog if an user tries to logout from onedrive IDP without being logged inclassOneDriveManageShareDialogclassOneDriveNewShareDialogMethods in com.saperion.ngc.dialogs.onedrive.dialog with parameters of type BaseWindow Modifier and Type Method Description voidOneDriveLoginDialog. setParentView(BaseWindow view)Sets the ParentView in the dialog objectstatic voidOneDriveLoginDialog. 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.dialogSubclasses of BaseWindow in com.saperion.ngc.dialogs.sharebase.dialog Modifier and Type Class Description classExternalStorageDashBoardDialogThis 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.classExternalStorageUploadDialogThis class is responsible for opening up the upload dialog box for uploading a saperion document to external storageclassExternalStorageUploadStatusDialogThis class shows the External storage upload status for a document and also creates a temporary view url for verifying the uploadclassShareBaseCheckoutShareDialogThis class represents the share creation and management dialog after checking out a document to ShareBaseclassShareBaseDuplicateDocumentUploadErrorDialogThis class represents a Error dialog if duplicate document is found when trying to upload a document to ShareBase.classShareBaseLoginDialogThis 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.classShareBaseLogInErrorDialogThis class represents a dialog for any error happened in the ShareBase log in processclassShareBaseManageShareDialogThis class represents ShareBase Manage Share Dialog, where a user can share, mail and revoke a sharelink.classShareBaseNewShareDialogShareBase ShareCreation Dialog for uploaded DocumentsMethods in com.saperion.ngc.dialogs.sharebase.dialog with parameters of type BaseWindow Modifier and Type Method Description voidShareBaseLoginDialog. setParentView(BaseWindow view)Sets the ParentView in the dialog objectstatic voidExternalStorageUploadDialog. 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 voidShareBaseLoginDialog. 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.userselectSubclasses of BaseWindow in com.saperion.ngc.dialogs.userselect Modifier and Type Class Description classUserSelectionDialogDialog window to select workflow actors.
- 
Uses of BaseWindow in com.saperion.ngc.iformSubclasses of BaseWindow in com.saperion.ngc.iform Modifier and Type Class Description classIntelligentFormPopupWindowA window that can be used to display an intelligent form as a popup.classIntelligentFormViewImplImplementation of IntelligentFormView.
- 
Uses of BaseWindow in com.saperion.ngc.loggingSubclasses of BaseWindow in com.saperion.ngc.logging Modifier and Type Class Description classLogViewImplWindow for log messages.
- 
Uses of BaseWindow in com.saperion.ngc.maintabSubclasses of BaseWindow in com.saperion.ngc.maintab Modifier and Type Class Description classMainTabViewImplThis component shows the tabs containins the opened forms in the main-window of the Webclient.
- 
Uses of BaseWindow in com.saperion.ngc.menuConstructors 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.navigationSubclasses of BaseWindow in com.saperion.ngc.navigation Modifier and Type Class Description classNavigationViewImplImplementation ofNavigationView.
- 
Uses of BaseWindow in com.saperion.ngc.portalSubclasses of BaseWindow in com.saperion.ngc.portal Modifier and Type Class Description classWeblinkHandlerThis class is the handler for 'portal.zul'.
- 
Uses of BaseWindow in com.saperion.ngc.resultsetSubclasses of BaseWindow in com.saperion.ngc.resultset Modifier and Type Class Description classResultSetViewImplImplementation of ResultSetView.
 
 Important events:EventChild.ON_INDEX_RESULTITEMwhen the user selects an item in the list.
- 
Uses of BaseWindow in com.saperion.ngc.viewerSubclasses of BaseWindow in com.saperion.ngc.viewer Modifier and Type Class Description classAbstractDocumentViewAbstract class that holds common methods for both, the SAP Web Viewer and the document viewer for the web client.classDocumentViewImplComponent to display documents using ViewOneComponent.classSapDocumentViewImplDocument Viewer for SAP Web Viewer.
- 
Uses of BaseWindow in com.saperion.ngc.viewer.hylandviewerSubclasses of BaseWindow in com.saperion.ngc.viewer.hylandviewer Modifier and Type Class Description classHylandViewerImplImplementation ofViewerComponentfor the Hyland Viewer.
- 
Uses of BaseWindow in com.saperion.ngc.viewer.pdfjsSubclasses of BaseWindow in com.saperion.ngc.viewer.pdfjs Modifier and Type Class Description classPdfjsViewerImplA viewer that can display images (JPG, PNG, GIF) and PDF documents.
- 
Uses of BaseWindow in com.saperion.ngc.viewer.simpleSubclasses of BaseWindow in com.saperion.ngc.viewer.simple Modifier and Type Class Description classMediaViewerImplA viewer that can display images (JPG, PNG, GIF) and PDF documents.classSimpleViewerImplSimple implementation of viewer component.
- 
Uses of BaseWindow in com.saperion.ngc.viewer.virtualviewer.html5Subclasses of BaseWindow in com.saperion.ngc.viewer.virtualviewer.html5 Modifier and Type Class Description classVirtualViewerHTML5Implementation ofViewerComponentfor the HTML5-VirtualViewer.
 
-