import { IPSAppPortlet } from './ipsapp-portlet'; import { IPSAppPortletCat } from './ipsapp-portlet-cat'; import { IPSAppDataEntity } from '../dataentity/ipsapp-data-entity'; import { IPSControl } from '../../control/ipscontrol'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppPortletImpl extends PSModelObjectImpl implements IPSAppPortlet { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psappdataentity: IPSAppDataEntity | null; getPSAppDataEntity(): IPSAppDataEntity | null; get psAppDataEntity(): IPSAppDataEntity | null; getPSAppDataEntityMust(): IPSAppDataEntity; protected psappportletcat: IPSAppPortletCat | null; getPSAppPortletCat(): IPSAppPortletCat | null; get psAppPortletCat(): IPSAppPortletCat | null; getPSAppPortletCatMust(): IPSAppPortletCat; protected pscontrol: IPSControl | null; getPSControl(): IPSControl | null; get psControl(): IPSControl | null; getPSControlMust(): IPSControl; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get enableAppDashboard(): boolean; get enableDEDashboard(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-portlet-impl.d.ts.map