@eclipse-scout/core
Version:
Eclipse Scout runtime
23 lines • 715 B
TypeScript
import { EventEmitter, Form, HtmlComponent, PopupWindowEventMap, Session } from '../index';
export declare class PopupWindow extends EventEmitter {
eventMap: PopupWindowEventMap;
self: PopupWindow;
static PROP_POPUP_WINDOW: string;
myWindow: Window;
form: Form;
session: Session;
initialized: boolean;
resizeToPrefSize: boolean;
htmlComp: HtmlComponent;
$container: JQuery;
constructor(myWindow: Window, form: Form);
protected _onUnload(): void;
/** @internal */
_onReady(): void;
protected _onResize(): void;
isClosed(): boolean;
close(): void;
_updateTitle(): void;
title(title: string): void;
}
//# sourceMappingURL=PopupWindow.d.ts.map