| 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.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
Buffered.commit()
Updates all changes since the previous commit to the data source.
|
void |
Buffered.discard()
Discards all changes since last commit.
|
| Modifier and Type | Method and Description |
|---|---|
protected Buffered.SourceException |
AbstractField.getCurrentBufferedSourceException()
Gets the current buffered source exception.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractField.setCurrentBufferedSourceException(Buffered.SourceException currentBufferedSourceException)
Sets the current buffered source exception.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Form.commit()
Deprecated.
|
void |
AbstractField.commit() |
void |
Form.discard()
Deprecated.
|
void |
AbstractField.discard() |
Copyright © 2017 Vaadin Ltd. All rights reserved.