import { IPSAppUILogicRefView } from './ipsapp-uilogic-ref-view'; import { IPSAppUIOpenDataLogic } from './ipsapp-uiopen-data-logic'; import { PSAppUILogicImpl } from './psapp-uilogic-impl'; export declare class BuiltinPSAppUIOpenDataLogicImpl extends PSAppUILogicImpl implements IPSAppUIOpenDataLogic { protected opendatapsappview: IPSAppUILogicRefView | null; getOpenDataPSAppView(): IPSAppUILogicRefView | null; get openDataPSAppView(): IPSAppUILogicRefView | null; getOpenDataPSAppViewMust(): IPSAppUILogicRefView; protected opendatapsappviews: IPSAppUILogicRefView[] | null; getOpenDataPSAppViews(): IPSAppUILogicRefView[] | null; get openDataPSAppViews(): IPSAppUILogicRefView[] | null; findOpenDataPSAppUILogicRefView(objKey: any): IPSAppUILogicRefView | null; get viewLogicType(): string; get editMode(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=builtin-psapp-uiopen-data-logic-impl.d.ts.map