We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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)