import { IPSAppView } from '../app/view/ipsapp-view'; import { IPSNavigatable } from './ipsnavigatable'; import { IPSNavigateContext } from './ipsnavigate-context'; import { IPSNavigateParam } from './ipsnavigate-param'; import { PSMDAjaxControlContainerImpl } from './psmdajax-control-container-impl'; import { IPSDERBase } from '../dataentity/der/ipsderbase'; export declare class PSMDAjaxControlContainerImpl2 extends PSMDAjaxControlContainerImpl implements IPSNavigatable { 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=psmdajax-control-container-impl2.d.ts.map