public class HTMLDialogEvent
extends java.util.EventObject
window.showModalDialog or
window.showModelessDialog JavaScript function.| Constructor and Description |
|---|
HTMLDialogEvent(java.lang.Object source,
HTMLDialog dialog)
Constructs a new instance of event..
|
| Modifier and Type | Method and Description |
|---|---|
HTMLDialog |
getDialog()
Returns an instance of the opened HTML dialog.
|
public HTMLDialogEvent(java.lang.Object source,
HTMLDialog dialog)
source - The object on which the Event initially occurred.dialog - The instance of the opened HTML dialog.public HTMLDialog getDialog()