Provides support for Popups. This class extends XPage giving a blank panel on which you can create custom dialogs. The dialog can be shown as a modal dialog which will block execution of the client code till the dialog is dismissed.
The XDialog is a form of page, however it contains a panel to which all the children are added. The panel is setup with a null layout as is normal and the pack method should be used to calculate the size of the dialog.
The XDialog is then added to a border layout contained in either a window or a dialog. This parent also contains the window decorations
.Copyright: Copyright (c) Xoetrope Ltd., 1998-2003
License: see license.txt
@version 1.0
|
|
|
|
|
|
|
|