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 givenmodelto 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 interfaceIViewModelList<E>TheIViewModelModelcontract forIValuemodel types.interfaceIViewModelValue<T>TheIViewModelModelcontract forIValuemodel type.Classes in com._1c.g5.aef2.standard.models that implement IViewModelModel Modifier and Type Class Description classViewModelList<T>The special list model implementation forIViewModel.classViewModelValue<T>The special model implementation forIViewModel.
-