Uses of Interface
com._1c.g5.aef2.standard.models.IViewModelModel
-
Packages that use IViewModelModel Package Description com._1c.g5.aef2.standard.components com._1c.g5.aef2.standard.models -
-
Uses of IViewModelModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components with type parameters of type IViewModelModel Modifier and Type Method Description protected <DM extends IModel,DMR,VMM extends IViewModelModel,VMR>
VMMStandardComponent. bindModel(DM model, ControlViewModel viewModel, org.eclipse.emf.ecore.EStructuralFeature feature, BiFunction<ControlViewModel,org.eclipse.emf.ecore.EStructuralFeature,VMM> viewModelModelCreator, Function<DM,DMR> modelGetter, BiConsumer<DM,VMR> modelSetter, Function<VMM,VMR> viewModelGetter, BiConsumer<VMM,DMR> viewModelSetter, EnumSet<StandardComponent.BindingDirection> direction)
Binds the givenmodel
to view model. -
Uses of IViewModelModel in com._1c.g5.aef2.standard.models
Subinterfaces of IViewModelModel in com._1c.g5.aef2.standard.models Modifier and Type Interface Description interface
IViewModelList<E>
TheIViewModelModel
contract forIValue
model types.interface
IViewModelValue<T>
TheIViewModelModel
contract forIValue
model type.Classes in com._1c.g5.aef2.standard.models that implement IViewModelModel Modifier and Type Class Description class
ViewModelList<T>
The special list model implementation forIViewModel
.class
ViewModelValue<T>
The special model implementation forIViewModel
.
-