| Modifier and Type | Method and Description |
|---|---|
Item |
Container.addItem(Object itemId)
Deprecated.
Creates a new Item with the given ID in the Container.
|
Item |
Container.Ordered.addItemAfter(Object previousItemId,
Object newItemId)
Deprecated.
Adds a new item after the given item.
|
Item |
Container.Indexed.addItemAt(int index,
Object newItemId)
Deprecated.
Adds a new item at given index (in the filtered view).
|
Item |
Item.PropertySetChangeEvent.getItem()
Deprecated.
Retrieves the Item whose contents has been modified.
|
Item |
Container.getItem(Object itemId)
Deprecated.
Gets the
Item with the given Item ID from the Container. |
Item |
Item.Viewer.getItemDataSource()
Deprecated.
Gets the Item serving as the data source of the viewer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Container.Filter.passesFilter(Object itemId,
Item item)
Deprecated.
Check if an item passes the filter (in-memory filtering).
|
void |
Item.Viewer.setItemDataSource(Item newDataSource)
Deprecated.
Sets the Item that serves as the data source of the viewer.
|
| Modifier and Type | Method and Description |
|---|---|
Item |
FieldGroup.getItemDataSource()
Deprecated.
Gets the item used by this FieldBinder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldGroup.setItemDataSource(Item itemDataSource)
Deprecated.
Updates the item that is used by this FieldBinder.
|
void |
BeanFieldGroup.setItemDataSource(Item item)
Deprecated.
|
| Constructor and Description |
|---|
FieldGroup(Item itemDataSource)
Deprecated.
Constructs a field binder that uses the given data source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInMemoryContainer<ITEMIDTYPE,PROPERTYIDCLASS,ITEMCLASS extends Item>
Deprecated.
As of 8.0, replaced by
DataProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanItem<BT>
Deprecated.
As of 8.0, no direct replacement available. You can use any bean directly as an item for
Binder
or DataProvider and access the item properties with lambdas like binder.forField(component).bind(...) or
new Grid<Bean>(dataProvider).addColumn(bean->bean.getSomething()). |
class |
FilesystemContainer.FileItem
Deprecated.
|
class |
GeneratedPropertyContainer.GeneratedPropertyItem
Deprecated.
|
class |
PropertysetItem
Deprecated.
As of 8.0, no direct replacement available. You can use
Map directly as an item for Binder or
DataProvider and access item properties with lambdas like
binder.forField(component).bind(...) or
new Grid<Map<...>>(dataProvider).addColumn(map->map.get(...)). |
| Modifier and Type | Method and Description |
|---|---|
Item |
IndexedContainer.addItem(Object itemId)
Deprecated.
|
Item |
HierarchicalContainer.addItem(Object itemId)
Deprecated.
|
Item |
GeneratedPropertyContainer.addItem(Object itemId)
Deprecated.
|
Item |
FilesystemContainer.addItem(Object itemId)
Deprecated.
|
Item |
ContainerOrderedWrapper.addItem(Object itemId)
Deprecated.
Registers a new Item by its ID to the underlying container and to the
ordering.
|
Item |
ContainerHierarchicalWrapper.addItem(Object itemId)
Deprecated.
Adds a new Item by its ID to the underlying container and to the
hierarchy.
|
Item |
AbstractInMemoryContainer.addItem(Object itemId)
Deprecated.
|
Item |
IndexedContainer.addItemAfter(Object previousItemId,
Object newItemId)
Deprecated.
|
Item |
GeneratedPropertyContainer.addItemAfter(Object previousItemId,
Object newItemId)
Deprecated.
|
Item |
ContainerOrderedWrapper.addItemAfter(Object previousItemId,
Object newItemId)
Deprecated.
|
Item |
AbstractInMemoryContainer.addItemAfter(Object previousItemId,
Object newItemId)
Deprecated.
|
Item |
IndexedContainer.addItemAt(int index,
Object newItemId)
Deprecated.
|
Item |
GeneratedPropertyContainer.addItemAt(int index,
Object newItemId)
Deprecated.
|
Item |
AbstractInMemoryContainer.addItemAt(int index,
Object newItemId)
Deprecated.
|
Item |
GeneratedPropertyContainer.getItem(Object itemId)
Deprecated.
|
Item |
FilesystemContainer.getItem(Object itemId)
Deprecated.
|
Item |
ContainerOrderedWrapper.getItem(Object itemId)
Deprecated.
|
Item |
ContainerHierarchicalWrapper.getItem(Object itemId)
Deprecated.
|
protected Item |
IndexedContainer.getUnfilteredItem(Object itemId)
Deprecated.
|
Item |
GeneratedPropertyContainer.GeneratedPropertyItem.getWrappedItem()
Deprecated.
Returns the wrapped Item that belongs to the wrapped container.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
DefaultItemSorter.compareProperty(Object propertyId,
boolean sortDirection,
Item item1,
Item item2)
Deprecated.
Compares the property indicated by
propertyId in the items
indicated by item1 and item2 for order. |
protected void |
IndexedContainer.fireItemAdded(int position,
Object itemId,
Item item)
Deprecated.
|
abstract T |
PropertyValueGenerator.getValue(Item item,
Object itemId,
Object propertyId)
Deprecated.
Returns value for given Item.
|
protected void |
IndexedContainer.registerNewItem(int index,
Object newItemId,
Item item)
Deprecated.
|
| Constructor and Description |
|---|
GeneratedProperty(Item item,
Object propertyId,
Object itemId,
PropertyValueGenerator<T> generator)
Deprecated.
|
GeneratedPropertyItem(Object itemId,
Item item)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SimpleStringFilter.passesFilter(Object itemId,
Item item)
Deprecated.
|
boolean |
Or.passesFilter(Object itemId,
Item item)
Deprecated.
|
boolean |
Not.passesFilter(Object itemId,
Item item)
Deprecated.
|
boolean |
Like.passesFilter(Object itemId,
Item item)
Deprecated.
|
boolean |
IsNull.passesFilter(Object itemId,
Item item)
Deprecated.
|
boolean |
Compare.passesFilter(Object itemId,
Item item)
Deprecated.
|
boolean |
Between.passesFilter(Object itemId,
Item item)
Deprecated.
|
boolean |
And.passesFilter(Object itemId,
Item item)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RowItem
Deprecated.
As of 8.0, no replacement available.
|
| Modifier and Type | Method and Description |
|---|---|
Item |
SQLContainer.addItem(Object itemId)
Deprecated.
|
Item |
SQLContainer.addItemAfter(Object previousItemId,
Object newItemId)
Deprecated.
|
Item |
SQLContainer.addItemAt(int index,
Object newItemId)
Deprecated.
|
Item |
SQLContainer.getItem(Object itemId)
Deprecated.
|
Item |
SQLContainer.getItemUnfiltered(Object itemId)
Deprecated.
Bypasses in-memory filtering to return items that are cached in memory.
|
Item |
SQLContainer.getReferencedItem(Object itemId,
SQLContainer refdCont)
Deprecated.
Fetches the referenced item from the target SQLContainer.
|
| Modifier and Type | Method and Description |
|---|---|
Item |
ItemClickEvent.getItem()
Deprecated.
Gets the item on which the click event occurred.
|
| Constructor and Description |
|---|
ItemClickEvent(Component source,
Item item,
Object itemId,
Object propertyId,
com.vaadin.shared.MouseEventDetails details)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataGenerator.generateData(Object itemId,
Item item,
elemental.json.JsonObject rowData)
Deprecated.
Adds data to row object for given item and item id being sent to client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Form
Deprecated.
As of 7.0, use
FieldGroup instead of Form for
more flexibility. |
| Modifier and Type | Method and Description |
|---|---|
Item |
AbstractSelect.addItem(Object itemId)
Deprecated.
Create a new item into container.
|
Item |
Table.addItemAfter(Object previousItemId,
Object newItemId)
Deprecated.
Adds new item after the given item.
|
Item |
Grid.RowReference.getItem()
Deprecated.
Gets the item for the row.
|
Item |
Grid.CellReference.getItem()
Deprecated.
Gets the item for the row of the cell.
|
Item |
AbstractSelect.getItem(Object itemId)
Deprecated.
Gets the item from the container with given id.
|
Item |
Form.getItemDataSource()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Field<?> |
FormFieldFactory.createField(Item item,
Object propertyId,
Component uiContext)
Deprecated.
Creates a field based on the item, property id and the component (most
commonly
Form) where the Field will be presented. |
Field<?> |
DefaultFieldFactory.createField(Item item,
Object propertyId,
Component uiContext)
Deprecated.
|
void |
Grid.DetailComponentManager.generateData(Object itemId,
Item item,
elemental.json.JsonObject rowData)
Deprecated.
|
void |
Grid.AbstractSelectionModel.generateData(Object itemId,
Item item,
elemental.json.JsonObject rowData)
Deprecated.
|
void |
Form.setItemDataSource(Item newDataSource)
Deprecated.
Sets the item datasource for the form.
|
void |
Form.setItemDataSource(Item newDataSource,
Collection<?> propertyIds)
Deprecated.
Set the item datasource for the form, but limit the form contents to
specified properties of the item.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.