import { IPSAppDEField } from '../../app/dataentity/ipsapp-defield'; import { IPSEditor } from '../ipseditor'; import { IPSDEGridEditItem } from './ipsdegrid-edit-item'; import { IPSDEGridEditItemUpdate } from './ipsdegrid-edit-item-update'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class HiddenPSDEGridEditItemImpl extends PSModelObjectImpl implements IPSDEGridEditItem { get caption(): string; get codeName(): string; get createDV(): string; get createDVT(): 'SESSION' | 'APPLICATION' | 'UNIQUEID' | 'CONTEXT' | 'PARAM' | 'OPERATOR' | 'OPERATORNAME' | 'CURTIME' | 'APPDATA'; get dynaModelFilePath(): string; get enableCond(): 0 | 1 | 2 | 3; get ignoreInput(): 0 | 1 | 2 | 3; get mOSFilePath(): string; get memo(): string; get name(): string; get outputCodeListConfigMode(): 0 | 1 | 2; protected psappdefield: IPSAppDEField | null; getPSAppDEField(): IPSAppDEField | null; get psAppDEField(): IPSAppDEField | null; getPSAppDEFieldMust(): IPSAppDEField; protected psdegridedititemupdate: IPSDEGridEditItemUpdate | null; getPSDEGridEditItemUpdate(): IPSDEGridEditItemUpdate | null; get psDEGridEditItemUpdate(): IPSDEGridEditItemUpdate | null; getPSDEGridEditItemUpdateMust(): IPSDEGridEditItemUpdate; protected pseditor: IPSEditor | null; getPSEditor(): IPSEditor | null; get psEditor(): IPSEditor | null; getPSEditorMust(): IPSEditor; get rTMOSFilePath(): string; get resetItemName(): string; get unitName(): string; get unitNameWidth(): number; get updateDV(): string; get updateDVT(): 'SESSION' | 'APPLICATION' | 'UNIQUEID' | 'CONTEXT' | 'PARAM' | 'OPERATOR' | 'OPERATORNAME' | 'CURTIME' | 'APPDATA'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get valueItemName(): string; get allowEmpty(): boolean; get convertToCodeItemText(): boolean; get enableUnitName(): boolean; get needCodeListConfig(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=hidden-psdegrid-edit-item-impl.d.ts.map