Uses of Interface
com.saperion.ngc.events.LogEventChildHandler
Packages that use LogEventChildHandler
Package
Description
Package for client dialog classes.
Package for user selection dialog classes.
Package for all ZK events.
Package for main iForm components.
Package for logging component classes.
Package for main tabbox.
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 LogEventChildHandler in com.saperion.ngc.dialogs
Classes in com.saperion.ngc.dialogs that implement LogEventChildHandlerModifier 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
-
Uses of LogEventChildHandler in com.saperion.ngc.dialogs.externalstorage
Classes in com.saperion.ngc.dialogs.externalstorage that implement LogEventChildHandlerModifier and TypeClassDescriptionclass
Dialog to create a document in Saperion whose content will be fetched from External Storage -
Uses of LogEventChildHandler in com.saperion.ngc.dialogs.onedrive.dialog
Classes in com.saperion.ngc.dialogs.onedrive.dialog that implement LogEventChildHandlerModifier 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
-
Uses of LogEventChildHandler in com.saperion.ngc.dialogs.userselect
Classes in com.saperion.ngc.dialogs.userselect that implement LogEventChildHandlerModifier and TypeClassDescriptionfinal class
Dialog window to select workflow actors. -
Uses of LogEventChildHandler in com.saperion.ngc.events
Subinterfaces of LogEventChildHandler in com.saperion.ngc.eventsModifier and TypeInterfaceDescriptioninterface
This interface defines common methods to post events for webclient-components.Classes in com.saperion.ngc.events that implement LogEventChildHandlerModifier and TypeClassDescriptionclass
The BaseWindow is the abstract superclass of all window-based components of the webclient that use the default event-handling mechanism.class
Implementation ofEventChildHandler
. -
Uses of LogEventChildHandler in com.saperion.ngc.iform
Subinterfaces of LogEventChildHandler in com.saperion.ngc.iformModifier and TypeInterfaceDescriptioninterface
The IntelligentFormView represents a Saperion form in the WebClient.Classes in com.saperion.ngc.iform that implement LogEventChildHandlerModifier and TypeClassDescriptionclass
A window that can be used to display an intelligent form as a popup.class
Implementation of IntelligentFormView. -
Uses of LogEventChildHandler in com.saperion.ngc.logging
Classes in com.saperion.ngc.logging that implement LogEventChildHandler -
Uses of LogEventChildHandler in com.saperion.ngc.maintab
Subinterfaces of LogEventChildHandler in com.saperion.ngc.maintabModifier and TypeInterfaceDescriptioninterface
Displays several forms, webparts and the startpage in tabs.Classes in com.saperion.ngc.maintab that implement LogEventChildHandlerModifier and TypeClassDescriptionclass
This component shows the tabs containins the opened forms in the main-window of the Webclient. -
Uses of LogEventChildHandler in com.saperion.ngc.portal
Classes in com.saperion.ngc.portal that implement LogEventChildHandlerModifier and TypeClassDescriptionclass
This class is the handler for 'portal.zul'. -
Uses of LogEventChildHandler in com.saperion.ngc.resultset
Subinterfaces of LogEventChildHandler in com.saperion.ngc.resultsetClasses in com.saperion.ngc.resultset that implement LogEventChildHandlerModifier and TypeClassDescriptionclass
Implementation of ResultSetView.
Important events:EventChild.ON_INDEX_RESULTITEM
when the user selects an item in the list. -
Uses of LogEventChildHandler in com.saperion.ngc.viewer
Subinterfaces of LogEventChildHandler in com.saperion.ngc.viewerClasses in com.saperion.ngc.viewer that implement LogEventChildHandlerModifier 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 LogEventChildHandler in com.saperion.ngc.viewer.hylandviewer
Classes in com.saperion.ngc.viewer.hylandviewer that implement LogEventChildHandler -
Uses of LogEventChildHandler in com.saperion.ngc.viewer.pdfjs
Classes in com.saperion.ngc.viewer.pdfjs that implement LogEventChildHandlerModifier and TypeClassDescriptionclass
A viewer that can display images (JPG, PNG, GIF) and PDF documents. -
Uses of LogEventChildHandler in com.saperion.ngc.viewer.simple
Classes in com.saperion.ngc.viewer.simple that implement LogEventChildHandlerModifier and TypeClassDescriptionclass
A viewer that can display images (JPG, PNG, GIF) and PDF documents.class
Simple implementation of viewer component. -
Uses of LogEventChildHandler in com.saperion.ngc.viewer.virtualviewer.html5
Classes in com.saperion.ngc.viewer.virtualviewer.html5 that implement LogEventChildHandlerModifier and TypeClassDescriptionclass
Implementation ofViewerComponent
for the HTML5-VirtualViewer.