Uses of Interface
com._1c.g5.aef2.mappers.IMapper
Packages that use IMapper
Package
Description
-
Uses of IMapper in com._1c.g5.aef2.mappers
Classes in com._1c.g5.aef2.mappers that implement IMapperModifier and TypeClassDescriptionclassOneWayMapper<M,V> Caching one-way mapper from model to its projected view.Fields in com._1c.g5.aef2.mappers declared as IMapper -
Uses of IMapper in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return IMapperModifier and TypeMethodDescriptionprotected IMapper<T,RadioGroupItemViewModel> RadioGroupComponent.createMapper()CreatesIMapperthat maps the domain model values on view model items.Methods in com._1c.g5.aef2.standard.components with parameters of type IMapperModifier and TypeMethodDescriptionprotected final <DMR,VMR> IList<VMR> StandardComponent.bindList(IList<DMR> modelValue, ControlViewModel viewModel, org.eclipse.emf.ecore.EStructuralFeature viewModelFeature, IMapper<DMR, VMR> mapper) Binds model value and view model feature together.protected final <DMR,VMR> IValue<VMR> StandardComponent.bindValue(IValue<DMR> modelValue, ControlViewModel viewModel, org.eclipse.emf.ecore.EStructuralFeature viewModelFeature, IMapper<DMR, VMR> mapper) Binds model value and view model feature together. -
Uses of IMapper in com._1c.g5.v8.dt.bp.scheme.ui.aef.components
Methods in com._1c.g5.v8.dt.bp.scheme.ui.aef.components that return IMapperModifier and TypeMethodDescriptionprotected IMapper<String,ComboItemViewModel> HandlerSelectionComponent.createMapper() -
Uses of IMapper in com._1c.g5.v8.dt.form.internal.ui.aef.components
Methods in com._1c.g5.v8.dt.form.internal.ui.aef.components that return IMapperModifier and TypeMethodDescriptionprotected IMapper<Table,ComboItemViewModel> GroupListComponent.createMapper()Creates aIMapperinstance that maps the model objects to the combo item view model objects.protected IMapper<Integer,ComboItemViewModel> TableNameSelectionComponent.createMapper()protected IMapper<StringValue,ComboItemViewModel> TableNameValueSelectionComponent.createMapper()protected IMapper<Group,ComboItemViewModel> UserSettingsGroupComponent.createMapper() -
Uses of IMapper in com._1c.g5.v8.dt.form.ui.aef.components
Methods in com._1c.g5.v8.dt.form.ui.aef.components that return IMapperModifier and TypeMethodDescriptionprotected IMapper<String,ComboItemViewModel> HandlerSelectionComponent.createMapper()NumberMinMaxValueComponent.createMapper() -
Uses of IMapper in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components that return IMapperModifier and TypeMethodDescriptionprotected IMapper<Integer,ComboItemViewModel> ChartOptionalIntegerComponent.createMapper()protected IMapper<ChartType,ComboItemViewModel> ChartTypeComponent.createMapper()protected IMapper<MarkerType,ComboItemViewModel> MarkerTypeComponent.createMapper()protected IMapper<Object,ComboItemViewModel> SemitransparentPercentComboComponent.createMapper() -
Uses of IMapper in com._1c.g5.v8.dt.internal.md.ui.editors.pages.characteristics
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.characteristics that implement IMapperModifier and TypeClassDescriptionclassIMapperimplementation that maps model object with the table structure specific. -
Uses of IMapper in com._1c.g5.v8.dt.internal.platform.services.ui.aef.components
Methods in com._1c.g5.v8.dt.internal.platform.services.ui.aef.components that return IMapperModifier and TypeMethodDescriptionprotected IMapper<String,ComboItemViewModel> WebServerTypeSelectComponent.createMapper() -
Uses of IMapper in com._1c.g5.v8.dt.md.ui.aef.components
Classes in com._1c.g5.v8.dt.md.ui.aef.components that implement IMapperModifier and TypeClassDescriptionprotected classExtended mapper for the navigator content.Methods in com._1c.g5.v8.dt.md.ui.aef.components that return IMapperModifier and TypeMethodDescriptionprotected IMapper<String,ComboItemViewModel> CharacteristicsDescriptionDataPathComboComponent.createMapper()protected IMapper<Field,ComboItemViewModel> CharacteristicsDescriptionFieldComboComponent.createMapper()CodeComponent.createMapper()protected IMapper<CompatibilityMode,ComboItemViewModel> ConfigurationCompatibilityModeComponent.createMapper()protected IMapper<String,ComboItemViewModel> EventSubscriptionEventsComboSelectComponent.createMapper()Creates aIMapperinstance that maps the model objects to the combo item view model objects.protected IMapper<String,ComboItemViewModel> HandlerSelectComponent.createMapper()MinMaxValueComponent.createMapper() -
Uses of IMapper in com._1c.g5.v8.dt.md.ui.aef.components.value
Methods in com._1c.g5.v8.dt.md.ui.aef.components.value that return IMapperModifier and TypeMethodDescriptionBooleanValueComponentPart.createMapper(BooleanValueControlViewModel viewModel, IValueModel model) BorderValueComponentPart.createMapper(BorderValueControlViewModel viewModel, IValueModel model) ColorValueComponentPart.createMapper(ColorValueControlViewModel viewModel, IValueModel model) DateValueComponentPart.createMapper(DateValueControlViewModel viewModel, IValueModel model) EmptyValueComponentPart.createMapper(ValueControlViewModel viewModel, IValueModel model) EnumValueComponentPart.createMapper(EnumValueControlViewModel viewModel, IValueModel model) FontValueComponentPart.createMapper(FontValueControlViewModel viewModel, IValueModel model) IValueComponentPart.createMapper(VM viewModel, M model) Returns the newly created mapper that maps theValueto view model.NumberValueComponentPart.createMapper(NumberValueControlViewModel viewModel, IValueModel model) PredefinedValueComponentPart.createMapper(PredefinedValueControlViewModel viewModel, IValueModel model) StringValueComponentPart.createMapper(StringValueControlViewModel viewModel, IValueModel model) SysEnumValueComponentPart.createMapper(SysEnumValueControlViewModel viewModel, IValueModel model) TypeSelectionValueComponentPart.createMapper(TypeSelectionControlViewModel viewModel, IValueModel model) Methods in com._1c.g5.v8.dt.md.ui.aef.components.value with parameters of type IMapperModifier and TypeMethodDescriptionvoidAbstractValueComponentPart.bindViewModel(VM viewModel, IValueModel model, IMapper<T, ?> mapper) voidBooleanValueComponentPart.bindViewModel(BooleanValueControlViewModel viewModel, IValueModel model, IMapper<BooleanValue, ?> mapper) voidBorderValueComponentPart.bindViewModel(BorderValueControlViewModel viewModel, IValueModel valueModel, IMapper<BorderValue, ?> mapper) voidColorValueComponentPart.bindViewModel(ColorValueControlViewModel viewModel, IValueModel valueModel, IMapper<ColorValue, ?> mapper) voidEmptyValueComponentPart.bindViewModel(ValueControlViewModel viewModel, IValueModel model, IMapper<Value, ?> mapper) voidEnumValueComponentPart.bindViewModel(EnumValueControlViewModel viewModel, IValueModel model, IMapper<ReferenceValue, ?> mapper) voidFontValueComponentPart.bindViewModel(FontValueControlViewModel viewModel, IValueModel valueModel, IMapper<FontValue, ?> mapper) voidIValueComponentPart.bindViewModel(VM viewModel, M model, IMapper<T, ?> mapper) Binds the given view model to model.voidPredefinedValueComponentPart.bindViewModel(PredefinedValueControlViewModel viewModel, IValueModel valueModel, IMapper<ReferenceValue, ?> mapper) voidSysEnumValueComponentPart.bindViewModel(SysEnumValueControlViewModel viewModel, IValueModel model, IMapper<SysEnumValue, ?> mapper) -
Uses of IMapper in com._1c.g5.v8.dt.md.ui.aef.viewModels
Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels that return IMapperModifier and TypeMethodDescriptionCommonAttributesDataViewModel.getMapper()Returns the value of the 'Mapper' attribute.Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels with parameters of type IMapperModifier and TypeMethodDescriptionvoidCommonAttributesDataViewModel.setMapper(IMapper<?, TreeItemViewModel> value) Sets the value of the 'Mapper' attribute. -
Uses of IMapper in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl
Fields in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl declared as IMapperModifier and TypeFieldDescriptionprotected IMapper<?,TreeItemViewModel> CommonAttributesDataViewModelImpl.mapperThe cached value of the 'Mapper' attribute.Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl that return IMapperModifier and TypeMethodDescriptionIMapper<?,?> MdAefFactoryImpl.createIMapperFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) CommonAttributesDataViewModelImpl.getMapper()Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl with parameters of type IMapperModifier and TypeMethodDescriptionvoidCommonAttributesDataViewModelImpl.setMapper(IMapper<?, TreeItemViewModel> newMapper) -
Uses of IMapper in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute with parameters of type IMapperModifier and TypeMethodDescriptionCommonAttributeContentModel.createSplitterSelectionTreeContentProvider(IMapper<org.eclipse.emf.ecore.EObject, ItemViewModel> mapper) Gets mapper based tree content provider for splitter selection dialog, -
Uses of IMapper in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan that implement IMapperModifier and TypeClassDescriptionprotected classMapper for the exchange plan content. -
Uses of IMapper in com._1c.g5.v8.dt.md.ui.editor.predefineddata
Classes in com._1c.g5.v8.dt.md.ui.editor.predefineddata that implement IMapperModifier and TypeClassDescriptionprotected classMaps model object with the predefined data tree items. -
Uses of IMapper in com._1c.g5.v8.dt.moxel.ui.aef.components
Methods in com._1c.g5.v8.dt.moxel.ui.aef.components that return IMapperModifier and TypeMethodDescriptionMoxelAreaComponent.createMapper()protected IMapper<Pattern,ComboItemViewModel> MoxelPatternComponent.createMapper()protected IMapper<org.eclipse.emf.common.util.Enumerator,ComboItemViewModel> MoxelSpreadsheetLineComponent.createMapper() -
Uses of IMapper in com._1c.g5.v8.dt.ui.aef.component
Classes in com._1c.g5.v8.dt.ui.aef.component that implement IMapperModifier and TypeClassDescriptionprotected classIMapperimplementation that maps model object with the navigator specific.protected classMapper for the navigator content.classImplementaton ofIMapperthat mapsPathtoString.Methods in com._1c.g5.v8.dt.ui.aef.component that return IMapperModifier and TypeMethodDescriptionprotected abstract IMapper<T,ComboItemViewModel> AbstractDtComboSelectComponent.createMapper()Creates aIMapperinstance that maps the model objects to the combo item view model objects.protected abstract IMapper<T,ComboItemViewModel> AbstractDtEditableComboComponent.createMapper()Creates aIMapperinstance that maps the model objects to the combo item view model objects.AbstractDtListActionBarComponent.createMapper()Creates aIMapperinstance that maps the model objects to the item view model objects.protected IMapper<Boolean,ComboItemViewModel> BooleanComboComponent.createMapper()DirectorySelectionComponent.createMapper()protected IMapper<Border,ComboItemViewModel> DtBorderStyleComponent.createMapper()DtDateComponent.createMapper(DateControlViewModel viewModel, IValue<Date> model) Creates aIMapperinstance that maps the model objects to the item view model objects.DtTextComponent.createMapper()DtValueActionBarComponent.createMapper()Creates anIMapperinstance that maps the domain model objects to view model.protected IMapper<T,ComboItemViewModel> EnumComponent.createMapper()protected IMapper<T,RadioGroupItemViewModel> EnumRadioGroupComponent.createMapper()CreatesIMapperthat maps the domain model values on view model items.FileSelectionComponent.createMapper() -
Uses of IMapper in com._1c.g5.v8.dt.ui.aef.mappers
Subinterfaces of IMapper in com._1c.g5.v8.dt.ui.aef.mappersModifier and TypeInterfaceDescriptioninterfaceIViewModelsMapper<M,T extends ItemViewModel> View models mapper.Classes in com._1c.g5.v8.dt.ui.aef.mappers that implement IMapperModifier and TypeClassDescriptionclassAefLabelCheckStateMapper<M,T extends CheckedItemViewModel> IMapperimplementation that maps model object with the view structure specific.classAefLabelMapper<M,T extends ItemViewModel> IMapperimplementation that maps model object with the view structure specific.classOneWayLabelMapper<M,V extends ItemViewModel> IMapperimplementation that maps model object with the same policy as itsOneWayMapperancestor.Constructors in com._1c.g5.v8.dt.ui.aef.mappers with parameters of type IMapperModifierConstructorDescriptionAefTableContentProvider(Object sourceInput, IStructuredContentProvider sourceContentProvider, IMapper<M, TableItemViewModel> mapper) Creates a new mapper.AefTreeContentProvider(Object sourceInput, ITreeContentProvider sourceContentProvider, IMapper<M, T> mapper) Creates a new provider.