Package com._1c.g5.v8.dt.ui.aef.mappers
Interface IViewModelsMapper<M,T extends ItemViewModel>
-
- All Superinterfaces:
IMapper<M,T>
- All Known Implementing Classes:
AefLabelCheckStateMapper,AefLabelMapper,CommonAttributeContentTreeComponent.CommonAttributeContentMapper,ExchangePlanContentComponent.ExchangePlatContentMapper,NavigatorTableComponent.NavigatorMapper,NavigatorTreeComponent.NavigatorMapper,PredefinedDataComponent.PredefinedDataMapper
public interface IViewModelsMapper<M,T extends ItemViewModel> extends IMapper<M,T>
View models mapper.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Object>getMappedModels()Returns the mapped models collection, nevernullCollection<T>getMappedViewModels()Return the mapped viewModels.voidupdateItemViewModel(T item, M modelValue)Updates item view model.-
Methods inherited from interface com._1c.g5.aef2.mappers.IMapper
mapModelToView, mapViewToModel
-
-
-
-
Method Detail
-
getMappedModels
Collection<Object> getMappedModels()
Returns the mapped models collection, nevernull- Returns:
- the mapped models collection, never
null
-
getMappedViewModels
Collection<T> getMappedViewModels()
Return the mapped viewModels.- Returns:
- the mapped viewModels, cannot be
null
-
-