Uses of Interface
com._1c.g5.aef2.mappers.IMapper
-
-
Uses of IMapper in com._1c.g5.aef2.mappers
Classes in com._1c.g5.aef2.mappers that implement IMapper Modifier and Type Class Description class
OneWayMapper<M,V>
Caching one-way mapper from model to its projected view.Fields in com._1c.g5.aef2.mappers declared as IMapper Modifier and Type Field Description static IMapper
IMapper. IDENTITY
Identity mapper, maps any passed object to itself in both directions. -
Uses of IMapper in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return IMapper Modifier and Type Method Description protected 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 IMapper Modifier and Type Method Description protected <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 <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 IMapper Modifier and Type Method Description protected IMapper<String,ComboItemViewModel>
HandlerSelectionComponent. 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 IMapper Modifier and Type Method Description protected IMapper<String,ComboItemViewModel>
HandlerSelectionComponent. createMapper()
protected IMapper<Value,String>
NumberMinMaxValueComponent. 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 IMapper Modifier and Type Class Description protected class
CommonAttributeContentTreeComponent.CommonAttributeContentMapper
Extended mapper for the navigator content.Methods in com._1c.g5.v8.dt.md.ui.aef.components that return IMapper Modifier and Type Method Description protected IMapper<String,ComboItemViewModel>
CharacteristicsDescriptionDataPathComboComponent. createMapper()
protected IMapper<Field,ComboItemViewModel>
CharacteristicsDescriptionFieldComboComponent. createMapper()
protected IMapper<Object,String>
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()
protected IMapper<Value,String>
MinMaxValueComponent. createMapper()
protected IMapper<Value,ComboItemViewModel>
SignOfUnfilledParentComponent. 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 with parameters of type IMapper Modifier and Type Method Description void
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 IMapper Modifier and Type Method Description IMapper<?,TreeItemViewModel>
CommonAttributesDataViewModel. getMapper()
Returns the value of the 'Mapper' attribute.Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels with parameters of type IMapper Modifier and Type Method Description void
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 IMapper Modifier and Type Field Description protected 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 IMapper Modifier and Type Method Description IMapper<?,?>
MdAefFactoryImpl. createIMapperFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
IMapper<?,TreeItemViewModel>
CommonAttributesDataViewModelImpl. getMapper()
Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl with parameters of type IMapper Modifier and Type Method Description void
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 IMapper Modifier and Type Method Description IAefTreeContentProvider<ItemViewModel>
CommonAttributeContentModel. 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 IMapper Modifier and Type Class Description protected class
ExchangePlanContentComponent.ExchangePlatContentMapper
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 IMapper Modifier and Type Class Description protected class
PredefinedDataComponent.PredefinedDataMapper
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 IMapper Modifier and Type Method Description protected IMapper<Area,String>
MoxelAreaComponent. 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 IMapper Modifier and Type Class Description protected class
NavigatorTableComponent.NavigatorMapper
IMapper
implementation that maps model object with the navigator specific.protected class
NavigatorTreeComponent.NavigatorMapper
Mapper for the navigator content.class
PathToStringMapper
Implementaton ofIMapper
that mapsPath
toString
.Methods in com._1c.g5.v8.dt.ui.aef.component that return IMapper Modifier and Type Method Description protected 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.protected abstract IMapper<T,String>
AbstractDtListActionBarComponent. createMapper()
Creates aIMapper
instance that maps the model objects to the item view model objects.protected IMapper<Boolean,ComboItemViewModel>
BooleanComboComponent. createMapper()
protected IMapper<Path,String>
DirectorySelectionComponent. createMapper()
protected IMapper<Border,ComboItemViewModel>
DtBorderStyleComponent. createMapper()
protected IMapper<Date,?>
DtDateComponent. createMapper(DateControlViewModel viewModel, IValue<Date> model)
Creates aIMapper
instance that maps the model objects to the item view model objects.protected IMapper<String,String>
DtTextComponent. createMapper()
protected IMapper<T,String>
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.protected IMapper<Path,String>
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.mappers Modifier and Type Interface Description interface
IViewModelsMapper<M,T extends ItemViewModel>
View models mapper.Classes in com._1c.g5.v8.dt.ui.aef.mappers that implement IMapper Modifier and Type Class Description class
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 IMapper Constructor Description AefTableContentProvider(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.
-