Uses of Interface
com.saperion.ngc.events.EventChildHandler
- 
Packages that use EventChildHandler Package Description 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.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.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 EventChildHandler in com.saperion.ngc.dialogsClasses in com.saperion.ngc.dialogs that implement EventChildHandler 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.classShareBaseCheckInDialogMethods in com.saperion.ngc.dialogs with parameters of type EventChildHandler Modifier and Type Method Description static voidDateTimeInputDialog. show(EventChildHandler parent, java.lang.String title, java.lang.String pattern, java.util.Date presetDate, java.lang.String contrains, org.zkoss.zk.ui.event.EventListener eventListener)Shows the date/time selection dialog and returns the selected date.static voidDateTimeInputDialog. show(EventChildHandler parent, java.lang.String title, java.lang.String pattern, java.util.Date presetDate, org.zkoss.zk.ui.event.EventListener eventListener)Shows the date/time selection dialog and returns the selected date.static voidStringInputDialog. show(EventChildHandler parent, java.lang.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 voidStringInputDialog. show(EventChildHandler parent, java.lang.String title, int textBoxRowCount, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> eventListener, java.lang.String defaultValue)Shows the user selection dialog and returns the entered text.static voidStringInputDialog. show(EventChildHandler parent, java.lang.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 voidStringInputDialog. show(EventChildHandler parent, java.lang.String title, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> eventListener, java.lang.String defaultValue)Shows the user selection dialog and returns the entered text.static voidWebpartInputDialog. show(EventChildHandler parent, java.lang.String title, int textBoxRowCount, org.zkoss.zk.ui.event.EventListener eventListener)Shows the user selection dialog and returns the entered text.static voidDateTimeInputDialog. showAndGetResult(EventChildHandler parent, java.lang.String title, org.zkoss.zk.ui.event.EventListener eventListener)Shows the date/time selection dialog and returns the selected date (preset: now).
- 
Uses of EventChildHandler in com.saperion.ngc.dialogs.externalstorageClasses in com.saperion.ngc.dialogs.externalstorage that implement EventChildHandler Modifier and Type Class Description classExternalStorageCreateDocDialogDialog to create a document in Saperion whose content will be fetched from External Storage
- 
Uses of EventChildHandler in com.saperion.ngc.dialogs.onedrive.dialogClasses in com.saperion.ngc.dialogs.onedrive.dialog that implement EventChildHandler 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 EventChildHandler in com.saperion.ngc.dialogs.sharebase.dialogClasses in com.saperion.ngc.dialogs.sharebase.dialog that implement EventChildHandler 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 DocumentsMethods in com.saperion.ngc.dialogs.sharebase.dialog with parameters of type EventChildHandler Modifier and Type Method Description voidExternalStorageDashBoardDialog. setParentEventChildHandler(EventChildHandler parentEventChildHandler)Sets Parent event child handlerstatic voidExternalStorageDashBoardDialog. show(com.saperion.externalstorage.client.ExternalStorageClient externalStorageClient, com.saperion.externalstorage.ExternalStorageType externalStorageType, EventChildHandler parentHandler)Show External Storage DashBoard Dialog
- 
Uses of EventChildHandler in com.saperion.ngc.dialogs.userselectClasses in com.saperion.ngc.dialogs.userselect that implement EventChildHandler Modifier and Type Class Description classUserSelectionDialogDialog window to select workflow actors.
- 
Uses of EventChildHandler in com.saperion.ngc.eventsClasses in com.saperion.ngc.events that implement EventChildHandler 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 EventChildHandler in com.saperion.ngc.iformSubinterfaces of EventChildHandler 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 EventChildHandler Modifier and Type Class Description classIntelligentFormPopupWindowA window that can be used to display an intelligent form as a popup.classIntelligentFormViewImplImplementation of IntelligentFormView.Methods in com.saperion.ngc.iform with parameters of type EventChildHandler Modifier and Type Method Description static voidValidationErrorMessageCreator. showValidationErrorMessage(IntelligentField field, FieldValidationException.ValidationError validationError, EventChildHandler eventHandler)
- 
Uses of EventChildHandler in com.saperion.ngc.iform.fieldMethods in com.saperion.ngc.iform.field with parameters of type EventChildHandler Modifier and Type Method Description default voidIntelligentField. attachScripts(com.saperion.ngc.iform.xml.EditFieldType field, EventChildHandler provider, org.zkoss.zk.ui.Page newPage)Attaches client and server side scripts after page loaddefault voidIntelligentField. attachServerScripts(com.saperion.ngc.iform.xml.EditFieldType field, EventChildHandler provider, org.zkoss.zk.ui.Page newPage)Attaches server side scripts after page loadConstructors in com.saperion.ngc.iform.field with parameters of type EventChildHandler Constructor Description FieldEventHandler(IntelligentField main, com.saperion.ngc.iform.xml.EditFieldType fieldType, EventChildHandler eventProvider)
- 
Uses of EventChildHandler in com.saperion.ngc.iform.field.lookupConstructors in com.saperion.ngc.iform.field.lookup with parameters of type EventChildHandler Constructor Description LookupFieldEventHandler(AdvancedLookupField advancedLookupField, com.saperion.ngc.iform.xml.EditFieldType fieldType, EventChildHandler provider)Consctructor.
- 
Uses of EventChildHandler in com.saperion.ngc.loggingClasses in com.saperion.ngc.logging that implement EventChildHandler Modifier and Type Class Description classLogViewImplWindow for log messages.
- 
Uses of EventChildHandler in com.saperion.ngc.maintabSubinterfaces of EventChildHandler 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 EventChildHandler Modifier and Type Class Description classMainTabViewImplThis component shows the tabs containins the opened forms in the main-window of the Webclient.
- 
Uses of EventChildHandler in com.saperion.ngc.navigationSubinterfaces of EventChildHandler 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 EventChildHandler Modifier and Type Class Description classNavigationViewImplImplementation ofNavigationView.Methods in com.saperion.ngc.navigation that return EventChildHandler Modifier and Type Method Description protected EventChildHandlerNaviTreeNode. getEventProvider()Returns the event provider.
- 
Uses of EventChildHandler in com.saperion.ngc.portalClasses in com.saperion.ngc.portal that implement EventChildHandler Modifier and Type Class Description classWeblinkHandlerThis class is the handler for 'portal.zul'.
- 
Uses of EventChildHandler in com.saperion.ngc.resultsetSubinterfaces of EventChildHandler 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 EventChildHandler Modifier and Type Class Description classResultSetViewImplImplementation of ResultSetView.
 
 Important events:EventChild.ON_INDEX_RESULTITEMwhen the user selects an item in the list.
- 
Uses of EventChildHandler in com.saperion.ngc.viewerSubinterfaces of EventChildHandler in com.saperion.ngc.viewer Modifier and Type Interface Description interfaceDocumentViewRepresents a viewer in a form.Classes in com.saperion.ngc.viewer that implement EventChildHandler 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 EventChildHandler in com.saperion.ngc.viewer.hylandviewerClasses in com.saperion.ngc.viewer.hylandviewer that implement EventChildHandler Modifier and Type Class Description classHylandViewerImplImplementation ofViewerComponentfor the Hyland Viewer.
- 
Uses of EventChildHandler in com.saperion.ngc.viewer.pdfjsClasses in com.saperion.ngc.viewer.pdfjs that implement EventChildHandler Modifier and Type Class Description classPdfjsViewerImplA viewer that can display images (JPG, PNG, GIF) and PDF documents.
- 
Uses of EventChildHandler in com.saperion.ngc.viewer.simpleClasses in com.saperion.ngc.viewer.simple that implement EventChildHandler Modifier and Type Class Description classMediaViewerImplA viewer that can display images (JPG, PNG, GIF) and PDF documents.classSimpleViewerImplSimple implementation of viewer component.
- 
Uses of EventChildHandler in com.saperion.ngc.viewer.virtualviewer.html5Classes in com.saperion.ngc.viewer.virtualviewer.html5 that implement EventChildHandler Modifier and Type Class Description classVirtualViewerHTML5Implementation ofViewerComponentfor the HTML5-VirtualViewer.
 
-