import { IPSAppCodeList } from '../../app/codelist/ipsapp-code-list'; import { IPSAppDEField } from '../../app/dataentity/ipsapp-defield'; import { IPSAppView } from '../../app/view/ipsapp-view'; import { IPSEditor } from '../ipseditor'; import { IPSDEGridEditItem } from './ipsdegrid-edit-item'; import { IPSDEGridEditItemUpdate } from './ipsdegrid-edit-item-update'; import { IPSDEGridFieldColumn } from './ipsdegrid-field-column'; import { PSDEGridColumnImpl } from './psdegrid-column-impl'; import { IPSDEUIAction } from '../../dataentity/uiaction/ipsdeuiaction'; export declare class PSDEGridFieldColumnImpl extends PSDEGridColumnImpl implements IPSDEGridFieldColumn, IPSDEGridEditItem { get cLConvertMode(): 'NONE' | 'FRONT' | 'BACKEND'; get createDV(): string; get createDVT(): 'SESSION' | 'APPLICATION' | 'UNIQUEID' | 'CONTEXT' | 'PARAM' | 'OPERATOR' | 'OPERATORNAME' | 'CURTIME' | 'APPDATA'; get dataItemName(): string; get enableCond(): 0 | 1 | 2 | 3; get excelCaption(): string; protected filterpseditor: IPSEditor | null; getFilterPSEditor(): IPSEditor | null; get filterPSEditor(): IPSEditor | null; getFilterPSEditorMust(): IPSEditor; get groupItem(): string; get ignoreInput(): 0 | 1 | 2 | 3; protected linkpsappview: IPSAppView | null; getLinkPSAppView(): IPSAppView | null; get linkPSAppView(): IPSAppView | null; getLinkPSAppViewMust(): IPSAppView; get linkValueItem(): string; get objectIdField(): string; get objectNameField(): string; get objectValueField(): string; get outputCodeListConfigMode(): 0 | 1 | 2; protected psappcodelist: IPSAppCodeList | null; getPSAppCodeList(): IPSAppCodeList | null; get psAppCodeList(): IPSAppCodeList | null; getPSAppCodeListMust(): IPSAppCodeList; 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 psdeuiaction: IPSDEUIAction | null; getPSDEUIAction(): IPSDEUIAction | null; get psDEUIAction(): IPSDEUIAction | null; getPSDEUIActionMust(): IPSDEUIAction; protected pseditor: IPSEditor | null; getPSEditor(): IPSEditor | null; get psEditor(): IPSEditor | null; getPSEditorMust(): IPSEditor; get resetItemName(): string; get textSeparator(): string; get treeColumnMode(): 0 | 1 | 2 | 3 | 8 | 4 | 12; get unitName(): string; get unitNameWidth(): number; get updateDV(): string; get updateDVT(): 'SESSION' | 'APPLICATION' | 'UNIQUEID' | 'CONTEXT' | 'PARAM' | 'OPERATOR' | 'OPERATORNAME' | 'CURTIME' | 'APPDATA'; get valueFormat(): string; get valueItemName(): string; get valueSeparator(): string; get valueType(): 'SIMPLE' | 'SIMPLES' | 'OBJECT' | 'OBJECTS' | 'USER' | 'USER2'; get allowEmpty(): boolean; get convertToCodeItemText(): boolean; get enableItemPriv(): boolean; get enableLinkView(): boolean; get enableRowEdit(): boolean; get enableUnitName(): boolean; get needCodeListConfig(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdegrid-field-column-impl.d.ts.map