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 { IPSAppViewUIAction } from '../../app/view/ipsapp-view-uiaction'; import { IPSSysPanelLogic } from './ipssys-panel-logic'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSSysPanelLogicImpl extends PSModelObjectImpl implements IPSSysPanelLogic { get attrName(): string; get codeName(): string; get dynaModelFilePath(): string; get eventArg(): string; get eventArg2(): string; get eventNames(): string; get itemName(): string; get logicName(): string; get logicParam(): string; get logicParam2(): string; get logicTrigger(): 'TIMER' | 'PANELEVENT' | 'CTRLEVENT' | 'ITEMVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'ATTRIBUTE' | 'CUSTOM' | 'VUE_DIRECTIVE'; get logicType(): 'DEUILOGIC' | 'SYSVIEWLOGIC' | 'DEUIACTION' | 'PFPLUGIN' | 'SCRIPT'; 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=pssys-panel-logic-impl.d.ts.map