| Package | Description |
|---|---|
| com.vaadin.v7.data.util | |
| com.vaadin.v7.data.util.sqlcontainer | |
| 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 |
GeneratedPropertyContainer
Deprecated.
As of 8.0, replaced by
DataProvider |
class |
HierarchicalContainer
Deprecated.
Use an appropriate implementation of
HierarchicalDataProvider such as TreeDataProvider
or AbstractBackEndHierarchicalDataProvider. |
class |
IndexedContainer
Deprecated.
As of 8.0, replaced by
ListDataProvider |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemSorter.setSortProperties(Container.Sortable container,
Object[] propertyId,
boolean[] ascending)
Deprecated.
Sets the parameters for an upcoming sort operation.
|
void |
DefaultItemSorter.setSortProperties(Container.Sortable container,
Object[] propertyId,
boolean[] ascending)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SQLContainer
Deprecated.
As of 8.0, no replacement available, see
DataProvider. |
| Modifier and Type | Class and Description |
|---|---|
class |
Table
Deprecated.
As of 8.0, use
Grid instead |
class |
TreeTable
Deprecated.
See
TreeGrid. |
Copyright © 2019 Vaadin Ltd. All rights reserved.