import { IPSAppView } from '../app/view/ipsapp-view'; import { IPSControlObjectNavigatable } from './ipscontrol-object-navigatable'; import { IPSNavigateContext } from './ipsnavigate-context'; import { IPSNavigateParam } from './ipsnavigate-param'; import { PSControlObjectImpl } from './pscontrol-object-impl'; import { IPSDERBase } from '../dataentity/der/ipsderbase'; export declare class PSControlObjectImpl2 extends PSControlObjectImpl implements IPSControlObjectNavigatable { get navFilter(): string; protected navpsappview: IPSAppView | null; getNavPSAppView(): IPSAppView | null; get navPSAppView(): IPSAppView | null; getNavPSAppViewMust(): IPSAppView; protected navpsder: IPSDERBase | null; getNavPSDER(): IPSDERBase | null; get navPSDER(): IPSDERBase | null; getNavPSDERMust(): IPSDERBase; get navViewParamJO(): IModel; protected psnavigatecontexts: IPSNavigateContext[] | null; getPSNavigateContexts(): IPSNavigateContext[] | null; get psNavigateContexts(): IPSNavigateContext[] | null; findPSNavigateContext(objKey: any): IPSNavigateContext | null; protected psnavigateparams: IPSNavigateParam[] | null; getPSNavigateParams(): IPSNavigateParam[] | null; get psNavigateParams(): IPSNavigateParam[] | null; findPSNavigateParam(objKey: any): IPSNavigateParam | null; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pscontrol-object-impl2.d.ts.map