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 classOneWayMapper<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 IMapperIMapper. IDENTITYIdentity 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()CreatesIMapperthat 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 classCommonAttributeContentTreeComponent.CommonAttributeContentMapperExtended 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 aIMapperinstance 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 voidAbstractValueComponentPart. 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 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 voidCommonAttributesDataViewModel. 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. mapperThe 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 voidCommonAttributesDataViewModelImpl. 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 classExchangePlanContentComponent.ExchangePlatContentMapperMapper 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 classPredefinedDataComponent.PredefinedDataMapperMaps 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 classNavigatorTableComponent.NavigatorMapperIMapperimplementation that maps model object with the navigator specific.protected classNavigatorTreeComponent.NavigatorMapperMapper for the navigator content.classPathToStringMapperImplementaton ofIMapperthat mapsPathtoString.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 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.protected abstract IMapper<T,String>AbstractDtListActionBarComponent. createMapper()Creates aIMapperinstance 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 aIMapperinstance that maps the model objects to the item view model objects.protected IMapper<String,String>DtTextComponent. createMapper()protected IMapper<T,String>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.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 interfaceIViewModelsMapper<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 classAefLabelCheckStateMapper<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 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.
-