import { IPSAppModule } from '../ipsapp-module'; import { IPSAppCounterRef } from '../control/ipsapp-counter-ref'; import { IPSAppDataEntity } from '../dataentity/ipsapp-data-entity'; import { IPSAppUILogicRefView } from './ipsapp-uilogic-ref-view'; import { IPSAppView } from '../view/ipsapp-view'; import { IPSAppViewLogic } from '../view/ipsapp-view-logic'; import { IPSAppViewMsgGroup } from '../view/ipsapp-view-msg-group'; import { IPSAppViewNavContext } from '../view/ipsapp-view-nav-context'; import { IPSAppViewNavParam } from '../view/ipsapp-view-nav-param'; import { IPSAppViewParam } from '../view/ipsapp-view-param'; import { IPSAppViewRef } from '../view/ipsapp-view-ref'; import { IPSControl } from '../../control/ipscontrol'; import { IPSNavigateContext } from '../../control/ipsnavigate-context'; import { IPSNavigateParam } from '../../control/ipsnavigate-param'; import { IPSLanguageRes } from '../../res/ipslanguage-res'; import { IPSSysCss } from '../../res/ipssys-css'; import { IPSSysImage } from '../../res/ipssys-image'; import { IPSSysPFPlugin } from '../../res/ipssys-pfplugin'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppUILogicRefViewImpl extends PSModelObjectImpl implements IPSAppUILogicRefView { get accUserMode(): 0 | 2 | 3 | 4; get accessKey(): string; protected cappslanguageres: IPSLanguageRes | null; getCapPSLanguageRes(): IPSLanguageRes | null; get capPSLanguageRes(): IPSLanguageRes | null; getCapPSLanguageResMust(): IPSLanguageRes; get caption(): string; get codeName(): string; get dynaModelFilePath(): string; get fullCodeName(): string; 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 mOSFilePath(): string; get mainMenuAlign(): string; get memo(): string; get name(): string; get openMode(): string; protected psappcounterref: IPSAppCounterRef | null; getPSAppCounterRef(): IPSAppCounterRef | null; get psAppCounterRef(): IPSAppCounterRef | null; getPSAppCounterRefMust(): IPSAppCounterRef; protected psappdataentity: IPSAppDataEntity | null; getPSAppDataEntity(): IPSAppDataEntity | null; get psAppDataEntity(): IPSAppDataEntity | null; getPSAppDataEntityMust(): IPSAppDataEntity; protected psappmodule: IPSAppModule | null; getPSAppModule(): IPSAppModule | null; get psAppModule(): IPSAppModule | null; getPSAppModuleMust(): IPSAppModule; protected psappviewlogics: IPSAppViewLogic[] | null; getPSAppViewLogics(): IPSAppViewLogic[] | null; get psAppViewLogics(): IPSAppViewLogic[] | null; findPSAppViewLogic(objKey: any): IPSAppViewLogic | null; protected psappviewmsggroup: IPSAppViewMsgGroup | null; getPSAppViewMsgGroup(): IPSAppViewMsgGroup | null; get psAppViewMsgGroup(): IPSAppViewMsgGroup | null; getPSAppViewMsgGroupMust(): IPSAppViewMsgGroup; protected psappviewnavcontexts: IPSAppViewNavContext[] | null; getPSAppViewNavContexts(): IPSAppViewNavContext[] | null; get psAppViewNavContexts(): IPSAppViewNavContext[] | null; findPSAppViewNavContext(objKey: any): IPSAppViewNavContext | null; protected psappviewnavparams: IPSAppViewNavParam[] | null; getPSAppViewNavParams(): IPSAppViewNavParam[] | null; get psAppViewNavParams(): IPSAppViewNavParam[] | null; findPSAppViewNavParam(objKey: any): IPSAppViewNavParam | null; protected psappviewparams: IPSAppViewParam[] | null; getPSAppViewParams(): IPSAppViewParam[] | null; get psAppViewParams(): IPSAppViewParam[] | null; findPSAppViewParam(objKey: any): IPSAppViewParam | null; protected psappviewrefs: IPSAppViewRef[] | null; getPSAppViewRefs(): IPSAppViewRef[] | null; get psAppViewRefs(): IPSAppViewRef[] | null; findPSAppViewRef(objKey: any): IPSAppViewRef | null; protected pscontrols: IPSControl[] | null; getPSControls(): IPSControl[] | null; get psControls(): IPSControl[] | null; findPSControl(objKey: any): IPSControl | null; get psDEViewCodeName(): string; getPSDEViewCodeName(): string; get psDEViewId(): string; getPSDEViewId(): string; protected psnavigatecontexts: IPSNavigateContext[] | null; getPSNavigateContexts(): IPSNavigateContext[] | null; get psNavigateContexts(): IPSNavigateContext[] | null; findPSNavigateContext(objKey: any): IPSNavigateContext | null; protected psnavigateparams: IPSNavigateParam[] | null; getPSNavigateParams(): IPSNavigateParam[] | null; get psNavigateParams(): IPSNavigateParam[] | null; findPSNavigateParam(objKey: any): IPSNavigateParam | null; protected pssyscss: IPSSysCss | null; getPSSysCss(): IPSSysCss | null; get psSysCss(): IPSSysCss | null; getPSSysCssMust(): IPSSysCss; protected pssysimage: IPSSysImage | null; getPSSysImage(): IPSSysImage | null; get psSysImage(): IPSSysImage | null; getPSSysImageMust(): IPSSysImage; protected pssyspfplugin: IPSSysPFPlugin | null; getPSSysPFPlugin(): IPSSysPFPlugin | null; get psSysPFPlugin(): IPSSysPFPlugin | null; getPSSysPFPluginMust(): IPSSysPFPlugin; protected parentpsappdataentity: IPSAppDataEntity | null; getParentPSAppDataEntity(): IPSAppDataEntity | null; get parentPSAppDataEntity(): IPSAppDataEntity | null; getParentPSAppDataEntityMust(): IPSAppDataEntity; get priority(): number; get rTMOSFilePath(): string; get refFlag(): boolean; get refMode(): string; protected refpsappview: IPSAppView | null; getRefPSAppView(): IPSAppView | null; get refPSAppView(): IPSAppView | null; getRefPSAppViewMust(): IPSAppView; 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 userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get viewType(): string; get width(): number; get enableDP(): boolean; get enableWF(): boolean; get pickupMode(): boolean; get redirectView(): boolean; get showCaptionBar(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-uilogic-ref-view-impl.d.ts.map