import { IPSSubAppRef } from './ipssub-app-ref'; import { IPSAppMenuModel } from './appmenu/ipsapp-menu-model'; import { IPSAppDEUIActionGroup } from './dataentity/ipsapp-deuiaction-group'; import { IPSAppView } from './view/ipsapp-view'; import { IPSControl } from '../control/ipscontrol'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSubAppRefImpl extends PSModelObjectImpl implements IPSSubAppRef { protected allpsappdeuiactiongroups: IPSAppDEUIActionGroup[] | null; getAllPSAppDEUIActionGroups(): IPSAppDEUIActionGroup[] | null; get allPSAppDEUIActionGroups(): IPSAppDEUIActionGroup[] | null; findPSAppDEUIActionGroup(objKey: any): IPSAppDEUIActionGroup | null; protected allpsappviews: IPSAppView[] | null; getAllPSAppViews(): IPSAppView[] | null; get allPSAppViews(): IPSAppView[] | null; findPSAppView(objKey: any): IPSAppView | null; protected allpsdedrcontrols: IPSControl[] | null; getAllPSDEDRControls(): IPSControl[] | null; get allPSDEDRControls(): IPSControl[] | null; findPSControl(objKey: any): IPSControl | null; get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get modelStamp(): string; get name(): string; protected psappmenumodel: IPSAppMenuModel | null; getPSAppMenuModel(): IPSAppMenuModel | null; get psAppMenuModel(): IPSAppMenuModel | null; getPSAppMenuModelMust(): IPSAppMenuModel; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssub-app-ref-impl.d.ts.map