Uses of Class
com._1c.g5.aef2.standard.components.StandardComponent.BindingDirection
-
Packages that use StandardComponent.BindingDirection Package Description com._1c.g5.aef2.standard.components -
-
Uses of StandardComponent.BindingDirection in com._1c.g5.aef2.standard.components
Fields in com._1c.g5.aef2.standard.components with type parameters of type StandardComponent.BindingDirection Modifier and Type Field Description static EnumSet<StandardComponent.BindingDirection>
StandardComponent.BindingDirection. BOTH
Enum set that indicates to bind model in both direction.Methods in com._1c.g5.aef2.standard.components that return StandardComponent.BindingDirection Modifier and Type Method Description static StandardComponent.BindingDirection
StandardComponent.BindingDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static StandardComponent.BindingDirection[]
StandardComponent.BindingDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com._1c.g5.aef2.standard.components with type arguments of type StandardComponent.BindingDirection 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.
-