Uses of Interface
com.vaadin.server.Setter
-
Packages that use Setter Package Description com.vaadin.data com.vaadin.ui -
-
Uses of Setter in com.vaadin.data
Methods in com.vaadin.data 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.data 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.data 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.data with parameters of type Setter Constructor Description BindingImpl(Binder.BindingBuilderImpl<BEAN,FIELDVALUE,TARGET> builder, ValueProvider<BEAN,TARGET> getter, Setter<BEAN,TARGET> setter)
-
Uses of Setter in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type Setter Modifier and Type Method Description <C extends HasValue<V> & Component>
Grid.Column<T,V>Grid.Column. setEditorComponent(C editorComponent, Setter<T,V> setter)
Sets a component and setter to use for editing values of this column in the editor row.
-