@eclipse-scout/core
Version:
Eclipse Scout runtime
9 lines • 387 B
TypeScript
import { FormMenu, InitModelOf, Popup, TableOrganizerForm, WidgetModel } from '../../index';
export declare class TableOrganizerMenu extends FormMenu {
form: TableOrganizerForm;
protected _jsonModel(): WidgetModel;
init(model: InitModelOf<this>): void;
protected _updateForm(): void;
protected _createPopup(): Popup;
}
//# sourceMappingURL=TableOrganizerMenu.d.ts.map