Uses of Class
com.vaadin.v7.data.Buffered.SourceException
-
Packages that use Buffered.SourceException Package Description com.vaadin.v7.data com.vaadin.v7.ui -
-
Uses of Buffered.SourceException in com.vaadin.v7.data
Methods in com.vaadin.v7.data that throw Buffered.SourceException Modifier and Type Method Description voidBuffered. commit()Deprecated.Updates all changes since the previous commit to the data source.voidBuffered. discard()Deprecated.Discards all changes since last commit. -
Uses of Buffered.SourceException in com.vaadin.v7.ui
Methods in com.vaadin.v7.ui that return Buffered.SourceException Modifier and Type Method Description protected Buffered.SourceExceptionAbstractField. getCurrentBufferedSourceException()Deprecated.Gets the current buffered source exception.Methods in com.vaadin.v7.ui with parameters of type Buffered.SourceException Modifier and Type Method Description voidAbstractField. setCurrentBufferedSourceException(Buffered.SourceException currentBufferedSourceException)Deprecated.Sets the current buffered source exception.Methods in com.vaadin.v7.ui that throw Buffered.SourceException Modifier and Type Method Description voidAbstractField. commit()Deprecated.voidForm. commit()Deprecated.voidAbstractField. discard()Deprecated.voidForm. discard()Deprecated.
-