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, setBuffered
addValidator, getValidators, isInvalidAllowed, isValid, removeAllValidators, removeValidator, setInvalidAllowed, validate
Copyright © 2019 Vaadin Ltd. All rights reserved.