import { IPSAppCounter } from '../../app/control/ipsapp-counter'; import { IPSAppDEMethod } from '../../app/dataentity/ipsapp-demethod'; import { IPSAppDataEntity } from '../../app/dataentity/ipsapp-data-entity'; import { IPSAppView } from '../../app/view/ipsapp-view'; import { IPSAppWF } from '../../app/wf/ipsapp-wf'; import { IPSAppWFUIAction } from '../../app/wf/ipsapp-wfuiaction'; import { IPSAppWFVer } from '../../app/wf/ipsapp-wfver'; import { IPSNavigateContext } from '../../control/ipsnavigate-context'; import { IPSNavigateParam } from '../../control/ipsnavigate-param'; import { IPSLanguageRes } from '../../res/ipslanguage-res'; import { IPSSysImage } from '../../res/ipssys-image'; import { IPSSysPFPlugin } from '../../res/ipssys-pfplugin'; import { IPSUIAction } from '../../view/ipsuiaction'; import { IPSWorkflow } from '../ipsworkflow'; import { IPSWFUIAction } from './ipswfuiaction'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSWFUIActionImpl extends PSModelObjectImpl implements IPSWFUIAction, IPSAppWFUIAction { get actionLevel(): 50 | 100 | 200 | 250; get actionTarget(): 'SINGLEDATA' | 'SINGLEKEY' | 'MULTIDATA' | 'MULTIKEY' | 'NONE'; protected cmpslanguageres: IPSLanguageRes | null; getCMPSLanguageRes(): IPSLanguageRes | null; get cMPSLanguageRes(): IPSLanguageRes | null; getCMPSLanguageResMust(): IPSLanguageRes; protected cappslanguageres: IPSLanguageRes | null; getCapPSLanguageRes(): IPSLanguageRes | null; get capPSLanguageRes(): IPSLanguageRes | null; getCapPSLanguageResMust(): IPSLanguageRes; get caption(): string; get codeName(): string; get confirmMsg(): string; get contextJOString(): string; get counterId(): string; get dataAccessAction(): string; get dialogResult(): 'OK' | 'CANCEL' | 'YES' | 'NO'; get dynaModelFilePath(): string; protected frontpsappview: IPSAppView | null; getFrontPSAppView(): IPSAppView | null; get frontPSAppView(): IPSAppView | null; getFrontPSAppViewMust(): IPSAppView; get frontProcessType(): 'WIZARD' | 'TOP' | 'PRINT' | 'DATAIMP' | 'DATAEXP' | 'OPENHTMLPAGE' | 'OTHER'; get fullCodeName(): string; get htmlPageUrl(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected nextpsuiaction: IPSUIAction | null; getNextPSUIAction(): IPSUIAction | null; get nextPSUIAction(): IPSUIAction | null; getNextPSUIActionMust(): IPSUIAction; protected psappcounter: IPSAppCounter | null; getPSAppCounter(): IPSAppCounter | null; get psAppCounter(): IPSAppCounter | null; getPSAppCounterMust(): IPSAppCounter; protected psappdemethod: IPSAppDEMethod | null; getPSAppDEMethod(): IPSAppDEMethod | null; get psAppDEMethod(): IPSAppDEMethod | null; getPSAppDEMethodMust(): IPSAppDEMethod; protected psappdataentity: IPSAppDataEntity | null; getPSAppDataEntity(): IPSAppDataEntity | null; get psAppDataEntity(): IPSAppDataEntity | null; getPSAppDataEntityMust(): IPSAppDataEntity; 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; 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 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 psworkflow: IPSWorkflow | null; getPSWorkflow(): IPSWorkflow | null; get psWorkflow(): IPSWorkflow | null; getPSWorkflowMust(): IPSWorkflow; get paramItem(): string; get predefinedType(): string; get rTMOSFilePath(): string; get refreshMode(): 0 | 1 | 2 | 3; protected smpslanguageres: IPSLanguageRes | null; getSMPSLanguageRes(): IPSLanguageRes | null; get sMPSLanguageRes(): IPSLanguageRes | null; getSMPSLanguageResMust(): IPSLanguageRes; get scriptCode(): string; get successMsg(): string; get textItem(): string; get timeout(): number; get tooltip(): string; protected tooltippslanguageres: IPSLanguageRes | null; getTooltipPSLanguageRes(): IPSLanguageRes | null; get tooltipPSLanguageRes(): IPSLanguageRes | null; getTooltipPSLanguageResMust(): IPSLanguageRes; get uIActionMode(): 'SYS' | 'FRONT' | 'BACKEND' | 'WFFRONT' | 'WFBACKEND' | 'CUSTOM'; get uIActionParamJO(): IModel; get uIActionTag(): string; get uIActionType(): string; get uILogicAttachMode(): 'REPLACE' | 'AFTER'; get uILogicType(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get valueItem(): string; get closeEditView(): boolean; get closePopupView(): boolean; get enableConfirm(): boolean; get enableRuntimeModel(): boolean; get enableToggleMode(): boolean; get group(): boolean; get reloadData(): boolean; get saveTargetFirst(): boolean; get showBusyIndicator(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pswfuiaction-impl.d.ts.map