Uses of Class
com.vaadin.data.Buffered.SourceException
-
Packages that use Buffered.SourceException Package Description com.vaadin.data com.vaadin.ui -
-
Uses of Buffered.SourceException in com.vaadin.data
Methods in com.vaadin.data that throw Buffered.SourceException Modifier and Type Method Description 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 Modifier and Type Method Description protected Buffered.SourceException
AbstractField. getCurrentBufferedSourceException()
Gets the current buffered source exception.Methods in com.vaadin.ui with parameters of type Buffered.SourceException Modifier and Type Method Description void
AbstractField. setCurrentBufferedSourceException(Buffered.SourceException currentBufferedSourceException)
Sets the current buffered source exception.Methods in com.vaadin.ui that throw Buffered.SourceException Modifier and Type Method Description void
AbstractField. commit()
void
Form. commit()
Deprecated.void
AbstractField. discard()
void
Form. discard()
Deprecated.
-