Uses of Interface
com.vaadin.flow.data.binder.Setter
Packages that use Setter
-
Uses of Setter in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine with parameters of type SetterModifier and TypeMethodDescription<FIELDVALUE>
Binder.Binding<BEAN,FIELDVALUE> CollaborationBinder.bind
(HasValue<?, FIELDVALUE> field, ValueProvider<BEAN, FIELDVALUE> getter, Setter<BEAN, FIELDVALUE> setter) Deprecated.The method does not work with the collaboration binder.CollaborationBinder.CollaborationBindingBuilderImpl.bind
(ValueProvider<BEAN, TARGET> getter, Setter<BEAN, TARGET> 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
(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.Constructors in com.vaadin.flow.data.binder with parameters of type SetterModifierConstructorDescriptionBindingImpl
(Binder.BindingBuilderImpl<BEAN, FIELDVALUE, TARGET> builder, ValueProvider<BEAN, TARGET> getter, Setter<BEAN, TARGET> setter)