Package | Description |
---|---|
com.saperion.ngc.dialogs |
Package for client dialog classes.
|
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.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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
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 |
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 void |
AclSelectDialog.show(List<String> selectableAcls,
List<String> setAcls,
BaseWindow parent,
org.zkoss.zk.ui.event.EventListener eventListener)
Shows the AclSelectDialog.
|
static void |
ExportSettingsDialog.show(Set<String> allColumns,
Collection<ResultSetColumn> visibleColumns,
BaseWindow parent,
org.zkoss.zk.ui.event.EventListener eventListener)
Shows the ColumnSelectDialog.
|
Modifier and Type | Class and Description |
---|---|
class |
UserSelectionDialog
Dialog window to select workflow actors.
|
Modifier and Type | Class and Description |
---|---|
class |
IntelligentFormPopupWindow
A window that can be used to display an intelligent form as a popup.
|
class |
IntelligentFormViewImpl
Implementation of IntelligentFormView.
|
Modifier and Type | Class and Description |
---|---|
class |
LogViewImpl
Window for log messages.
|
Modifier and Type | Class and Description |
---|---|
class |
MainTabViewImpl
This component shows the tabs containins the opened forms in the main-window of the Webclient.
|
Constructor and Description |
---|
LaunchWorkflowMenu(List<String> documentRevisionIds,
List<String> lastLaunchedCases,
BaseWindow eventTarget)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
NavigationViewImpl
Implementation of
NavigationView . |
Modifier and Type | Class and Description |
---|---|
class |
WeblinkHandler
This class is the handler for 'portal.zul'.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultSetViewImpl
Implementation of ResultSetView.
Important events: EventChild.ON_INDEX_RESULTITEM when the user selects an item in the list. |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
PdfjsViewerImpl
A viewer that can display images (JPG, PNG, GIF) and PDF documents.
|
Modifier and Type | Class and Description |
---|---|
class |
MediaViewerImpl
A viewer that can display images (JPG, PNG, GIF) and PDF documents.
|
class |
SimpleViewerImpl
Simple implementation of viewer component.
|
Modifier and Type | Class and Description |
---|---|
class |
VirtualViewerHTML5
Implementation of
ViewerComponent for the HTML5-VirtualViewer. |
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.