| Modifier and Type | Method and Description |
|---|---|
static List<?> |
ContainerHelpers.getItemIdsUsingGetIdByIndex(int startIndex,
int numberOfIds,
Container.Indexed container)
Deprecated.
Get a range of item ids from the container using
getIdByIndex(int). |
| 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 |
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 |
|---|---|
Container.Indexed |
GeneratedPropertyContainer.getWrappedContainer()
Deprecated.
Returns the original underlying container.
|
| Constructor and Description |
|---|
GeneratedPropertyContainer(Container.Indexed container)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SQLContainer
Deprecated.
As of 8.0, no replacement available, see
DataProvider. |
| Constructor and Description |
|---|
RpcDataProviderExtension(Container.Indexed container)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Container.Indexed |
Grid.getContainerDataSource()
Deprecated.
Returns the grid data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setContainerDataSource(Container.Indexed container)
Deprecated.
Sets the grid data source.
|
void |
Calendar.setContainerDataSource(Container.Indexed container)
Deprecated.
Sets a container as a data source for the events in the calendar.
|
void |
Calendar.setContainerDataSource(Container.Indexed container,
Object captionProperty,
Object descriptionProperty,
Object startDateProperty,
Object endDateProperty,
Object styleNameProperty)
Deprecated.
Sets a container as a data source for the events in the calendar.
|
| Constructor and Description |
|---|
Grid(Container.Indexed dataSource)
Deprecated.
Creates a new Grid using the given data source.
|
Grid(String caption,
Container.Indexed dataSource)
Deprecated.
Creates a new Grid with the given caption and data source.
|
| Modifier and Type | Method and Description |
|---|---|
Container.Indexed |
ContainerEventProvider.getContainerDataSource()
Deprecated.
Returns the container used as data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerEventProvider.setContainerDataSource(Container.Indexed container)
Deprecated.
Set the container data source.
|
| Constructor and Description |
|---|
ContainerEventProvider(Container.Indexed container)
Deprecated.
Constructor.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.