| Package | Description |
|---|---|
| com.vaadin.v7.data | |
| com.vaadin.v7.data.util | |
| com.vaadin.v7.data.util.sqlcontainer | |
| com.vaadin.v7.ui |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Collapsible
Deprecated.
Use
TreeGrid.addExpandListener() and
TreeGrid.addCollapseListener(). |
static interface |
Container.Indexed
Deprecated.
|
static interface |
Container.Sortable
Deprecated.
As of 8.0, sorting is integrated into
DataProvider
and Query.getSortOrders(). For in-memory case, you
can use also
ListDataProvider.setSortComparator(SerializableComparator).
For back-end DataProviders, see
AbstractBackEndDataProvider.setSortOrders(List). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBeanContainer<IDTYPE,BEANTYPE>
Deprecated.
As of 8.0, replaced by
DataProvider |
class |
AbstractInMemoryContainer<ITEMIDTYPE,PROPERTYIDCLASS,ITEMCLASS extends Item>
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 |
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 |
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.