Package org.opencms.gwt.client.util
Class CmsEmbeddedDialogFrameWrapper
java.lang.Object
org.opencms.gwt.client.util.CmsEmbeddedDialogFrameWrapper
@JsType(name="Window",
namespace="<global>",
isNative=true)
public class CmsEmbeddedDialogFrameWrapper
extends Object
Provides access to the window-global variable 'embeddedDialogFrameInstance'.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe global variable used to hold the embedded dialog frame.The parent window.The current window. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
parent
The parent window. -
window
The current window. -
embeddedDialogFrameInstance
The global variable used to hold the embedded dialog frame.
-
-
Constructor Details
-
CmsEmbeddedDialogFrameWrapper
public CmsEmbeddedDialogFrameWrapper()
-