| Class | Description |
|---|---|
| AbstractColorPicker | Deprecated |
| AbstractField<T> | Deprecated
This class is, apart from the rename, identical to the Vaadin 7
com.vaadin.ui.AbstractField. |
| AbstractField.FocusShortcut | Deprecated
Replaced in 8.0 with
FocusShortcut |
| AbstractField.ReadOnlyStatusChangeEvent | Deprecated |
| AbstractLegacyComponent | Deprecated
only used for Vaadin 7 compatiblity components
|
| AbstractSelect | Deprecated
As of 8.0, replaced by
AbstractListing |
| AbstractSelect.AcceptItem | Deprecated |
| AbstractSelect.TargetItemIs | Deprecated |
| AbstractSelect.VerticalLocationIs | Deprecated |
| AbstractTextField | Deprecated |
| AbstractTextField.TextChangeEventImpl | Deprecated |
| Calendar | Deprecated
As of 8.0, no replacement available.
|
| CheckBox | Deprecated
As of 8.0 replaced by
CheckBox based on the
new data binding API |
| ColorPicker | Deprecated
As of 8.0 replaced by
ColorPicker based on
new data binding API |
| ColorPickerArea | Deprecated
As of 8.0 replaced by
ColorPickerArea based
on new data binding API |
| ComboBox | Deprecated
As of 8.0 replaced by
ComboBox based on the
new data binding API |
| CustomField<T> | Deprecated
As of 8.0 replaced by a
CustomField based
on new data binding API |
| DateField | Deprecated
As of 8.0, use
DateField or
DateTimeField instead. |
| DefaultFieldFactory | Deprecated
Removed feature in 8.0
|
| Field.ValueChangeEvent | Deprecated
As of 8.0, replaced by
Field.ValueChangeEvent. |
| Form | Deprecated
As of 7.0, use
FieldGroup instead of Form for
more flexibility. |
| Grid | Deprecated
As of 8.0 replaced by
Grid based on the new
data binding API |
| Grid.AbstractGridExtension | Deprecated |
| Grid.AbstractRenderer<T> | Deprecated |
| Grid.AbstractSelectionModel | Deprecated |
| Grid.CellReference | Deprecated |
| Grid.Column | Deprecated |
| Grid.ColumnReorderEvent | Deprecated |
| Grid.ColumnResizeEvent | Deprecated |
| Grid.ColumnVisibilityChangeEvent | Deprecated |
| Grid.CommitErrorEvent | Deprecated |
| Grid.DetailComponentManager | Deprecated |
| Grid.EditorCloseEvent | Deprecated |
| Grid.EditorEvent | Deprecated |
| Grid.EditorFieldFactory | Deprecated |
| Grid.EditorMoveEvent | Deprecated |
| Grid.EditorOpenEvent | Deprecated |
| Grid.Footer | Deprecated |
| Grid.FooterCell | Deprecated |
| Grid.FooterRow | Deprecated |
| Grid.GridContextClickEvent | Deprecated |
| Grid.Header | Deprecated |
| Grid.HeaderCell | Deprecated |
| Grid.HeaderRow | Deprecated |
| Grid.MultiSelectionModel | Deprecated |
| Grid.NoSelectionModel | Deprecated |
| Grid.RowReference | Deprecated |
| Grid.SingleSelectionModel | Deprecated |
| Grid.StaticSection<ROWTYPE extends Grid.StaticSection.StaticRow<?>> | Deprecated |
| Grid.StaticSection.StaticRow<CELLTYPE extends com.vaadin.v7.ui.Grid.StaticSection.StaticCell> | Deprecated |
| HorizontalLayout | Deprecated
Replaced in 8.0 with
HorizontalLayout with
spacing on by default |
| InlineDateField | Deprecated
As of 8.0, replaced by
InlineDateField and
InlineDateTimeField based on LocalDate |
| Label | Deprecated
As of 8.0, replaced by
Label that removes
data binding support |
| Label.ValueChangeEvent | Deprecated |
| ListSelect | Deprecated
As of 8.0 replaced by
ListSelect based on
the new data binding API |
| NativeSelect | Deprecated
As of 8.0 replaced by
NativeSelect based on
the new data binding API |
| OptionGroup | Deprecated
As of 8.0, use
RadioButtonGroup for single select or
CheckBoxGroup for multiselect instead |
| PasswordField | Deprecated
As of 8.0 replaced by
PasswordField based
on the new data binding API |
| PopupDateField | Deprecated
As of 8.0, use
DateField or
DateTimeField instead. |
| ProgressBar | Deprecated
As of 8.0 replaced by
ProgressBar based on
the new data binding API |
| ProgressIndicator | Deprecated
as of 7.1, use
ProgressBar combined with
PushConfiguration.setPushMode(PushMode) or
UI.setPollInterval(int) instead. |
| RichTextArea | Deprecated
As of 8.0 replaced by
RichTextArea based on
the new data binding API |
| Select | Deprecated
As of 7.0.
|
| Slider | Deprecated
As of 8.0 replaced by
Slider based on the
new data binding API |
| Table | Deprecated
As of 8.0, use
Grid instead |
| Table.ColumnCollapseEvent | Deprecated |
| Table.ColumnReorderEvent | Deprecated |
| Table.ColumnResizeEvent | Deprecated |
| Table.FooterClickEvent | Deprecated |
| Table.GeneratedRow | Deprecated |
| Table.HeaderClickEvent | Deprecated |
| Table.TableContextClickEvent | Deprecated |
| Table.TableDropCriterion | Deprecated |
| TextArea | Deprecated
As of 8.0 replaced by
TextArea based on the
new data binding API |
| TextField | Deprecated
As of 8.0 replaced by
TextField based on
the new data binding API |
| Tree | Deprecated
See
com.vaadin.ui.Tree. |
| Tree.CollapseEvent | Deprecated |
| Tree.ExpandEvent | Deprecated |
| Tree.TargetItemAllowsChildren | Deprecated |
| Tree.TreeContextClickEvent | Deprecated |
| Tree.TreeDropCriterion | Deprecated |
| TreeTable | Deprecated
See
TreeGrid. |
| TwinColSelect | Deprecated
As of 8.0 replaced by
TwinColSelect based
on the new data binding API |
| Upload | Deprecated
As of 8.0 replaced by
Upload that is by
default in immediate mode. |
| Upload.ChangeEvent | Deprecated |
| Upload.FailedEvent | Deprecated |
| Upload.FinishedEvent | Deprecated |
| Upload.NoInputStreamEvent | Deprecated |
| Upload.NoOutputStreamEvent | Deprecated |
| Upload.StartedEvent | Deprecated |
| Upload.SucceededEvent | Deprecated |
| VerticalLayout | Deprecated
Replaced in 8.0 with
VerticalLayout with
margin and spacing on by default |
| Enum | Description |
|---|---|
| AbstractColorPicker.PopupStyle | Deprecated |
| AbstractSelect.ItemCaptionMode | Deprecated |
| AbstractTextField.TextChangeEventMode | Deprecated |
| Calendar.TimeFormat | Deprecated |
| Grid.SelectionMode | Deprecated |
| Table.Align | Deprecated |
| Table.ColumnHeaderMode | Deprecated |
| Table.RowHeaderMode | Deprecated |
| Table.TableDragMode | Deprecated |
| Tree.TreeDragMode | Deprecated |
| Exception | Description |
|---|---|
| DateField.UnparsableDateString | Deprecated |
| Table.CacheUpdateException | Deprecated |
Copyright © 2019 Vaadin Ltd. All rights reserved.