import { IPSAppDEUILogic } from '../dataentity/ipsapp-deuilogic'; import { IPSAppDataEntity } from '../dataentity/ipsapp-data-entity'; import { IPSAppUILogic } from '../logic/ipsapp-uilogic'; import { IPSAppViewEngine } from './ipsapp-view-engine'; import { IPSAppViewLogic } from './ipsapp-view-logic'; import { IPSAppViewUIAction } from './ipsapp-view-uiaction'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppViewLogicImplBase extends PSModelObjectImpl implements IPSAppViewLogic { get attrName(): string; get codeName(): string; get dynaModelFilePath(): string; get eventArg(): string; get eventArg2(): string; get eventNames(): string; get itemName(): string; get logicParam(): string; get logicParam2(): string; get logicTrigger(): 'TIMER' | 'VIEWEVENT' | 'CTRLEVENT' | 'ITEMVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'ATTRIBUTE' | 'CUSTOM' | 'VUE_DIRECTIVE'; get logicType(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get owner(): IModel; protected psappdeuilogic: IPSAppDEUILogic | null; getPSAppDEUILogic(): IPSAppDEUILogic | null; get psAppDEUILogic(): IPSAppDEUILogic | null; getPSAppDEUILogicMust(): IPSAppDEUILogic; protected psappdataentity: IPSAppDataEntity | null; getPSAppDataEntity(): IPSAppDataEntity | null; get psAppDataEntity(): IPSAppDataEntity | null; getPSAppDataEntityMust(): IPSAppDataEntity; protected psappuilogic: IPSAppUILogic | null; getPSAppUILogic(): IPSAppUILogic | null; get psAppUILogic(): IPSAppUILogic | null; getPSAppUILogicMust(): IPSAppUILogic; protected psappviewengine: IPSAppViewEngine | null; getPSAppViewEngine(): IPSAppViewEngine | null; get psAppViewEngine(): IPSAppViewEngine | null; getPSAppViewEngineMust(): IPSAppViewEngine; protected psappviewlogic: IPSAppViewLogic | null; getPSAppViewLogic(): IPSAppViewLogic | null; get psAppViewLogic(): IPSAppViewLogic | null; getPSAppViewLogicMust(): IPSAppViewLogic; protected psappviewuiaction: IPSAppViewUIAction | null; getPSAppViewUIAction(): IPSAppViewUIAction | null; get psAppViewUIAction(): IPSAppViewUIAction | null; getPSAppViewUIActionMust(): IPSAppViewUIAction; get psViewCtrlName(): string; getPSViewCtrlName(): string; get rTMOSFilePath(): string; get scriptCode(): string; get timer(): number; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get builtinLogic(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-view-logic-impl-base.d.ts.map