| Package | Description |
|---|---|
| com.vaadin.data |
Contains interfaces for the data layer, mainly for binding typed
data and data collections to components, and for validating data.
|
| com.vaadin.data.util |
Provides implementations of Property, Item and Container
interfaces, and utilities for the data layer.
|
| com.vaadin.data.util.sqlcontainer | |
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
Property.setValue(T newValue)
Sets the value of the Property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyFormatter.setValue(String newValue)
Deprecated.
|
void |
TextFileProperty.setValue(String newValue) |
void |
MethodProperty.setValue(T newValue)
Sets the value of the property.
|
void |
ObjectProperty.setValue(T newValue)
Sets the value of the property.
|
void |
TransactionalPropertyWrapper.setValue(T newValue) |
void |
GeneratedPropertyContainer.GeneratedProperty.setValue(T newValue) |
void |
NestedMethodProperty.setValue(T newValue)
Sets the value of the property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnProperty.setValue(Object newValue) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DateField.setValue(Date newValue,
boolean repaintIsNotNeeded) |
void |
AbstractSelect.setValue(Object newValue)
Sets the visible value of the property.
|
protected void |
AbstractSelect.setValue(Object newFieldValue,
boolean repaintIsNotNeeded,
boolean ignoreReadOnly)
Sets the visible value of the property.
|
void |
AbstractTextField.setValue(String newValue) |
void |
AbstractField.setValue(T newFieldValue)
Sets the value of the field.
|
protected void |
AbstractField.setValue(T newFieldValue,
boolean repaintIsNotNeeded,
boolean ignoreReadOnly)
Sets the value of the field.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.