Uses of Interface
com.saperion.ngc.events.EventChild
Packages that use EventChild
Package
Description
Package for authorization component classes.
Package for client dialog classes.
Package for user selection dialog classes.
Package for all ZK events.
Package for main iForm components.
Package for iForm buttons.
Package for iForm field elements.
Package for advanced lookup field classes.
Package for iForm image elements.
Package for iForm mashup elements.
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 user toolbar 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 EventChild in com.saperion.ngc.authorization
Classes in com.saperion.ngc.authorization that implement EventChild -
Uses of EventChild in com.saperion.ngc.dialogs
Classes in com.saperion.ngc.dialogs that implement EventChildModifier and TypeClassDescriptionclassBase-class for dialogs that change a document's structure.final classA dialog to checkin a previously checked out document.classDialog shown when the structure of a document is being edited.classDialog used to create a new folder.classRevision history dialog.classDialog used to create a new register.final class -
Uses of EventChild in com.saperion.ngc.dialogs.externalstorage
Classes in com.saperion.ngc.dialogs.externalstorage that implement EventChildModifier and TypeClassDescriptionclassDialog to create a document in Saperion whose content will be fetched from External Storage -
Uses of EventChild in com.saperion.ngc.dialogs.onedrive.dialog
Classes in com.saperion.ngc.dialogs.onedrive.dialog that implement EventChildModifier and TypeClassDescriptionclassThis class is responsible for Login dialog of OneDrive in Saperion web client.classThis class represents a dialog for any error happened in the OneDrive log in processclassclassThis class represents a dialog if an user tries to logout from onedrive IDP without being logged inclassclass -
Uses of EventChild in com.saperion.ngc.dialogs.userselect
Classes in com.saperion.ngc.dialogs.userselect that implement EventChildModifier and TypeClassDescriptionfinal classDialog window to select workflow actors. -
Uses of EventChild in com.saperion.ngc.events
Subinterfaces of EventChild in com.saperion.ngc.eventsModifier and TypeInterfaceDescriptioninterfaceThis interface defines common methods to post events for webclient-components.interfaceCommon interface providing log event methods.Classes in com.saperion.ngc.events that implement EventChildModifier and TypeClassDescriptionclassThe BaseWindow is the abstract superclass of all window-based components of the webclient that use the default event-handling mechanism.classImplementation ofEventChildHandler. -
Uses of EventChild in com.saperion.ngc.iform
Subinterfaces of EventChild in com.saperion.ngc.iformModifier and TypeInterfaceDescriptioninterfaceThe IntelligentFormView represents a Saperion form in the WebClient.Classes in com.saperion.ngc.iform that implement EventChildModifier and TypeClassDescriptionclassA window that can be used to display an intelligent form as a popup.classImplementation of IntelligentFormView. -
Uses of EventChild in com.saperion.ngc.iform.button
Classes in com.saperion.ngc.iform.button that implement EventChild -
Uses of EventChild in com.saperion.ngc.iform.field
Subinterfaces of EventChild in com.saperion.ngc.iform.fieldModifier and TypeInterfaceDescriptioninterfaceInterface for all fields contained in a form.Classes in com.saperion.ngc.iform.field that implement EventChildModifier and TypeClassDescriptionclassA field in a form that displays a checkbox for boolean values.classA field that shows a selection of values (not read from a lookup table).classA field in a form for date values.classA field in a form for float and currency values.classA field in a form for integer values.classThis field is used for two purposes:
1) A textbox with a popup used to display the values of a lookup-table.classIntelligentField to display and edit multi-value-fields.classA field in a form for string values.classA field in a form for time values.classA field in a form for boolean values that offers three states: checked, unchecked, no value. -
Uses of EventChild in com.saperion.ngc.iform.field.lookup
Classes in com.saperion.ngc.iform.field.lookup that implement EventChildModifier and TypeClassDescriptionclassA field for lookup-tables that uses a popup to show a query-form for advanced functionality. -
Uses of EventChild in com.saperion.ngc.iform.image
Classes in com.saperion.ngc.iform.image that implement EventChild -
Uses of EventChild in com.saperion.ngc.iform.mashup
Classes in com.saperion.ngc.iform.mashup that implement EventChild -
Uses of EventChild in com.saperion.ngc.logging
Classes in com.saperion.ngc.logging that implement EventChild -
Uses of EventChild in com.saperion.ngc.maintab
Subinterfaces of EventChild in com.saperion.ngc.maintabModifier and TypeInterfaceDescriptioninterfaceDisplays several forms, webparts and the startpage in tabs.Classes in com.saperion.ngc.maintab that implement EventChildModifier and TypeClassDescriptionclassThis component shows the tabs containins the opened forms in the main-window of the Webclient. -
Uses of EventChild in com.saperion.ngc.portal
Classes in com.saperion.ngc.portal that implement EventChildModifier and TypeClassDescriptionclassThis class is the handler for 'portal.zul'. -
Uses of EventChild in com.saperion.ngc.resultset
Subinterfaces of EventChild in com.saperion.ngc.resultsetClasses in com.saperion.ngc.resultset that implement EventChildModifier and TypeClassDescriptionclassImplementation of ResultSetView.
Important events:ON_INDEX_RESULTITEMwhen the user selects an item in the list. -
Uses of EventChild in com.saperion.ngc.toolbar
Classes in com.saperion.ngc.toolbar that implement EventChildModifier and TypeClassDescriptionclassThe implementation of the toolbar in the main-window of the webclient. -
Uses of EventChild in com.saperion.ngc.viewer
Subinterfaces of EventChild in com.saperion.ngc.viewerClasses in com.saperion.ngc.viewer that implement EventChildModifier and TypeClassDescriptionclassAbstract class that holds common methods for both, the SAP Web Viewer and the document viewer for the web client.classComponent to display documents using ViewOneComponent.classDocument Viewer for SAP Web Viewer. -
Uses of EventChild in com.saperion.ngc.viewer.hylandviewer
Classes in com.saperion.ngc.viewer.hylandviewer that implement EventChild -
Uses of EventChild in com.saperion.ngc.viewer.pdfjs
Classes in com.saperion.ngc.viewer.pdfjs that implement EventChildModifier and TypeClassDescriptionclassA viewer that can display images (JPG, PNG, GIF) and PDF documents. -
Uses of EventChild in com.saperion.ngc.viewer.simple
Classes in com.saperion.ngc.viewer.simple that implement EventChildModifier and TypeClassDescriptionclassA viewer that can display images (JPG, PNG, GIF) and PDF documents.classSimple implementation of viewer component. -
Uses of EventChild in com.saperion.ngc.viewer.virtualviewer.html5
Classes in com.saperion.ngc.viewer.virtualviewer.html5 that implement EventChildModifier and TypeClassDescriptionclassImplementation ofViewerComponentfor the HTML5-VirtualViewer.