public interface BufferedValidatable extends Buffered, Validatable, Serializable
This interface defines the combination of Validatable and
Buffered interfaces. The combination of the interfaces defines
if the invalid data is committed to datasource.
Buffered.SourceException| Modifier and Type | Method and Description |
|---|---|
boolean |
isInvalidCommitted()
Tests if the invalid data is committed to datasource.
|
void |
setInvalidCommitted(boolean isCommitted)
Sets if the invalid data should be committed to datasource.
|
commit, discard, isBuffered, isModified, setBufferedaddValidator, getValidators, isInvalidAllowed, isValid, removeAllValidators, removeValidator, setInvalidAllowed, validateCopyright © 2016 Vaadin Ltd. All rights reserved.