import { IPSEditor } from './ipseditor'; import { IPSEditorItem } from './ipseditor-item'; import { IPSNavigateContext } from './ipsnavigate-context'; import { IPSNavigateParam } from './ipsnavigate-param'; import { IPSNavigateParamContainer } from './ipsnavigate-param-container'; import { IPSSysCss } from '../res/ipssys-css'; import { IPSSysDictCat } from '../res/ipssys-dict-cat'; import { IPSSysPFPlugin } from '../res/ipssys-pfplugin'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSEditorImpl extends PSModelObjectImpl implements IPSEditor, IPSNavigateParamContainer { get codeName(): string; get cssStyle(): string; get dynaClass(): string; get dynaModelFilePath(): string; get editorHeight(): number; get editorParams(): IModel; get editorStyle(): string; get editorType(): string; get editorWidth(): number; get mOSFilePath(): string; get memo(): string; get name(): string; get objectIdField(): string; get objectNameField(): string; get objectValueField(): string; protected pseditoritems: IPSEditorItem[] | null; getPSEditorItems(): IPSEditorItem[] | null; get psEditorItems(): IPSEditorItem[] | null; findPSEditorItem(objKey: any): IPSEditorItem | null; 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 pssyscss: IPSSysCss | null; getPSSysCss(): IPSSysCss | null; get psSysCss(): IPSSysCss | null; getPSSysCssMust(): IPSSysCss; protected pssysdictcat: IPSSysDictCat | null; getPSSysDictCat(): IPSSysDictCat | null; get psSysDictCat(): IPSSysDictCat | null; getPSSysDictCatMust(): IPSSysDictCat; protected pssyspfplugin: IPSSysPFPlugin | null; getPSSysPFPlugin(): IPSSysPFPlugin | null; get psSysPFPlugin(): IPSSysPFPlugin | null; getPSSysPFPluginMust(): IPSSysPFPlugin; get placeHolder(): string; get predefinedType(): string; get rTMOSFilePath(): string; get textSeparator(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get valueSeparator(): string; get valueType(): 'SIMPLE' | 'SIMPLES' | 'OBJECT' | 'OBJECTS' | 'USER' | 'USER2'; get disabled(): boolean; get editable(): boolean; get readOnly(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pseditor-impl.d.ts.map