import { IPSAppDEACMode } from '../../app/dataentity/ipsapp-deacmode'; import { IPSAppDEDataSet } from '../../app/dataentity/ipsapp-dedata-set'; import { IPSAppDataEntity } from '../../app/dataentity/ipsapp-data-entity'; import { IPSAppView } from '../../app/view/ipsapp-view'; import { IPSAutoComplete } from './ipsauto-complete'; import { IPSPickerEditor } from './ipspicker-editor'; import { PSValueItemEditorImpl } from './psvalue-item-editor-impl'; import { IPSUIActionGroup } from '../../view/ipsuiaction-group'; export declare class PSPickerEditorImpl extends PSValueItemEditorImpl implements IPSPickerEditor, IPSAutoComplete { get aCMinChars(): number; get contextJOString(): string; get handlerType(): string; get itemParamJO(): IModel; protected psappdeacmode: IPSAppDEACMode | null; getPSAppDEACMode(): IPSAppDEACMode | null; get psAppDEACMode(): IPSAppDEACMode | null; getPSAppDEACModeMust(): IPSAppDEACMode; protected psappdedataset: IPSAppDEDataSet | null; getPSAppDEDataSet(): IPSAppDEDataSet | null; get psAppDEDataSet(): IPSAppDEDataSet | null; getPSAppDEDataSetMust(): IPSAppDEDataSet; protected psappdataentity: IPSAppDataEntity | null; getPSAppDataEntity(): IPSAppDataEntity | null; get psAppDataEntity(): IPSAppDataEntity | null; getPSAppDataEntityMust(): IPSAppDataEntity; protected psuiactiongroup: IPSUIActionGroup | null; getPSUIActionGroup(): IPSUIActionGroup | null; get psUIActionGroup(): IPSUIActionGroup | null; getPSUIActionGroupMust(): IPSUIActionGroup; get paramJOString(): string; protected pickuppsappview: IPSAppView | null; getPickupPSAppView(): IPSAppView | null; get pickupPSAppView(): IPSAppView | null; getPickupPSAppViewMust(): IPSAppView; get enableAC(): boolean; get enablePickupView(): boolean; get forceSelection(): boolean; get showTrigger(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pspicker-editor-impl.d.ts.map