Uses of Enum Class
com._1c.g5.aef2.standard.components.StandardComponent.BindingDirection
Packages that use StandardComponent.BindingDirection
-
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.BindingDirectionModifier and TypeFieldDescriptionstatic final 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.BindingDirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static StandardComponent.BindingDirection[]
StandardComponent.BindingDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com._1c.g5.aef2.standard.components with type arguments of type StandardComponent.BindingDirectionModifier and TypeMethodDescriptionprotected <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.