Uses of Interface
com.saperion.ngc.events.EventChild
-
Packages that use EventChild Package Description com.saperion.ngc.authorization Package for authorization component classes.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.events Package for all ZK events.com.saperion.ngc.iform Package for main iForm components.com.saperion.ngc.iform.button Package for iForm buttons.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.iform.image Package for iForm image elements.com.saperion.ngc.iform.mashup Package for iForm mashup elements.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.toolbar Package for user toolbar 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 EventChild in com.saperion.ngc.authorization
Classes in com.saperion.ngc.authorization that implement EventChild Modifier and Type Class Description classAuthorizationViewImplLogon window. -
Uses of EventChild in com.saperion.ngc.dialogs
Classes in com.saperion.ngc.dialogs that implement EventChild 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.classShareBaseCheckInDialog -
Uses of EventChild in com.saperion.ngc.dialogs.externalstorage
Classes in com.saperion.ngc.dialogs.externalstorage that implement EventChild Modifier and Type Class Description classExternalStorageCreateDocDialogDialog 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 EventChild 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 inclassOneDriveManageShareDialogclassOneDriveNewShareDialog -
Uses of EventChild in com.saperion.ngc.dialogs.sharebase.dialog
Classes in com.saperion.ngc.dialogs.sharebase.dialog that implement EventChild 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 Documents -
Uses of EventChild in com.saperion.ngc.dialogs.userselect
Classes in com.saperion.ngc.dialogs.userselect that implement EventChild Modifier and Type Class Description classUserSelectionDialogDialog window to select workflow actors. -
Uses of EventChild in com.saperion.ngc.events
Subinterfaces of EventChild in com.saperion.ngc.events Modifier and Type Interface Description interfaceEventChildHandlerThis interface defines common methods to post events for webclient-components.interfaceLogEventChildHandlerCommon interface providing log event methods.Classes in com.saperion.ngc.events that implement EventChild Modifier and Type Class Description classBaseWindowThe BaseWindow is the abstract superclass of all window-based components of the webclient that use the default event-handling mechanism.classEventChildHandlerImplImplementation ofEventChildHandler. -
Uses of EventChild in com.saperion.ngc.iform
Subinterfaces of EventChild in com.saperion.ngc.iform Modifier and Type Interface Description interfaceIntelligentFormViewThe IntelligentFormView represents a Saperion form in the WebClient.Classes in com.saperion.ngc.iform that implement EventChild Modifier and Type Class Description classIntelligentFormPopupWindowA window that can be used to display an intelligent form as a popup.classIntelligentFormViewImplImplementation of IntelligentFormView. -
Uses of EventChild in com.saperion.ngc.iform.button
Classes in com.saperion.ngc.iform.button that implement EventChild Modifier and Type Class Description classFormButtonAButtonthat is contained in aIntelligentFormView. -
Uses of EventChild in com.saperion.ngc.iform.field
Subinterfaces of EventChild in com.saperion.ngc.iform.field Modifier and Type Interface Description interfaceIntelligentFieldInterface for all fields contained in a form.Classes in com.saperion.ngc.iform.field that implement EventChild Modifier and Type Class Description classCheckboxFieldA field in a form that displays a checkbox for boolean values.classComboTextFieldA field that shows a selection of values (not read from a lookup table).classDateFieldA field in a form for date values.classFloatFieldA field in a form for float and currency values.classIntFieldA field in a form for integer values.classLookupTextFieldThis field is used for two purposes:
1) A textbox with a popup used to display the values of a lookup-table.classMultiFieldIntelligentField to display and edit multi-value-fields.classTextFieldA field in a form for string values.classTimeFieldA field in a form for time values.classTristateFieldA 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 EventChild Modifier and Type Class Description classAdvancedLookupFieldA 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 Modifier and Type Class Description classFormEditableImage -
Uses of EventChild in com.saperion.ngc.iform.mashup
Classes in com.saperion.ngc.iform.mashup that implement EventChild Modifier and Type Class Description classFormMashup -
Uses of EventChild in com.saperion.ngc.logging
Classes in com.saperion.ngc.logging that implement EventChild Modifier and Type Class Description classLogViewImplWindow for log messages. -
Uses of EventChild in com.saperion.ngc.maintab
Subinterfaces of EventChild in com.saperion.ngc.maintab Modifier and Type Interface Description interfaceMainTabViewDisplays several forms, webparts and the startpage in tabs.Classes in com.saperion.ngc.maintab that implement EventChild Modifier and Type Class Description classMainTabViewImplThis component shows the tabs containins the opened forms in the main-window of the Webclient. -
Uses of EventChild in com.saperion.ngc.navigation
Subinterfaces of EventChild in com.saperion.ngc.navigation Modifier and Type Interface Description interfaceNavigationViewThe navigation view shows the folder structure as a tree.Classes in com.saperion.ngc.navigation that implement EventChild Modifier and Type Class Description classAbstractFileNaviTreeNodeNode that contains common methods for other nodes used for eFiles.classALFNaviTreeNodeApplication Link Filter node (used for eFile applications).classCollectionNaviTreeNodeCollection folder.classCollectionRootNaviTreeNodeCollection folder.classEFileNaviTreeNodeTree node used for eFiles.classFavoriteNaviTreeNodeThis class holds the ZK navigation tree node representation for favorite folders.classFilterNaviTreeNodeclassFormChildNaviTreeNodeChild node of an application.classFormNaviTreeNodeThis class holds the ZK navigation tree node representation for form folders.classLinkNaviTreeNodeThis class holds the ZK navigation tree node representation for link folders.classMiniFormNodeA node that can open a small search-form in the navigation view to search for it's child-nodes.classNavigationViewImplImplementation ofNavigationView.classNaviTreeNodeThis class holds the ZK navigation tree node representation.classOutlinerChildNaviTreeNodeChild node of an outliner-application.classOutlinerNaviTreeNodeOutliner application navigation node.classRegisterNaviTreeNodeTree node used for registers.classRootFavoriteNaviTreeNodeRoot favorite folder, which contains all favorites of the user.classRootFormNaviTreeNodeclassRootNaviTreeNodeThe root node of a tree in the navigation view.classRootPrivateNaviTreeNodePrivate root folder, which contains all root level nodes of the user.classWebpartNaviTreeNodeclassWorkflowFormNaviTreeNodeclassWorkflowNaviTreeNodeThis class holds the ZK navigation tree node representation for workflow folders.classWorkflowRootNaviTreeNodeThis class holds the ZK navigation tree node representation for workflow folders. -
Uses of EventChild in com.saperion.ngc.portal
Classes in com.saperion.ngc.portal that implement EventChild Modifier and Type Class Description classWeblinkHandlerThis class is the handler for 'portal.zul'. -
Uses of EventChild in com.saperion.ngc.resultset
Subinterfaces of EventChild in com.saperion.ngc.resultset Modifier and Type Interface Description interfaceResultSetViewRepresents a result list in a form.Classes in com.saperion.ngc.resultset that implement EventChild Modifier and Type Class Description classResultSetViewImplImplementation 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 EventChild Modifier and Type Class Description classSaperionToolbarViewThe 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.viewer Modifier and Type Interface Description interfaceDocumentViewRepresents a viewer in a form.Classes in com.saperion.ngc.viewer that implement EventChild 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 EventChild in com.saperion.ngc.viewer.hylandviewer
Classes in com.saperion.ngc.viewer.hylandviewer that implement EventChild Modifier and Type Class Description classHylandViewerImplImplementation ofViewerComponentfor the Hyland Viewer. -
Uses of EventChild in com.saperion.ngc.viewer.pdfjs
Classes in com.saperion.ngc.viewer.pdfjs that implement EventChild Modifier and Type Class Description classPdfjsViewerImplA 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 EventChild Modifier and Type Class Description classMediaViewerImplA viewer that can display images (JPG, PNG, GIF) and PDF documents.classSimpleViewerImplSimple implementation of viewer component. -
Uses of EventChild in com.saperion.ngc.viewer.virtualviewer.html5
Classes in com.saperion.ngc.viewer.virtualviewer.html5 that implement EventChild Modifier and Type Class Description classVirtualViewerHTML5Implementation ofViewerComponentfor the HTML5-VirtualViewer.
-