Uses of Class
com.vaadin.data.Buffered.SourceException

Packages that use Buffered.SourceException
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   
 

Uses of Buffered.SourceException in com.vaadin.data
 

Methods in com.vaadin.data that throw Buffered.SourceException
 void Buffered.commit()
          Updates all changes since the previous commit to the data source.
 void Buffered.discard()
          Discards all changes since last commit.
 void Buffered.setReadThrough(boolean readThrough)
          Sets the object's read-through mode to the specified status.
 void Buffered.setWriteThrough(boolean writeThrough)
          Sets the object's write-through mode to the specified status.
 

Uses of Buffered.SourceException in com.vaadin.ui
 

Methods in com.vaadin.ui with parameters of type Buffered.SourceException
 void AbstractField.setCurrentBufferedSourceException(Buffered.SourceException currentBufferedSourceException)
          Sets the current buffered source exception.
 

Methods in com.vaadin.ui that throw Buffered.SourceException
 void Form.commit()
           
 void AbstractField.commit()
           
 void Form.discard()
           
 void AbstractField.discard()
           
 void AbstractField.setReadThrough(boolean readThrough)
           
 void Form.setWriteThrough(boolean writeThrough)
           
 void AbstractField.setWriteThrough(boolean writeThrough)
           
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.