Package muntjac :: Package data :: Module buffered :: Class IBufferedValidatable
[hide private]
[frames] | no frames]

Class IBufferedValidatable

source code

              object --+    
                       |    
               IBuffered --+
                           |
              object --+   |
                       |   |
validatable.IValidatable --+
                           |
                          IBufferedValidatable
Known Subclasses:

This interface defines the combination of IValidatable and IBuffered interfaces. The combination of the interfaces defines if the invalid data is committed to datasource.


Authors:
Vaadin Ltd., Richard Lincoln

Version: 1.1.2

Instance Methods [hide private]
 
isInvalidCommitted(self)
Tests if the invalid data is committed to datasource.
source code
 
setInvalidCommitted(self, isCommitted)
Sets if the invalid data should be committed to datasource.
source code

Inherited from IBuffered: commit, discard, isModified, isReadThrough, isWriteThrough, setReadThrough, setWriteThrough

Inherited from validatable.IValidatable: addValidator, getValidators, isInvalidAllowed, isValid, removeValidator, setInvalidAllowed, validate

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

isInvalidCommitted(self)

source code 

Tests if the invalid data is committed to datasource. The default is False.

setInvalidCommitted(self, isCommitted)

source code 

Sets if the invalid data should be committed to datasource. The default is False.