import { IPSAppDEAction } from '../dataentity/ipsapp-deaction'; import { IPSAppDEField } from '../dataentity/ipsapp-defield'; import { IPSAppDERedirectView } from './ipsapp-deredirect-view'; import { IPSAppViewRef } from './ipsapp-view-ref'; import { PSAppDEViewImpl } from './psapp-deview-impl'; export declare class PSAppDERedirectViewImpl extends PSAppDEViewImpl implements IPSAppDERedirectView { protected getdatapsappdeaction: IPSAppDEAction | null; getGetDataPSAppDEAction(): IPSAppDEAction | null; get getDataPSAppDEAction(): IPSAppDEAction | null; getGetDataPSAppDEActionMust(): IPSAppDEAction; protected redirectpsappviewrefs: IPSAppViewRef[] | null; getRedirectPSAppViewRefs(): IPSAppViewRef[] | null; get redirectPSAppViewRefs(): IPSAppViewRef[] | null; findRedirectPSAppViewRef(objKey: any): IPSAppViewRef | null; protected typepsappdefield: IPSAppDEField | null; getTypePSAppDEField(): IPSAppDEField | null; get typePSAppDEField(): IPSAppDEField | null; getTypePSAppDEFieldMust(): IPSAppDEField; get enableCustomGetDataAction(): boolean; get enableWorkflow(): boolean; get redirectView(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-deredirect-view-impl.d.ts.map