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.
 

Uses of Buffered.SourceException in com.vaadin.ui
 

Methods in com.vaadin.ui that return Buffered.SourceException
protected  Buffered.SourceException AbstractField.getCurrentBufferedSourceException()
          Gets the current buffered source exception.
 

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 AbstractField.commit()
           
 void Form.commit()
          Deprecated.  
 void AbstractField.discard()
           
 void Form.discard()
          Deprecated.  
 



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