Uses of Interface
com.saperion.ngc.events.EventChildHandler
Packages that use EventChildHandler
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 iForm field elements.
Package for advanced lookup field classes.
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 EventChildHandler in com.saperion.ngc.dialogsClasses in com.saperion.ngc.dialogs that implement EventChildHandlerModifier 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 classMethods in com.saperion.ngc.dialogs with parameters of type EventChildHandlerModifier and TypeMethodDescriptionstatic voidDateTimeInputDialog.show(EventChildHandler parent, String title, String pattern, Date presetDate, 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, 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 voidStringInputDialog.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 voidStringInputDialog.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 voidStringInputDialog.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 voidStringInputDialog.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 voidWebpartInputDialog.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 voidDateTimeInputDialog.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).
- 
Uses of EventChildHandler in com.saperion.ngc.dialogs.externalstorageClasses in com.saperion.ngc.dialogs.externalstorage that implement EventChildHandlerModifier and TypeClassDescriptionclassDialog 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 EventChildHandlerModifier 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 EventChildHandler in com.saperion.ngc.dialogs.userselectClasses in com.saperion.ngc.dialogs.userselect that implement EventChildHandlerModifier and TypeClassDescriptionfinal classDialog window to select workflow actors.
- 
Uses of EventChildHandler in com.saperion.ngc.eventsClasses in com.saperion.ngc.events that implement EventChildHandlerModifier 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 EventChildHandler in com.saperion.ngc.iformSubinterfaces of EventChildHandler in com.saperion.ngc.iformModifier and TypeInterfaceDescriptioninterfaceThe IntelligentFormView represents a Saperion form in the WebClient.Classes in com.saperion.ngc.iform that implement EventChildHandlerModifier and TypeClassDescriptionclassA window that can be used to display an intelligent form as a popup.classImplementation of IntelligentFormView.Methods in com.saperion.ngc.iform with parameters of type EventChildHandlerModifier and TypeMethodDescriptionstatic 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 EventChildHandlerModifier and TypeMethodDescriptiondefault 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 EventChildHandlerModifierConstructorDescriptionFieldEventHandler(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 EventChildHandlerModifierConstructorDescriptionLookupFieldEventHandler(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
- 
Uses of EventChildHandler in com.saperion.ngc.maintabSubinterfaces of EventChildHandler in com.saperion.ngc.maintabModifier and TypeInterfaceDescriptioninterfaceDisplays several forms, webparts and the startpage in tabs.Classes in com.saperion.ngc.maintab that implement EventChildHandlerModifier and TypeClassDescriptionclassThis component shows the tabs containins the opened forms in the main-window of the Webclient.
- 
Uses of EventChildHandler in com.saperion.ngc.portalClasses in com.saperion.ngc.portal that implement EventChildHandlerModifier and TypeClassDescriptionclassThis class is the handler for 'portal.zul'.
- 
Uses of EventChildHandler in com.saperion.ngc.resultsetSubinterfaces of EventChildHandler in com.saperion.ngc.resultsetClasses in com.saperion.ngc.resultset that implement EventChildHandlerModifier and TypeClassDescriptionclassImplementation 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.viewerClasses in com.saperion.ngc.viewer that implement EventChildHandlerModifier 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 EventChildHandler in com.saperion.ngc.viewer.hylandviewerClasses in com.saperion.ngc.viewer.hylandviewer that implement EventChildHandler
- 
Uses of EventChildHandler in com.saperion.ngc.viewer.pdfjsClasses in com.saperion.ngc.viewer.pdfjs that implement EventChildHandlerModifier and TypeClassDescriptionclassA 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 EventChildHandlerModifier and TypeClassDescriptionclassA viewer that can display images (JPG, PNG, GIF) and PDF documents.classSimple implementation of viewer component.
- 
Uses of EventChildHandler in com.saperion.ngc.viewer.virtualviewer.html5Classes in com.saperion.ngc.viewer.virtualviewer.html5 that implement EventChildHandlerModifier and TypeClassDescriptionclassImplementation ofViewerComponentfor the HTML5-VirtualViewer.