Uses of Interface
com.vaadin.flow.data.binder.Setter
-
Uses of Setter in com.vaadin.flow.data.binder
Modifier and TypeMethodDescriptionBinder.Binding.getSetter()
Gets the setter associated with this Binding.Binder.BindingImpl.getSetter()
Modifier and TypeMethodDescriptionBeanPropertySet.NestedBeanPropertyDefinition.getSetter()
PropertyDefinition.getSetter()
Gets an optional setter for storing a property value in a bean.Modifier and TypeMethodDescription<FIELDVALUE>
Binder.Binding<BEAN,FIELDVALUE> Binder.bind
(HasValue<?, FIELDVALUE> field, ValueProvider<BEAN, FIELDVALUE> getter, Setter<BEAN, FIELDVALUE> setter) Binds a field to a bean property represented by the given getter and setter pair.Completes this binding using the given getter and setter functions representing a backing bean property.ModifierConstructorDescriptionBindingImpl
(Binder.BindingBuilderImpl<BEAN, FIELDVALUE, TARGET> builder, ValueProvider<BEAN, TARGET> getter, Setter<BEAN, TARGET> setter)