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 TypeClassDescriptionclass
OneWayMapper<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()
CreatesIMapper
that 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 aIMapper
instance 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 TypeClassDescriptionclass
IMapper
implementation 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 class
Extended 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 aIMapper
instance 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 theValue
to 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 TypeMethodDescriptionvoid
AbstractValueComponentPart.bindViewModel
(VM viewModel, IValueModel model, IMapper<T, ?> mapper) void
BooleanValueComponentPart.bindViewModel
(BooleanValueControlViewModel viewModel, IValueModel model, IMapper<BooleanValue, ?> mapper) void
BorderValueComponentPart.bindViewModel
(BorderValueControlViewModel viewModel, IValueModel valueModel, IMapper<BorderValue, ?> mapper) void
ColorValueComponentPart.bindViewModel
(ColorValueControlViewModel viewModel, IValueModel valueModel, IMapper<ColorValue, ?> mapper) void
EmptyValueComponentPart.bindViewModel
(ValueControlViewModel viewModel, IValueModel model, IMapper<Value, ?> mapper) void
EnumValueComponentPart.bindViewModel
(EnumValueControlViewModel viewModel, IValueModel model, IMapper<ReferenceValue, ?> mapper) void
FontValueComponentPart.bindViewModel
(FontValueControlViewModel viewModel, IValueModel valueModel, IMapper<FontValue, ?> mapper) void
IValueComponentPart.bindViewModel
(VM viewModel, M model, IMapper<T, ?> mapper) Binds the given view model to model.void
PredefinedValueComponentPart.bindViewModel
(PredefinedValueControlViewModel viewModel, IValueModel valueModel, IMapper<ReferenceValue, ?> mapper) void
SysEnumValueComponentPart.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 TypeMethodDescriptionvoid
CommonAttributesDataViewModel.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.mapper
The 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 TypeMethodDescriptionvoid
CommonAttributesDataViewModelImpl.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 class
Mapper 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 class
Maps 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 class
IMapper
implementation that maps model object with the navigator specific.protected class
Mapper for the navigator content.class
Implementaton ofIMapper
that mapsPath
toString
.Methods in com._1c.g5.v8.dt.ui.aef.component that return IMapperModifier and TypeMethodDescriptionprotected abstract IMapper<T,
ComboItemViewModel> AbstractDtComboSelectComponent.createMapper()
Creates aIMapper
instance that maps the model objects to the combo item view model objects.protected abstract IMapper<T,
ComboItemViewModel> AbstractDtEditableComboComponent.createMapper()
Creates aIMapper
instance that maps the model objects to the combo item view model objects.AbstractDtListActionBarComponent.createMapper()
Creates aIMapper
instance 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 aIMapper
instance that maps the model objects to the item view model objects.DtTextComponent.createMapper()
DtValueActionBarComponent.createMapper()
Creates anIMapper
instance that maps the domain model objects to view model.protected IMapper<T,
ComboItemViewModel> EnumComponent.createMapper()
protected IMapper<T,
RadioGroupItemViewModel> EnumRadioGroupComponent.createMapper()
CreatesIMapper
that 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 TypeInterfaceDescriptioninterface
IViewModelsMapper<M,
T extends ItemViewModel> View models mapper.Classes in com._1c.g5.v8.dt.ui.aef.mappers that implement IMapperModifier and TypeClassDescriptionclass
AefLabelCheckStateMapper<M,
T extends CheckedItemViewModel> IMapper
implementation that maps model object with the view structure specific.class
AefLabelMapper<M,
T extends ItemViewModel> IMapper
implementation that maps model object with the view structure specific.class
OneWayLabelMapper<M,
V extends ItemViewModel> IMapper
implementation that maps model object with the same policy as itsOneWayMapper
ancestor.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.