Uses of Interface
com.vaadin.flow.data.binder.Setter
-
Packages that use Setter Package Description com.vaadin.flow.data.binder -
-
Uses of Setter in com.vaadin.flow.data.binder
Methods in com.vaadin.flow.data.binder that return Setter Modifier and Type Method Description Setter<BEAN,TARGET>Binder.Binding. getSetter()Gets the setter associated with this Binding.Setter<BEAN,TARGET>Binder.BindingImpl. getSetter()Methods in com.vaadin.flow.data.binder that return types with arguments of type Setter Modifier and Type Method Description Optional<Setter<T,V>>BeanPropertySet.NestedBeanPropertyDefinition. getSetter()Optional<Setter<T,V>>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 Setter Modifier and Type Method Description <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.Binder.Binding<BEAN,TARGET>Binder.BindingBuilder. bind(ValueProvider<BEAN,TARGET> getter, Setter<BEAN,TARGET> setter)Completes this binding using the given getter and setter functions representing a backing bean property.Binder.Binding<BEAN,TARGET>Binder.BindingBuilderImpl. bind(ValueProvider<BEAN,TARGET> getter, Setter<BEAN,TARGET> setter)Constructors in com.vaadin.flow.data.binder with parameters of type Setter Constructor Description BindingImpl(Binder.BindingBuilderImpl<BEAN,FIELDVALUE,TARGET> builder, ValueProvider<BEAN,TARGET> getter, Setter<BEAN,TARGET> setter)
-