import { IPSAppCounterRef } from '../control/ipsapp-counter-ref'; import { IPSAppDERS } from '../dataentity/ipsapp-ders'; import { IPSAppDataEntity } from '../dataentity/ipsapp-data-entity'; import { IPSAppDEView } from './ipsapp-deview'; import { IPSAppDEWFActionView } from './ipsapp-dewfaction-view'; import { IPSAppDEWFView } from './ipsapp-dewfview'; import { PSAppViewImpl } from './psapp-view-impl'; import { IPSAppWF } from '../wf/ipsapp-wf'; import { IPSAppWFVer } from '../wf/ipsapp-wfver'; import { IPSLanguageRes } from '../../res/ipslanguage-res'; import { IPSWFVersion } from '../../wf/ipswfversion'; import { IPSWorkflow } from '../../wf/ipsworkflow'; export declare class PSAppDEViewImpl extends PSAppViewImpl implements IPSAppDEView, IPSAppDEWFView, IPSAppDEWFActionView { /** * 获取应用实体视图的关系集合 */ protected psappderspaths: IPSAppDERS[][] | null; getPSAppDERSPaths(): IPSAppDERS[][] | null; /** * 获取应用实体视图的关系集合 */ get psAppDERSPaths(): IPSAppDERS[][] | null; get accUserMode(): 0 | 2 | 3 | 4; protected cappslanguageres: IPSLanguageRes | null; getCapPSLanguageRes(): IPSLanguageRes | null; get capPSLanguageRes(): IPSLanguageRes | null; getCapPSLanguageResMust(): IPSLanguageRes; get caption(): string; get extendMode(): 0 | 2; get funcViewMode(): 'PICKUPVIEW' | 'EDITVIEW' | 'MAINVIEW' | 'INDEXDEPICKUPVIEW' | 'FORMPICKUPVIEW' | 'MPICKUPVIEW' | 'MDATAVIEW' | 'WFEDITVIEW' | 'WFMDATAVIEW' | 'WFSTARTVIEW' | 'WFACTIONVIEW' | 'WFUTILACTIONVIEW' | 'REDIRECTVIEW' | 'MOBPICKUPVIEW' | 'MOBEDITVIEW' | 'MOBMAINVIEW' | 'MOBINDEXDEPICKUPVIEW' | 'MOBFORMPICKUPVIEW' | 'MOBMPICKUPVIEW' | 'MOBMDATAVIEW' | 'MOBWFEDITVIEW' | 'MOBWFMDATAVIEW' | 'MOBWFSTARTVIEW' | 'MOBWFACTIONVIEW' | 'MOBWFUTILACTIONVIEW' | 'MOBREDIRECTVIEW'; get funcViewParam(): string; get height(): number; get openMode(): 'INDEXVIEWTAB' | 'POPUP' | 'POPUPMODAL' | 'POPUPAPP' | 'DRAWER_LEFT' | 'DRAWER_RIGHT' | 'DRAWER_TOP' | 'DRAWER_BOTTOM' | 'POPOVER' | 'USER' | 'USER2' | 'USER3' | 'USER4'; protected psappcounterref: IPSAppCounterRef | null; getPSAppCounterRef(): IPSAppCounterRef | null; get psAppCounterRef(): IPSAppCounterRef | null; getPSAppCounterRefMust(): IPSAppCounterRef; protected psappwf: IPSAppWF | null; getPSAppWF(): IPSAppWF | null; get psAppWF(): IPSAppWF | null; getPSAppWFMust(): IPSAppWF; protected psappwfver: IPSAppWFVer | null; getPSAppWFVer(): IPSAppWFVer | null; get psAppWFVer(): IPSAppWFVer | null; getPSAppWFVerMust(): IPSAppWFVer; get psDEViewCodeName(): string; getPSDEViewCodeName(): string; get psDEViewId(): string; getPSDEViewId(): string; protected pswfversion: IPSWFVersion | null; getPSWFVersion(): IPSWFVersion | null; get psWFVersion(): IPSWFVersion | null; getPSWFVersionMust(): IPSWFVersion; protected psworkflow: IPSWorkflow | null; getPSWorkflow(): IPSWorkflow | null; get psWorkflow(): IPSWorkflow | null; getPSWorkflowMust(): IPSWorkflow; protected parentpsappdataentity: IPSAppDataEntity | null; getParentPSAppDataEntity(): IPSAppDataEntity | null; get parentPSAppDataEntity(): IPSAppDataEntity | null; getParentPSAppDataEntityMust(): IPSAppDataEntity; protected subcappslanguageres: IPSLanguageRes | null; getSubCapPSLanguageRes(): IPSLanguageRes | null; get subCapPSLanguageRes(): IPSLanguageRes | null; getSubCapPSLanguageResMust(): IPSLanguageRes; get subCaption(): string; get tempMode(): 0 | 1 | 2; get title(): string; protected titlepslanguageres: IPSLanguageRes | null; getTitlePSLanguageRes(): IPSLanguageRes | null; get titlePSLanguageRes(): IPSLanguageRes | null; getTitlePSLanguageResMust(): IPSLanguageRes; get wFStepValue(): string; get wFUtilType(): 'SENDBACK' | 'SUPPLYINFO' | 'ADDSTEPBEFORE' | 'ADDSTEPAFTER' | 'TAKEADVICE' | 'SENDCOPY' | 'REASSIGN' | 'USERACTION' | 'USERACTION2' | 'USERACTION3' | 'USERACTION4' | 'USERACTION5' | 'USERACTION6'; get width(): number; get enableDP(): boolean; get enableWF(): boolean; get showCaptionBar(): boolean; get wFIAMode(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-deview-impl.d.ts.map