| Package | Description |
|---|---|
| com.vaadin.v7.data | |
| com.vaadin.v7.data.util | |
| com.vaadin.v7.data.util.sqlcontainer | |
| com.vaadin.v7.event | |
| com.vaadin.v7.ui |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Collapsible
Deprecated.
Use
TreeGrid.addExpandListener() and
TreeGrid.addCollapseListener(). |
static interface |
Container.Filterable
Deprecated.
|
static interface |
Container.Hierarchical
Deprecated.
See
HierarchicalDataProvider and its implementations. |
static interface |
Container.Indexed
Deprecated.
|
static interface |
Container.Ordered
Deprecated.
|
static interface |
Container.SimpleFilterable
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 | Method and Description |
|---|---|
Container |
Container.ItemSetChangeEvent.getContainer()
Deprecated.
Gets the Property where the event occurred.
|
Container |
Container.PropertySetChangeEvent.getContainer()
Deprecated.
Retrieves the Container whose contents have been modified.
|
Container |
Container.Viewer.getContainerDataSource()
Deprecated.
Gets the Container serving as the data source of the viewer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Container.Viewer.setContainerDataSource(Container newDataSource)
Deprecated.
Sets the Container that serves as the data source of the viewer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBeanContainer<IDTYPE,BEANTYPE>
Deprecated.
As of 8.0, replaced by
DataProvider |
class |
AbstractContainer
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 |
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 |
FilesystemContainer
Deprecated.
No direct replacement - use a subclass of
AbstractBackEndHierarchicalDataProvider, such as the
example in Vaadin Sampler for File System Explorer. |
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 | Method and Description |
|---|---|
Container |
GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent.getContainer()
Deprecated.
|
Container |
AbstractContainer.BasePropertySetChangeEvent.getContainer()
Deprecated.
|
Container |
AbstractContainer.BaseItemSetChangeEvent.getContainer()
Deprecated.
|
| Constructor and Description |
|---|
BaseItemAddEvent(Container source,
Object itemId,
int index,
int count)
Deprecated.
|
BaseItemRemoveEvent(Container source,
Object itemId,
int index,
int count)
Deprecated.
|
BaseItemSetChangeEvent(Container source)
Deprecated.
|
BasePropertySetChangeEvent(Container source)
Deprecated.
|
ContainerHierarchicalWrapper(Container toBeWrapped)
Deprecated.
Constructs a new hierarchical wrapper for an existing Container.
|
ContainerOrderedWrapper(Container toBeWrapped)
Deprecated.
Constructs a new ordered wrapper for an existing Container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SQLContainer
Deprecated.
As of 8.0, no replacement available, see
DataProvider. |
| Modifier and Type | Method and Description |
|---|---|
Container |
SQLContainer.ItemSetChangeEvent.getContainer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
DataBoundTransferable.getSourceContainer()
Deprecated.
Returns the container data source from which the transfer occurs.
|
| 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 |
| Modifier and Type | Field and Description |
|---|---|
protected Container |
AbstractSelect.items
Deprecated.
Select options.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
AbstractSelect.getContainerDataSource()
Deprecated.
Gets the viewing data-source container.
|
| Modifier and Type | Method and Description |
|---|---|
Field<?> |
TableFieldFactory.createField(Container container,
Object itemId,
Object propertyId,
Component uiContext)
Deprecated.
Creates a field based on the Container, item id, property id and the
component responsible for displaying the field (most commonly
Table). |
Field |
DefaultFieldFactory.createField(Container container,
Object itemId,
Object propertyId,
Component uiContext)
Deprecated.
|
void |
TreeTable.setContainerDataSource(Container newDataSource)
Deprecated.
|
void |
Tree.setContainerDataSource(Container newDataSource)
Deprecated.
Sets the Container that serves as the data source of the viewer.
|
void |
Table.setContainerDataSource(Container newDataSource)
Deprecated.
Sets the Container that serves as the data source of the viewer.
|
void |
AbstractSelect.setContainerDataSource(Container newDataSource)
Deprecated.
Sets the Container that serves as the data source of the viewer.
|
void |
Table.setContainerDataSource(Container newDataSource,
Collection<?> visibleIds)
Deprecated.
Sets the container data source and the columns that will be visible.
|
| Constructor and Description |
|---|
AbstractSelect(String caption,
Container dataSource)
Deprecated.
Creates a new select that is connected to a data-source.
|
ComboBox(String caption,
Container dataSource)
Deprecated.
|
ListSelect(String caption,
Container dataSource)
Deprecated.
|
NativeSelect(String caption,
Container dataSource)
Deprecated.
|
OptionGroup(String caption,
Container dataSource)
Deprecated.
|
Select(String caption,
Container dataSource)
Deprecated.
|
Table(String caption,
Container dataSource)
Deprecated.
Creates a new table with caption and connect it to a Container.
|
Tree(String caption,
Container dataSource)
Deprecated.
Creates a new tree with caption and connect it to a Container.
|
TreeTable(String caption,
Container dataSource)
Deprecated.
Creates a TreeTable instance with given captions and data source.
|
TwinColSelect(String caption,
Container dataSource)
Deprecated.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.