Uses of Interface
com.vaadin.data.Item
-
-
Uses of Item in com.vaadin.data
Methods in com.vaadin.data that return Item Modifier and Type Method Description Item
Container. addItem(Object itemId)
Creates a new Item with the given ID in the Container.Item
Container.Ordered. addItemAfter(Object previousItemId, Object newItemId)
Adds a new item after the given item.Item
Container.Indexed. addItemAt(int index, Object newItemId)
Adds a new item at given index (in the filtered view).Item
Container. getItem(Object itemId)
Gets theItem
with the given Item ID from the Container.Item
Item.PropertySetChangeEvent. getItem()
Retrieves the Item whose contents has been modified.Item
Item.Viewer. getItemDataSource()
Gets the Item serving as the data source of the viewer.Methods in com.vaadin.data with parameters of type Item Modifier and Type Method Description boolean
Container.Filter. passesFilter(Object itemId, Item item)
Check if an item passes the filter (in-memory filtering).void
Item.Viewer. setItemDataSource(Item newDataSource)
Sets the Item that serves as the data source of the viewer. -
Uses of Item in com.vaadin.data.fieldgroup
Methods in com.vaadin.data.fieldgroup that return Item Modifier and Type Method Description Item
FieldGroup. getItemDataSource()
Gets the item used by this FieldBinder.Methods in com.vaadin.data.fieldgroup with parameters of type Item Modifier and Type Method Description void
BeanFieldGroup. setItemDataSource(Item item)
void
FieldGroup. setItemDataSource(Item itemDataSource)
Updates the item that is used by this FieldBinder.Constructors in com.vaadin.data.fieldgroup with parameters of type Item Constructor Description FieldGroup(Item itemDataSource)
Constructs a field binder that uses the given data source. -
Uses of Item in com.vaadin.data.util
Classes in com.vaadin.data.util with type parameters of type Item Modifier and Type Class Description class
AbstractInMemoryContainer<ITEMIDTYPE,PROPERTYIDCLASS,ITEMCLASS extends Item>
AbstractContainer
class that handles common functionality for in-memory containers.Classes in com.vaadin.data.util that implement Item Modifier and Type Class Description class
BeanItem<BT>
A wrapper class for adding the Item interface to any Java Bean.class
FilesystemContainer.FileItem
A Item wrapper for files in a filesystem.class
GeneratedPropertyContainer.GeneratedPropertyItem
Item implementation for generated properties, used to wrap the Item that belongs to the wrapped container.class
PropertysetItem
Class for handling a set of identified Properties.Methods in com.vaadin.data.util that return Item Modifier and Type Method Description Item
AbstractInMemoryContainer. addItem(Object itemId)
Item
ContainerHierarchicalWrapper. addItem(Object itemId)
Adds a new Item by its ID to the underlying container and to the hierarchy.Item
ContainerOrderedWrapper. addItem(Object itemId)
Registers a new Item by its ID to the underlying container and to the ordering.Item
FilesystemContainer. addItem(Object itemId)
Item
GeneratedPropertyContainer. addItem(Object itemId)
Item
HierarchicalContainer. addItem(Object itemId)
Item
IndexedContainer. addItem(Object itemId)
Item
AbstractInMemoryContainer. addItemAfter(Object previousItemId, Object newItemId)
Item
ContainerOrderedWrapper. addItemAfter(Object previousItemId, Object newItemId)
Item
GeneratedPropertyContainer. addItemAfter(Object previousItemId, Object newItemId)
Item
IndexedContainer. addItemAfter(Object previousItemId, Object newItemId)
Item
AbstractInMemoryContainer. addItemAt(int index, Object newItemId)
Item
GeneratedPropertyContainer. addItemAt(int index, Object newItemId)
Item
IndexedContainer. addItemAt(int index, Object newItemId)
Item
ContainerHierarchicalWrapper. getItem(Object itemId)
Item
ContainerOrderedWrapper. getItem(Object itemId)
Item
FilesystemContainer. getItem(Object itemId)
Item
GeneratedPropertyContainer. getItem(Object itemId)
protected Item
IndexedContainer. getUnfilteredItem(Object itemId)
Item
GeneratedPropertyContainer.GeneratedPropertyItem. getWrappedItem()
Returns the wrapped Item that belongs to the wrapped containerMethods in com.vaadin.data.util with parameters of type Item Modifier and Type Method Description protected int
DefaultItemSorter. compareProperty(Object propertyId, boolean sortDirection, Item item1, Item item2)
Compares the property indicated bypropertyId
in the items indicated byitem1
anditem2
for order.protected void
IndexedContainer. fireItemAdded(int position, Object itemId, Item item)
abstract T
PropertyValueGenerator. getValue(Item item, Object itemId, Object propertyId)
Returns value for given Item.protected void
IndexedContainer. registerNewItem(int index, Object newItemId, Item item)
Constructors in com.vaadin.data.util with parameters of type Item Constructor Description GeneratedProperty(Item item, Object propertyId, Object itemId, PropertyValueGenerator<T> generator)
GeneratedPropertyItem(Object itemId, Item item)
-
Uses of Item in com.vaadin.data.util.filter
Methods in com.vaadin.data.util.filter with parameters of type Item Modifier and Type Method Description boolean
And. passesFilter(Object itemId, Item item)
boolean
Between. passesFilter(Object itemId, Item item)
boolean
Compare. passesFilter(Object itemId, Item item)
boolean
IsNull. passesFilter(Object itemId, Item item)
boolean
Like. passesFilter(Object itemId, Item item)
boolean
Not. passesFilter(Object itemId, Item item)
boolean
Or. passesFilter(Object itemId, Item item)
boolean
SimpleStringFilter. passesFilter(Object itemId, Item item)
-
Uses of Item in com.vaadin.data.util.sqlcontainer
Classes in com.vaadin.data.util.sqlcontainer that implement Item Modifier and Type Class Description class
RowItem
RowItem represents one row of a result set obtained from a QueryDelegate.Methods in com.vaadin.data.util.sqlcontainer that return Item Modifier and Type Method Description Item
SQLContainer. addItem(Object itemId)
Item
SQLContainer. addItemAfter(Object previousItemId, Object newItemId)
Item
SQLContainer. addItemAt(int index, Object newItemId)
Item
SQLContainer. getItem(Object itemId)
Item
SQLContainer. getItemUnfiltered(Object itemId)
Bypasses in-memory filtering to return items that are cached in memory.Item
SQLContainer. getReferencedItem(Object itemId, SQLContainer refdCont)
Fetches the referenced item from the target SQLContainer. -
Uses of Item in com.vaadin.event
Methods in com.vaadin.event that return Item Modifier and Type Method Description Item
ItemClickEvent. getItem()
Gets the item on which the click event occurred.Constructors in com.vaadin.event with parameters of type Item Constructor Description ItemClickEvent(Component source, Item item, Object itemId, Object propertyId, MouseEventDetails details)
-
Uses of Item in com.vaadin.server.communication.data
Methods in com.vaadin.server.communication.data with parameters of type Item Modifier and Type Method Description void
DataGenerator. generateData(Object itemId, Item item, JsonObject rowData)
Adds data to row object for given item and item id being sent to client. -
Uses of Item in com.vaadin.ui
Classes in com.vaadin.ui that implement Item Modifier and Type Class Description class
Form
Deprecated.As of 7.0, useFieldGroup
instead ofForm
for more flexibility.Methods in com.vaadin.ui that return Item Modifier and Type Method Description Item
AbstractSelect. addItem(Object itemId)
Create a new item into container.Item
TreeTable. addItem(Object itemId)
Create a new item into container.Item
Table. addItemAfter(Object previousItemId, Object newItemId)
Adds new item after the given item.Item
TreeTable. addItemAfter(Object previousItemId, Object newItemId)
Adds new item after the given item.Item
AbstractSelect. getItem(Object itemId)
Gets the item from the container with given id.Item
Grid.CellReference. getItem()
Gets the item for the row of the cell.Item
Grid.RowReference. getItem()
Gets the item for the row.Item
Form. getItemDataSource()
Deprecated.Methods in com.vaadin.ui with parameters of type Item Modifier and Type Method Description Field<?>
DefaultFieldFactory. createField(Item item, Object propertyId, Component uiContext)
Field<?>
FormFieldFactory. createField(Item item, Object propertyId, Component uiContext)
Deprecated.Creates a field based on the item, property id and the component (most commonlyForm
) where the Field will be presented.void
Grid.AbstractSelectionModel. generateData(Object itemId, Item item, JsonObject rowData)
void
Grid.DetailComponentManager. generateData(Object itemId, Item item, JsonObject rowData)
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.
-