import { IPSAppView } from './ipsapp-view'; import { IPSAppViewRef } from './ipsapp-view-ref'; import { IPSNavigateContext } from '../../control/ipsnavigate-context'; import { IPSNavigateParam } from '../../control/ipsnavigate-param'; import { IPSLanguageRes } from '../../res/ipslanguage-res'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppViewRefImpl extends PSModelObjectImpl implements IPSAppViewRef { get codeName(): string; get dynaModelFilePath(): string; get height(): number; get mOSFilePath(): string; get memo(): string; get name(): string; get openMode(): string; get owner(): 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 parentDataJO(): IModel; get rTMOSFilePath(): string; get realOpenMode(): string; get realTitle(): string; protected realtitlepslanguageres: IPSLanguageRes | null; getRealTitlePSLanguageRes(): IPSLanguageRes | null; get realTitlePSLanguageRes(): IPSLanguageRes | null; getRealTitlePSLanguageResMust(): IPSLanguageRes; protected refpsappview: IPSAppView | null; getRefPSAppView(): IPSAppView | null; get refPSAppView(): IPSAppView | null; getRefPSAppViewMust(): IPSAppView; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get viewParamJO(): IModel; get width(): number; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-view-ref-impl.d.ts.map