| Package | Description |
|---|---|
| com.vaadin.v7.data.util | |
| com.vaadin.v7.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBeanContainer<IDTYPE,BEANTYPE>
Deprecated.
As of 8.0, replaced by
DataProvider |
class |
BeanContainer<IDTYPE,BEANTYPE>
Deprecated.
As of 8.0, replaced by
ListDataProvider |
class |
BeanItemContainer<BEANTYPE>
Deprecated.
As of 8.0, replaced by
ListDataProvider |
class |
ContainerHierarchicalWrapper
Deprecated.
No direct replacement - use an appropriate implementation of
HierarchicalDataProvider such as TreeDataProvider
or AbstractBackEndHierarchicalDataProvider. |
class |
ContainerOrderedWrapper
Deprecated.
As of 8.0, replaced by
DataProvider |
class |
GeneratedPropertyContainer
Deprecated.
As of 8.0, replaced by
DataProvider |
class |
HierarchicalContainer
Deprecated.
Use an appropriate implementation of
HierarchicalDataProvider such as TreeDataProvider
or AbstractBackEndHierarchicalDataProvider. |
class |
HierarchicalContainerOrderedWrapper
Deprecated.
No direct replacement - use an appropriate implementation of
HierarchicalDataProvider such as TreeDataProvider
or AbstractBackEndHierarchicalDataProvider. |
class |
IndexedContainer
Deprecated.
As of 8.0, replaced by
ListDataProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSelect
Deprecated.
As of 8.0, replaced by
AbstractListing |
class |
ComboBox
Deprecated.
As of 8.0 replaced by
ComboBox based on the
new data binding API |
class |
ListSelect
Deprecated.
As of 8.0 replaced by
ListSelect based on
the new data binding API |
class |
NativeSelect
Deprecated.
As of 8.0 replaced by
NativeSelect based on
the new data binding API |
class |
OptionGroup
Deprecated.
As of 8.0, use
RadioButtonGroup for single select or
CheckBoxGroup for multiselect instead |
class |
Select
Deprecated.
As of 7.0. Use
ComboBox instead. |
class |
Table
Deprecated.
As of 8.0, use
Grid instead |
class |
Tree
Deprecated.
See
com.vaadin.ui.Tree. |
class |
TreeTable
Deprecated.
See
TreeGrid. |
class |
TwinColSelect
Deprecated.
As of 8.0 replaced by
TwinColSelect based
on the new data binding API |
Copyright © 2019 Vaadin Ltd. All rights reserved.