public class DialogWindow extends WebWindowImpl
Constructor and Description |
---|
DialogWindow(WebClient webClient,
Object arguments)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes this window.
|
WebWindow |
getParentWindow()
Returns the window that contains this window.
|
WebWindow |
getTopWindow()
Returns the top level window that contains this window.
|
protected boolean |
isJavaScriptInitializationNeeded()
Returns true if this window needs JavaScript initialization to occur when the enclosed page is set.
|
void |
setScriptObject(Object scriptObject)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Sets the JavaScript object that corresponds to this element. |
addChildWindow, getEnclosedPage, getHistory, getJobManager, getName, getScriptObject, getWebClient, performRegistration, setEnclosedPage, setJobManager, setName
protected boolean isJavaScriptInitializationNeeded()
isJavaScriptInitializationNeeded
in class WebWindowImpl
public WebWindow getParentWindow()
public WebWindow getTopWindow()
public void setScriptObject(Object scriptObject)
setScriptObject
in interface WebWindow
setScriptObject
in class WebWindowImpl
scriptObject
- the JavaScript objectpublic void close()
Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.