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.events |
Package for all ZK events.
|
com.saperion.ngc.iform |
Package for main iForm components.
|
com.saperion.ngc.iform.field |
Package for iForm field elements.
|
com.saperion.ngc.iform.field.lookup |
Package for advanced lookup field classes.
|
com.saperion.ngc.logging |
Package for logging component classes.
|
com.saperion.ngc.maintab |
Package for main tabbox.
|
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 void |
StringInputDialog.show(EventChildHandler parent,
String title,
org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> eventListener)
Shows the user selection dialog and returns the entered text.
|
static void |
StringInputDialog.show(EventChildHandler parent,
String title,
org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> eventListener,
String defaultValue)
Shows the user selection dialog and returns the entered text.
|
static void |
WebpartInputDialog.show(EventChildHandler parent,
String title,
int textBoxRowCount,
org.zkoss.zk.ui.event.EventListener eventListener)
Shows the user selection dialog and returns the entered text.
|
static void |
StringInputDialog.show(EventChildHandler parent,
String title,
int textBoxRowCount,
org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> eventListener)
Shows the user selection dialog and returns the entered text.
|
static void |
StringInputDialog.show(EventChildHandler parent,
String title,
int textBoxRowCount,
org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> eventListener,
String defaultValue)
Shows the user selection dialog and returns the entered text.
|
static void |
DateTimeInputDialog.show(EventChildHandler parent,
String title,
String pattern,
Date presetDate,
org.zkoss.zk.ui.event.EventListener eventListener)
Shows the date/time selection dialog and returns the selected date.
|
static void |
DateTimeInputDialog.showAndGetResult(EventChildHandler parent,
String title,
org.zkoss.zk.ui.event.EventListener eventListener)
Shows the date/time selection dialog and returns the selected date (preset: now).
|
Modifier and Type | Class and Description |
---|---|
class |
UserSelectionDialog
Dialog window to select workflow actors.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseWindow
The BaseWindow is the abstract superclass of all window-based components of the webclient that use the
default event-handling mechanism.
|
class |
EventChildHandlerImpl
Implementation of
EventChildHandler . |
Modifier and Type | Interface and Description |
---|---|
interface |
IntelligentFormView
The IntelligentFormView represents a Saperion form in the WebClient.
|
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 | Method and Description |
---|---|
static void |
ValidationErrorMessageCreator.showValidationErrorMessage(IntelligentField field,
FieldValidationException.ValidationError validationError,
EventChildHandler eventHandler) |
Modifier and Type | Method and Description |
---|---|
default void |
IntelligentField.attachScripts(com.saperion.ngc.iform.xml.EditFieldType field,
EventChildHandler provider,
org.zkoss.zk.ui.Page newPage)
Attaches client and server side scripts after page load
|
default void |
IntelligentField.attachServerScripts(com.saperion.ngc.iform.xml.EditFieldType field,
EventChildHandler provider,
org.zkoss.zk.ui.Page newPage)
Attaches server side scripts after page load
|
Constructor and Description |
---|
FieldEventHandler(IntelligentField main,
com.saperion.ngc.iform.xml.EditFieldType fieldType,
EventChildHandler eventProvider) |
Constructor and Description |
---|
LookupFieldEventHandler(AdvancedLookupField advancedLookupField,
com.saperion.ngc.iform.xml.EditFieldType fieldType,
EventChildHandler provider)
Consctructor.
|
Modifier and Type | Class and Description |
---|---|
class |
LogViewImpl
Window for log messages.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MainTabView
Displays several forms, webparts and the startpage in tabs.
|
Modifier and Type | Class and Description |
---|---|
class |
MainTabViewImpl
This component shows the tabs containins the opened forms in the main-window of the Webclient.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NavigationView
The navigation view shows the folder structure as a tree.
|
Modifier and Type | Class and Description |
---|---|
class |
NavigationViewImpl
Implementation of
NavigationView . |
Modifier and Type | Method and Description |
---|---|
protected EventChildHandler |
NaviTreeNode.getEventProvider()
Returns the event provider.
|
Modifier and Type | Class and Description |
---|---|
class |
WeblinkHandler
This class is the handler for 'portal.zul'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResultSetView
Represents a result list in a form.
|
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 | Interface and Description |
---|---|
interface |
DocumentView
Represents a viewer in a form.
|
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.