import { IPSDEFFormItem } from './ipsdefform-item'; import { IPSDataEntity } from '../../dataentity/ipsdata-entity'; import { IPSDEACMode } from '../../dataentity/ac/ipsdeacmode'; import { IPSDEDataSet } from '../../dataentity/ds/ipsdedata-set'; import { IPSLanguageRes } from '../../res/ipslanguage-res'; import { IPSSysImage } from '../../res/ipssys-image'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEFFormItemImpl extends PSModelObjectImpl implements IPSDEFFormItem { protected cappslanguageres: IPSLanguageRes | null; getCapPSLanguageRes(): IPSLanguageRes | null; get capPSLanguageRes(): IPSLanguageRes | null; getCapPSLanguageResMust(): IPSLanguageRes; get codeName(): string; get dynaModelFilePath(): string; get editorHeight(): number; get editorParams(): IModel; get editorStyle(): string; get editorType(): string; get editorWidth(): number; get mOSFilePath(): string; get maxValueString(): string; get memo(): string; get minStringLength(): number; get minValueString(): string; get name(): string; get originCaption(): string; get outputCodeListConfigMode(): 0 | 1 | 2; protected phpslanguageres: IPSLanguageRes | null; getPHPSLanguageRes(): IPSLanguageRes | null; get pHPSLanguageRes(): IPSLanguageRes | null; getPHPSLanguageResMust(): IPSLanguageRes; protected pssysimage: IPSSysImage | null; getPSSysImage(): IPSSysImage | null; get psSysImage(): IPSSysImage | null; getPSSysImageMust(): IPSSysImage; get placeHolder(): string; get precision(): number; get rTMOSFilePath(): string; get refLinkPSDEViewCodeName(): string; get refMPickupPSDEViewCodeName(): string; protected refpsdeacmode: IPSDEACMode | null; getRefPSDEACMode(): IPSDEACMode | null; get refPSDEACMode(): IPSDEACMode | null; getRefPSDEACModeMust(): IPSDEACMode; protected refpsdedataset: IPSDEDataSet | null; getRefPSDEDataSet(): IPSDEDataSet | null; get refPSDEDataSet(): IPSDEDataSet | null; getRefPSDEDataSetMust(): IPSDEDataSet; protected refpsdataentity: IPSDataEntity | null; getRefPSDataEntity(): IPSDataEntity | null; get refPSDataEntity(): IPSDataEntity | null; getRefPSDataEntityMust(): IPSDataEntity; get refPickupPSDEViewCodeName(): string; get stringLength(): number; get uIMode(): 'DEFAULT' | 'CUSTOM' | 'MOBILEDEFAULT' | 'APPDEFAULT' | 'MODE1' | 'MODE2' | 'MODE3' | 'MODE4' | 'MODE5' | 'MODE6' | 'MODE7' | 'MODE8' | 'MODE9'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get valueFormat(): string; get allowEmpty(): boolean; get mobileMode(): boolean; get needCodeListConfig(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdefform-item-impl.d.ts.map