Uses of Interface
com.vaadin.v7.data.Buffered
-
Packages that use Buffered Package Description com.vaadin.v7.data com.vaadin.v7.ui -
-
Uses of Buffered in com.vaadin.v7.data
Subinterfaces of Buffered in com.vaadin.v7.data Modifier and Type Interface Description interfaceBufferedValidatableDeprecated.As of 8.0, no direct replacement available.Methods in com.vaadin.v7.data that return Buffered Modifier and Type Method Description BufferedBuffered.SourceException. getSource()Deprecated.Gets a source of the exception.Constructors in com.vaadin.v7.data with parameters of type Buffered Constructor Description SourceException(Buffered source)Deprecated.Creates a source exception that does not include a cause.SourceException(Buffered source, Throwable... causes)Deprecated.Creates a source exception from multiple causes. -
Uses of Buffered in com.vaadin.v7.ui
Subinterfaces of Buffered in com.vaadin.v7.ui Modifier and Type Interface Description interfaceField<T>Deprecated.This interface is, apart from the rename, identical to the Vaadin 7com.vaadin.ui.Field.Classes in com.vaadin.v7.ui that implement Buffered Modifier and Type Class Description classAbstractField<T>Deprecated.This class is, apart from the rename, identical to the Vaadin 7com.vaadin.ui.AbstractField.classAbstractSelectDeprecated.As of 8.0, replaced byAbstractListingclassAbstractTextFieldDeprecated.classCheckBoxDeprecated.As of 8.0 replaced byCheckBoxbased on the new data binding APIclassComboBoxDeprecated.As of 8.0 replaced byComboBoxbased on the new data binding APIclassCustomField<T>Deprecated.As of 8.0 replaced by aCustomFieldbased on new data binding APIclassDateFieldDeprecated.As of 8.0, useDateFieldorDateTimeFieldinstead.classFormDeprecated.As of 7.0, useFieldGroupinstead ofFormfor more flexibility.classInlineDateFieldDeprecated.As of 8.0, replaced byInlineDateFieldandInlineDateTimeFieldbased on LocalDateclassListSelectDeprecated.As of 8.0 replaced byListSelectbased on the new data binding APIclassNativeSelectDeprecated.As of 8.0 replaced byNativeSelectbased on the new data binding APIclassOptionGroupDeprecated.As of 8.0, useRadioButtonGroupfor single select orCheckBoxGroupfor multiselect insteadclassPasswordFieldDeprecated.As of 8.0 replaced byPasswordFieldbased on the new data binding APIclassPopupDateFieldDeprecated.As of 8.0, useDateFieldorDateTimeFieldinstead.classProgressBarDeprecated.As of 8.0 replaced byProgressBarbased on the new data binding APIclassProgressIndicatorDeprecated.as of 7.1, useProgressBarcombined withPushConfiguration.setPushMode(PushMode)orUI.setPollInterval(int)instead.classRichTextAreaDeprecated.As of 8.0 replaced byRichTextAreabased on the new data binding APIclassSelectDeprecated.As of 7.0.classSliderDeprecated.As of 8.0 replaced bySliderbased on the new data binding APIclassTableDeprecated.As of 8.0, useGridinsteadclassTextAreaDeprecated.As of 8.0 replaced byTextAreabased on the new data binding APIclassTextFieldDeprecated.As of 8.0 replaced byTextFieldbased on the new data binding APIclassTreeDeprecated.Seecom.vaadin.ui.Tree.classTreeTableDeprecated.SeeTreeGrid.classTwinColSelectDeprecated.As of 8.0 replaced byTwinColSelectbased on the new data binding API
-