import { IPSAppModule } from '../ipsapp-module'; import { IPSAppCounterRef } from '../control/ipsapp-counter-ref'; import { IPSAppDataEntity } from '../dataentity/ipsapp-data-entity'; import { IPSAppView } from './ipsapp-view'; import { IPSAppViewEngine } from './ipsapp-view-engine'; import { IPSAppViewLogic } from './ipsapp-view-logic'; import { IPSAppViewMsgGroup } from './ipsapp-view-msg-group'; import { IPSAppViewNavContext } from './ipsapp-view-nav-context'; import { IPSAppViewNavParam } from './ipsapp-view-nav-param'; import { IPSAppViewParam } from './ipsapp-view-param'; import { IPSAppViewRef } from './ipsapp-view-ref'; import { IPSAppViewUIAction } from './ipsapp-view-uiaction'; import { IPSControl } from '../../control/ipscontrol'; import { IPSViewLayoutPanel } from '../../control/panel/ipsview-layout-panel'; 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 PSAppViewImpl extends PSModelObjectImpl implements IPSAppView { 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 height(): number; get mOSFilePath(): string; get mainMenuAlign(): 'LEFT' | 'TOP' | 'CENTER' | 'TREEEXP' | 'TABEXP_TOP' | 'TABEXP_LEFT' | 'TABEXP_BOTTOM' | 'TABEXP_RIGHT' | 'NONE'; get memo(): string; get name(): string; get openMode(): 'INDEXVIEWTAB' | 'POPUP' | 'POPUPMODAL' | 'POPUPAPP' | 'DRAWER_LEFT' | 'DRAWER_RIGHT' | 'DRAWER_TOP' | 'DRAWER_BOTTOM' | 'POPOVER' | 'USER' | 'USER2' | 'USER3' | 'USER4'; protected psappcounterrefs: IPSAppCounterRef[] | null; getPSAppCounterRefs(): IPSAppCounterRef[] | null; get psAppCounterRefs(): IPSAppCounterRef[] | null; findPSAppCounterRef(objKey: any): IPSAppCounterRef | null; 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 psappviewengines: IPSAppViewEngine[] | null; getPSAppViewEngines(): IPSAppViewEngine[] | null; get psAppViewEngines(): IPSAppViewEngine[] | null; findPSAppViewEngine(objKey: any): IPSAppViewEngine | null; 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 psappviewuiactions: IPSAppViewUIAction[] | null; getPSAppViewUIActions(): IPSAppViewUIAction[] | null; get psAppViewUIActions(): IPSAppViewUIAction[] | null; findPSAppViewUIAction(objKey: any): IPSAppViewUIAction | null; protected pscontrols: IPSControl[] | null; getPSControls(): IPSControl[] | null; get psControls(): IPSControl[] | null; findPSControl(objKey: any): IPSControl | 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 psviewlayoutpanel: IPSViewLayoutPanel | null; getPSViewLayoutPanel(): IPSViewLayoutPanel | null; get psViewLayoutPanel(): IPSViewLayoutPanel | null; getPSViewLayoutPanelMust(): IPSViewLayoutPanel; get priority(): number; get rTMOSFilePath(): string; get refFlag(): boolean; 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 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 viewStyle(): 'DEFAULT' | 'STYLE2' | 'STYLE3' | 'STYLE4' | 'STYLE5' | 'STYLE6' | 'STYLE7' | 'STYLE8' | 'STYLE9' | 'STYLE10' | 'PREVIEW'; get viewType(): 'APPDATAUPLOADVIEW' | 'APPERRORVIEW' | 'APPFILEUPLOADVIEW' | 'APPFUNCPICKUPVIEW' | 'APPINDEXVIEW' | 'APPLOGINVIEW' | 'APPLOGOUTVIEW' | 'APPPANELVIEW' | 'APPPICUPLOADVIEW' | 'APPPORTALVIEW' | 'APPREDIRECTVIEW' | 'APPSTARTVIEW' | 'APPWELCOMEVIEW' | 'APPWFADDSTEPAFTERVIEW' | 'APPWFADDSTEPBEFOREVIEW' | 'APPWFREDIRECTVIEW' | 'APPWFSENDBACKVIEW' | 'APPWFSTEPACTORVIEW' | 'APPWFSTEPDATAVIEW' | 'APPWFSTEPTRACEVIEW' | 'APPWFSUPPLYINFOVIEW' | 'APPWFTAKEADVICEVIEW' | 'DECALENDAREXPVIEW' | 'DECALENDARVIEW' | 'DECALENDARVIEW9' | 'DECHARTEXPVIEW' | 'DECHARTVIEW' | 'DECHARTVIEW9' | 'DECUSTOMVIEW' | 'DEDATAVIEW' | 'DEDATAVIEW9' | 'DEDATAVIEWEXPVIEW' | 'DEEDITVIEW' | 'DEEDITVIEW2' | 'DEEDITVIEW3' | 'DEEDITVIEW4' | 'DEEDITVIEW9' | 'DEFORMPICKUPDATAVIEW' | 'DEGANTTEXPVIEW' | 'DEGANTTVIEW' | 'DEGANTTVIEW9' | 'DEGRIDEXPVIEW' | 'DEGRIDVIEW' | 'DEGRIDVIEW2' | 'DEGRIDVIEW4' | 'DEGRIDVIEW8' | 'DEGRIDVIEW9' | 'DEHTMLVIEW' | 'DEINDEXPICKUPDATAVIEW' | 'DEINDEXVIEW' | 'DEKANBANVIEW' | 'DEKANBANVIEW9' | 'DELISTEXPVIEW' | 'DELISTVIEW' | 'DELISTVIEW9' | 'DEMAPEXPVIEW' | 'DEMAPVIEW' | 'DEMAPVIEW9' | 'DEMDCUSTOMVIEW' | 'DEMEDITVIEW9' | 'DEMOBCALENDAREXPVIEW' | 'DEMOBCALENDARVIEW' | 'DEMOBCALENDARVIEW9' | 'DEMOBCHARTEXPVIEW' | 'DEMOBCHARTVIEW' | 'DEMOBCHARTVIEW9' | 'DEMOBCUSTOMVIEW' | 'DEMOBDATAVIEW' | 'DEMOBDATAVIEWEXPVIEW' | 'DEMOBEDITVIEW' | 'DEMOBEDITVIEW3' | 'DEMOBEDITVIEW9' | 'DEMOBFORMPICKUPMDVIEW' | 'DEMOBGANTTEXPVIEW' | 'DEMOBGANTTVIEW' | 'DEMOBGANTTVIEW9' | 'DEMOBHTMLVIEW' | 'DEMOBINDEXPICKUPMDVIEW' | 'DEMOBLISTEXPVIEW' | 'DEMOBLISTVIEW' | 'DEMOBMAPEXPVIEW' | 'DEMOBMAPVIEW' | 'DEMOBMAPVIEW9' | 'DEMOBMDVIEW' | 'DEMOBMDVIEW9' | 'DEMOBMEDITVIEW9' | 'DEMOBMPICKUPVIEW' | 'DEMOBOPTVIEW' | 'DEMOBPANELVIEW' | 'DEMOBPANELVIEW9' | 'DEMOBPICKUPLISTVIEW' | 'DEMOBPICKUPMDVIEW' | 'DEMOBPICKUPTREEVIEW' | 'DEMOBPICKUPVIEW' | 'DEMOBPORTALVIEW' | 'DEMOBPORTALVIEW9' | 'DEMOBREDIRECTVIEW' | 'DEMOBREPORTVIEW' | 'DEMOBTABEXPVIEW' | 'DEMOBTABEXPVIEW9' | 'DEMOBTABSEARCHVIEW' | 'DEMOBTABSEARCHVIEW9' | 'DEMOBTREEEXPVIEW' | 'DEMOBTREEEXPVIEW9' | 'DEMOBTREEVIEW' | 'DEMOBWFACTIONVIEW' | 'DEMOBWFDATAREDIRECTVIEW' | 'DEMOBWFDYNAACTIONVIEW' | 'DEMOBWFDYNAEDITVIEW' | 'DEMOBWFDYNAEDITVIEW3' | 'DEMOBWFDYNAEXPMDVIEW' | 'DEMOBWFDYNASTARTVIEW' | 'DEMOBWFEDITVIEW' | 'DEMOBWFEDITVIEW3' | 'DEMOBWFMDVIEW' | 'DEMOBWFPROXYRESULTVIEW' | 'DEMOBWFPROXYSTARTVIEW' | 'DEMOBWFSTARTVIEW' | 'DEMOBWIZARDVIEW' | 'DEMPICKUPVIEW' | 'DEMPICKUPVIEW2' | 'DEOPTVIEW' | 'DEPANELVIEW' | 'DEPANELVIEW9' | 'DEPICKUPDATAVIEW' | 'DEPICKUPGRIDVIEW' | 'DEPICKUPTREEVIEW' | 'DEPICKUPVIEW' | 'DEPICKUPVIEW2' | 'DEPICKUPVIEW3' | 'DEPORTALVIEW' | 'DEPORTALVIEW9' | 'DEREDIRECTVIEW' | 'DEREPORTVIEW' | 'DETABEXPVIEW' | 'DETABEXPVIEW9' | 'DETABSEARCHVIEW' | 'DETABSEARCHVIEW9' | 'DETREEEXPVIEW' | 'DETREEEXPVIEW2' | 'DETREEEXPVIEW3' | 'DETREEGRIDEXVIEW' | 'DETREEGRIDEXVIEW9' | 'DETREEGRIDVIEW' | 'DETREEGRIDVIEW9' | 'DETREEVIEW' | 'DETREEVIEW9' | 'DEWFACTIONVIEW' | 'DEWFDATAREDIRECTVIEW' | 'DEWFDYNAACTIONVIEW' | 'DEWFDYNAEDITVIEW' | 'DEWFDYNAEDITVIEW3' | 'DEWFDYNAEXPGRIDVIEW' | 'DEWFDYNASTARTVIEW' | 'DEWFEDITPROXYDATAVIEW' | 'DEWFEDITVIEW' | 'DEWFEDITVIEW2' | 'DEWFEDITVIEW3' | 'DEWFEDITVIEW9' | 'DEWFEXPVIEW' | 'DEWFGRIDVIEW' | 'DEWFPROXYDATAVIEW' | 'DEWFPROXYRESULTVIEW' | 'DEWFPROXYSTARTVIEW' | 'DEWFSTARTVIEW' | 'DEWIZARDVIEW' | 'DESUBAPPREFVIEW'; 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-view-impl.d.ts.map