import { IPSAppDEAction } from '../dataentity/ipsapp-deaction'; import { IPSAppUILogicRefView } from './ipsapp-uilogic-ref-view'; import { IPSAppUINewDataLogic } from './ipsapp-uinew-data-logic'; import { PSAppUILogicImpl } from './psapp-uilogic-impl'; export declare class BuiltinPSAppUINewDataLogicImpl extends PSAppUILogicImpl implements IPSAppUINewDataLogic { get actionAfterWizard(): string; protected batchaddpsappdeaction: IPSAppDEAction | null; getBatchAddPSAppDEAction(): IPSAppDEAction | null; get batchAddPSAppDEAction(): IPSAppDEAction | null; getBatchAddPSAppDEActionMust(): IPSAppDEAction; protected batchaddpsappviews: IPSAppUILogicRefView[] | null; getBatchAddPSAppViews(): IPSAppUILogicRefView[] | null; get batchAddPSAppViews(): IPSAppUILogicRefView[] | null; findBatchAddPSAppUILogicRefView(objKey: any): IPSAppUILogicRefView | null; protected newdatapsappview: IPSAppUILogicRefView | null; getNewDataPSAppView(): IPSAppUILogicRefView | null; get newDataPSAppView(): IPSAppUILogicRefView | null; getNewDataPSAppViewMust(): IPSAppUILogicRefView; protected newdatapsappviews: IPSAppUILogicRefView[] | null; getNewDataPSAppViews(): IPSAppUILogicRefView[] | null; get newDataPSAppViews(): IPSAppUILogicRefView[] | null; findNewDataPSAppUILogicRefView(objKey: any): IPSAppUILogicRefView | null; get viewLogicType(): string; protected wizardpsappview: IPSAppUILogicRefView | null; getWizardPSAppView(): IPSAppUILogicRefView | null; get wizardPSAppView(): IPSAppUILogicRefView | null; getWizardPSAppViewMust(): IPSAppUILogicRefView; get batchAddOnly(): boolean; get enableBatchAdd(): boolean; get enableWizardAdd(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=builtin-psapp-uinew-data-logic-impl.d.ts.map