| Package | Description |
|---|---|
| com.vaadin.data | |
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
Setter<BEAN,TARGET> |
Binder.Binding.getSetter()
Gets the setter associated with this Binding.
|
Setter<BEAN,TARGET> |
Binder.BindingImpl.getSetter() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Setter<T,V>> |
PropertyDefinition.getSetter()
Gets an optional setter for storing a property value in a bean.
|
Optional<Setter<T,V>> |
BeanPropertySet.NestedBeanPropertyDefinition.getSetter() |
| Modifier and Type | Method and Description |
|---|---|
<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) |
| Constructor and Description |
|---|
BindingImpl(Binder.BindingBuilderImpl<BEAN,FIELDVALUE,TARGET> builder,
ValueProvider<BEAN,TARGET> getter,
Setter<BEAN,TARGET> setter) |
| Modifier and Type | Method and Description |
|---|---|
<C extends HasValue<V> & Component> |
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.
|
Copyright © 2020 Vaadin Ltd. All rights reserved.