Uses of Interface
com.vaadin.flow.data.binder.Setter
Packages that use Setter
-
Uses of Setter in com.vaadin.flow.data.binder
Methods in com.vaadin.flow.data.binder that return SetterModifier and TypeMethodDescriptionBinder.Binding.getSetter()Gets the setter associated with this Binding.Binder.BindingImpl.getSetter()Methods in com.vaadin.flow.data.binder that return types with arguments of type SetterModifier and TypeMethodDescriptionBeanPropertySet.NestedBeanPropertyDefinition.getSetter()PropertyDefinition.getSetter()Gets an optional setter for storing a property value in a bean.Methods in com.vaadin.flow.data.binder with parameters of type SetterModifier and TypeMethodDescription<FIELDVALUE>
Binder.Binding<BEAN, FIELDVALUE> Binder.bind(com.vaadin.flow.component.HasValue<?, FIELDVALUE> field, com.vaadin.flow.function.ValueProvider<BEAN, FIELDVALUE> getter, Setter<BEAN, FIELDVALUE> setter) Binds a field to a bean property represented by the given getter and setter pair.Binder.BindingBuilder.bind(com.vaadin.flow.function.ValueProvider<BEAN, TARGET> getter, Setter<BEAN, TARGET> setter) Completes this binding using the given getter and setter functions representing a backing bean property.Binder.BindingBuilderImpl.bind(com.vaadin.flow.function.ValueProvider<BEAN, TARGET> getter, Setter<BEAN, TARGET> setter) Constructors in com.vaadin.flow.data.binder with parameters of type SetterModifierConstructorDescriptionBindingImpl(Binder.BindingBuilderImpl<BEAN, FIELDVALUE, TARGET> builder, com.vaadin.flow.function.ValueProvider<BEAN, TARGET> getter, Setter<BEAN, TARGET> setter)