import { IPSAppDEUIAction } from '../app/dataentity/ipsapp-deuiaction'; import { IPSAppDEUILogic } from '../app/dataentity/ipsapp-deuilogic'; import { IPSAppDataEntity } from '../app/dataentity/ipsapp-data-entity'; import { IPSAppUILogic } from '../app/logic/ipsapp-uilogic'; import { IPSAppViewEngine } from '../app/view/ipsapp-view-engine'; import { IPSAppViewLogic } from '../app/view/ipsapp-view-logic'; import { IPSControlLogic } from './ipscontrol-logic'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSControlLogicProxy extends PSModelObjectImpl implements IPSControlLogic { get attrName(): string; get codeName(): string; get dynaModelFilePath(): string; get eventArg(): string; get eventArg2(): string; get eventNames(): string; get itemName(): string; get logicTag(): string; get logicType(): 'APPDEUILOGIC' | 'APPDEUIACTION' | 'APPUILOGIC' | 'APPVIEWLOGIC' | 'APPVIEWENGINE' | 'PFPLUGIN' | 'SCRIPT' | 'DEUILOGIC' | 'DEUIACTION' | 'SYSVIEWLOGIC'; get mOSFilePath(): string; get memo(): string; get name(): string; protected psappdeuiaction: IPSAppDEUIAction | null; getPSAppDEUIAction(): IPSAppDEUIAction | null; get psAppDEUIAction(): IPSAppDEUIAction | null; getPSAppDEUIActionMust(): IPSAppDEUIAction; 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; get rTMOSFilePath(): string; get scriptCode(): string; get timer(): number; get triggerType(): 'TIMER' | 'CTRLEVENT' | 'ITEMVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'ATTRIBUTE' | 'CUSTOM' | 'VUE_DIRECTIVE'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pscontrol-logic-proxy.d.ts.map