Class BaseWindow

java.lang.Object
org.zkoss.zk.ui.AbstractComponent
org.zkoss.zk.ui.HtmlBasedComponent
org.zkoss.zul.impl.XulElement
org.zkoss.zul.Window
com.saperion.ngc.events.BaseWindow
All Implemented Interfaces:
EventChild, EventChildHandler, LogEventChildHandler, Serializable, Cloneable, org.zkoss.zk.ui.Component, org.zkoss.zk.ui.ext.Scope, org.zkoss.zk.ui.IdSpace, org.zkoss.zk.ui.sys.ComponentCtrl, org.zkoss.zul.ext.Framable
Direct Known Subclasses:
AbstractDocumentView, AbstractStructureDialog, ExternalStorageCreateDocDialog, ExternalStorageDashBoardDialog, ExternalStorageUploadDialog, ExternalStorageUploadStatusDialog, HylandViewerImpl, IntelligentFormPopupWindow, IntelligentFormViewImpl, LogViewImpl, MainTabViewImpl, MediaViewerImpl, NavigationViewImpl, NewFolderDialog, OneDriveLoginDialog, OneDriveLogInErrorDialog, OneDriveLogInSuccessDialog, OneDriveLogOutErrorDialog, OneDriveManageShareDialog, OneDriveNewShareDialog, PdfjsViewerImpl, ResultSetViewImpl, RevisionHistoryDialog, SelectFolderClassDialog, ShareBaseCheckoutShareDialog, ShareBaseDuplicateDocumentUploadErrorDialog, ShareBaseLoginDialog, ShareBaseLogInErrorDialog, ShareBaseManageShareDialog, ShareBaseNewShareDialog, SimpleViewerImpl, UserSelectionDialog, VirtualViewerHTML5, WeblinkHandler

public abstract class BaseWindow extends org.zkoss.zul.Window implements EventChild, EventChildHandler
The BaseWindow is the abstract superclass of all window-based components of the webclient that use the default event-handling mechanism. It provides methods to post several types of events.
See Also: