| Package | Description |
|---|---|
| com.vaadin.v7.data | |
| com.vaadin.v7.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
Buffered.commit()
Deprecated.
Updates all changes since the previous commit to the data source.
|
void |
Buffered.discard()
Deprecated.
Discards all changes since last commit.
|
| Modifier and Type | Method and Description |
|---|---|
protected Buffered.SourceException |
AbstractField.getCurrentBufferedSourceException()
Deprecated.
Gets the current buffered source exception.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractField.setCurrentBufferedSourceException(Buffered.SourceException currentBufferedSourceException)
Deprecated.
Sets the current buffered source exception.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Form.commit()
Deprecated.
|
void |
AbstractField.commit()
Deprecated.
|
void |
Form.discard()
Deprecated.
|
void |
AbstractField.discard()
Deprecated.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.