Uses of Interface
com.vaadin.v7.data.Item
-
-
Uses of Item in com.vaadin.v7.data
Methods in com.vaadin.v7.data that return Item Modifier and Type Method Description ItemContainer. addItem(Object itemId)Deprecated.Creates a new Item with the given ID in the Container.ItemContainer.Ordered. addItemAfter(Object previousItemId, Object newItemId)Deprecated.Adds a new item after the given item.ItemContainer.Indexed. addItemAt(int index, Object newItemId)Deprecated.Adds a new item at given index (in the filtered view).ItemContainer. getItem(Object itemId)Deprecated.Gets theItemwith the given Item ID from the Container.ItemItem.PropertySetChangeEvent. getItem()Deprecated.Retrieves the Item whose contents has been modified.ItemItem.Viewer. getItemDataSource()Deprecated.Gets the Item serving as the data source of the viewer.Methods in com.vaadin.v7.data with parameters of type Item Modifier and Type Method Description booleanContainer.Filter. passesFilter(Object itemId, Item item)Deprecated.Check if an item passes the filter (in-memory filtering).voidItem.Viewer. setItemDataSource(Item newDataSource)Deprecated.Sets the Item that serves as the data source of the viewer. -
Uses of Item in com.vaadin.v7.data.fieldgroup
Methods in com.vaadin.v7.data.fieldgroup that return Item Modifier and Type Method Description ItemFieldGroup. getItemDataSource()Deprecated.Gets the item used by this FieldBinder.Methods in com.vaadin.v7.data.fieldgroup with parameters of type Item Modifier and Type Method Description voidBeanFieldGroup. setItemDataSource(Item item)Deprecated.voidFieldGroup. setItemDataSource(Item itemDataSource)Deprecated.Updates the item that is used by this FieldBinder.Constructors in com.vaadin.v7.data.fieldgroup with parameters of type Item Constructor Description FieldGroup(Item itemDataSource)Deprecated.Constructs a field binder that uses the given data source. -
Uses of Item in com.vaadin.v7.data.util
Classes in com.vaadin.v7.data.util with type parameters of type Item Modifier and Type Class Description classAbstractInMemoryContainer<ITEMIDTYPE,PROPERTYIDCLASS,ITEMCLASS extends Item>Deprecated.As of 8.0, replaced byDataProviderClasses in com.vaadin.v7.data.util that implement Item Modifier and Type Class Description classBeanItem<BT>Deprecated.As of 8.0, no direct replacement available.classFilesystemContainer.FileItemDeprecated.classGeneratedPropertyContainer.GeneratedPropertyItemDeprecated.classPropertysetItemDeprecated.As of 8.0, no direct replacement available.Methods in com.vaadin.v7.data.util that return Item Modifier and Type Method Description ItemAbstractInMemoryContainer. addItem(Object itemId)Deprecated.ItemContainerHierarchicalWrapper. addItem(Object itemId)Deprecated.Adds a new Item by its ID to the underlying container and to the hierarchy.ItemContainerOrderedWrapper. addItem(Object itemId)Deprecated.Registers a new Item by its ID to the underlying container and to the ordering.ItemFilesystemContainer. addItem(Object itemId)Deprecated.ItemGeneratedPropertyContainer. addItem(Object itemId)Deprecated.ItemHierarchicalContainer. addItem(Object itemId)Deprecated.ItemIndexedContainer. addItem(Object itemId)Deprecated.ItemAbstractInMemoryContainer. addItemAfter(Object previousItemId, Object newItemId)Deprecated.ItemContainerOrderedWrapper. addItemAfter(Object previousItemId, Object newItemId)Deprecated.ItemGeneratedPropertyContainer. addItemAfter(Object previousItemId, Object newItemId)Deprecated.ItemIndexedContainer. addItemAfter(Object previousItemId, Object newItemId)Deprecated.ItemAbstractInMemoryContainer. addItemAt(int index, Object newItemId)Deprecated.ItemGeneratedPropertyContainer. addItemAt(int index, Object newItemId)Deprecated.ItemIndexedContainer. addItemAt(int index, Object newItemId)Deprecated.ItemContainerHierarchicalWrapper. getItem(Object itemId)Deprecated.ItemContainerOrderedWrapper. getItem(Object itemId)Deprecated.ItemFilesystemContainer. getItem(Object itemId)Deprecated.ItemGeneratedPropertyContainer. getItem(Object itemId)Deprecated.protected ItemIndexedContainer. getUnfilteredItem(Object itemId)Deprecated.ItemGeneratedPropertyContainer.GeneratedPropertyItem. getWrappedItem()Deprecated.Returns the wrapped Item that belongs to the wrapped container.Methods in com.vaadin.v7.data.util with parameters of type Item Modifier and Type Method Description protected intDefaultItemSorter. compareProperty(Object propertyId, boolean sortDirection, Item item1, Item item2)Deprecated.Compares the property indicated bypropertyIdin the items indicated byitem1anditem2for order.protected voidIndexedContainer. fireItemAdded(int position, Object itemId, Item item)Deprecated.abstract TPropertyValueGenerator. getValue(Item item, Object itemId, Object propertyId)Deprecated.Returns value for given Item.protected voidIndexedContainer. registerNewItem(int index, Object newItemId, Item item)Deprecated.Constructors in com.vaadin.v7.data.util with parameters of type Item Constructor Description GeneratedProperty(Item item, Object propertyId, Object itemId, PropertyValueGenerator<T> generator)Deprecated.GeneratedPropertyItem(Object itemId, Item item)Deprecated. -
Uses of Item in com.vaadin.v7.data.util.filter
Methods in com.vaadin.v7.data.util.filter with parameters of type Item Modifier and Type Method Description booleanAnd. passesFilter(Object itemId, Item item)Deprecated.booleanBetween. passesFilter(Object itemId, Item item)Deprecated.booleanCompare. passesFilter(Object itemId, Item item)Deprecated.booleanIsNull. passesFilter(Object itemId, Item item)Deprecated.booleanLike. passesFilter(Object itemId, Item item)Deprecated.booleanNot. passesFilter(Object itemId, Item item)Deprecated.booleanOr. passesFilter(Object itemId, Item item)Deprecated.booleanSimpleStringFilter. passesFilter(Object itemId, Item item)Deprecated. -
Uses of Item in com.vaadin.v7.data.util.sqlcontainer
Classes in com.vaadin.v7.data.util.sqlcontainer that implement Item Modifier and Type Class Description classRowItemDeprecated.As of 8.0, no replacement available.Methods in com.vaadin.v7.data.util.sqlcontainer that return Item Modifier and Type Method Description ItemSQLContainer. addItem(Object itemId)Deprecated.ItemSQLContainer. addItemAfter(Object previousItemId, Object newItemId)Deprecated.ItemSQLContainer. addItemAt(int index, Object newItemId)Deprecated.ItemSQLContainer. getItem(Object itemId)Deprecated.ItemSQLContainer. getItemUnfiltered(Object itemId)Deprecated.Bypasses in-memory filtering to return items that are cached in memory.ItemSQLContainer. getReferencedItem(Object itemId, SQLContainer refdCont)Deprecated.Fetches the referenced item from the target SQLContainer. -
Uses of Item in com.vaadin.v7.event
Methods in com.vaadin.v7.event that return Item Modifier and Type Method Description ItemItemClickEvent. getItem()Deprecated.Gets the item on which the click event occurred.Constructors in com.vaadin.v7.event with parameters of type Item Constructor Description ItemClickEvent(Component source, Item item, Object itemId, Object propertyId, com.vaadin.shared.MouseEventDetails details)Deprecated. -
Uses of Item in com.vaadin.v7.server.communication.data
Methods in com.vaadin.v7.server.communication.data with parameters of type Item Modifier and Type Method Description voidDataGenerator. 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. -
Uses of Item in com.vaadin.v7.ui
Classes in com.vaadin.v7.ui that implement Item Modifier and Type Class Description classFormDeprecated.As of 7.0, useFieldGroupinstead ofFormfor more flexibility.Methods in com.vaadin.v7.ui that return Item Modifier and Type Method Description ItemAbstractSelect. addItem(Object itemId)Deprecated.Create a new item into container.ItemTable. addItemAfter(Object previousItemId, Object newItemId)Deprecated.Adds new item after the given item.ItemAbstractSelect. getItem(Object itemId)Deprecated.Gets the item from the container with given id.ItemGrid.CellReference. getItem()Deprecated.Gets the item for the row of the cell.ItemGrid.RowReference. getItem()Deprecated.Gets the item for the row.ItemForm. getItemDataSource()Deprecated.Methods in com.vaadin.v7.ui with parameters of type Item Modifier and Type Method Description Field<?>DefaultFieldFactory. createField(Item item, Object propertyId, Component uiContext)Deprecated.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.voidGrid.AbstractSelectionModel. generateData(Object itemId, Item item, elemental.json.JsonObject rowData)Deprecated.voidGrid.DetailComponentManager. generateData(Object itemId, Item item, elemental.json.JsonObject rowData)Deprecated.voidForm. setItemDataSource(Item newDataSource)Deprecated.Sets the item datasource for the form.voidForm. setItemDataSource(Item newDataSource, Collection<?> propertyIds)Deprecated.Set the item datasource for the form, but limit the form contents to specified properties of the item.
-