Uses of Class
com.vaadin.v7.ui.AbstractField
-
Packages that use AbstractField Package Description com.vaadin.v7.ui -
-
Uses of AbstractField in com.vaadin.v7.ui
Subclasses of AbstractField in com.vaadin.v7.ui Modifier and Type Class Description 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 APIConstructors in com.vaadin.v7.ui with parameters of type AbstractField Constructor Description ReadOnlyStatusChangeEvent(AbstractField source)Deprecated.New instance of text change event.
-