@eclipse-scout/core
Version:
Eclipse Scout runtime
17 lines • 708 B
TypeScript
import { Action, MobilePopupModel, Point, PopupAlignment, PopupLayout, WidgetPopup } from '../index';
export declare class MobilePopup extends WidgetPopup implements MobilePopupModel {
model: MobilePopupModel;
title: string;
$header: JQuery;
$title: JQuery;
constructor();
protected _createLayout(): PopupLayout;
protected _createCloseAction(): Action;
prefLocation(verticalAlignment?: PopupAlignment, horizontalAlignment?: PopupAlignment): Point;
protected _render(): void;
protected _renderProperties(): void;
protected _renderContent(): void;
protected _renderClosable(): void;
protected _renderTitle(): void;
}
//# sourceMappingURL=MobilePopup.d.ts.map