|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Item | |
---|---|
com.itmill.toolkit.data | Provides interfaces for the data layer which contains classes for typed data values, data collections, and handlers. |
com.itmill.toolkit.data.util | Provides various utility classes that implement the data layer functionality. |
com.itmill.toolkit.event | Provides classes and interfaces for the inheritable event model. |
com.itmill.toolkit.ui | Provides interfaces and classes in the IT Mill Toolkit. |
Uses of Item in com.itmill.toolkit.data |
---|
Methods in com.itmill.toolkit.data that return Item | |
---|---|
Item |
Container.addItem(Object itemId)
Creates a new Item with the given ID into the Container. |
Item |
Container.Ordered.addItemAfter(Object previousItemId,
Object newItemId)
Adds new item after the given item. |
Item |
Container.Indexed.addItemAt(int index,
Object newItemId)
Adds new item at given index. |
Item |
Item.PropertySetChangeEvent.getItem()
Retrieves the Item whose contents has been modified. |
Item |
Container.getItem(Object itemId)
Gets the Item with the given Item ID from the Container. |
Item |
Item.Viewer.getItemDataSource()
Gets the Item serving as the data source of the viewer. |
Methods in com.itmill.toolkit.data with parameters of type Item | |
---|---|
void |
Item.Viewer.setItemDataSource(Item newDataSource)
Sets the Item that serves as the data source of the viewer. |
Uses of Item in com.itmill.toolkit.data.util |
---|
Classes in com.itmill.toolkit.data.util that implement Item | |
---|---|
class |
BeanItem
A wrapper class for adding the Item interface to any Java Bean. |
class |
FilesystemContainer.FileItem
A Item wrapper for files in a filesystem. |
class |
PropertysetItem
Class for handling a set of identified Properties. |
Methods in com.itmill.toolkit.data.util that return Item | |
---|---|
Item |
FilesystemContainer.addItem(Object itemId)
|
Item |
ContainerOrderedWrapper.addItem(Object itemId)
Registers a new Item by its ID to the underlying container and to the ordering. |
Item |
ContainerHierarchicalWrapper.addItem(Object itemId)
Adds a new Item by its ID to the underlying container and to the hierarchy. |
Item |
QueryContainer.addItem(Object itemId)
Creates new Item with the given ID into the Container. |
Item |
IndexedContainer.addItem(Object itemId)
|
Item |
HierarchicalContainer.addItem(Object itemId)
|
Item |
ContainerOrderedWrapper.addItemAfter(Object previousItemId,
Object newItemId)
|
Item |
QueryContainer.addItemAfter(Object previousItemId,
Object newItemId)
Adds new item after the given item. |
Item |
IndexedContainer.addItemAfter(Object previousItemId,
Object newItemId)
|
Item |
QueryContainer.addItemAt(int index,
Object newItemId)
Adds the given item at the position of given index. |
Item |
IndexedContainer.addItemAt(int index,
Object newItemId)
|
Item |
FilesystemContainer.getItem(Object itemId)
|
Item |
ContainerOrderedWrapper.getItem(Object itemId)
|
Item |
ContainerHierarchicalWrapper.getItem(Object itemId)
|
Item |
QueryContainer.getItem(Object id)
Gets the Item with the given Item ID from the Container. |
Item |
IndexedContainer.getItem(Object itemId)
|
Uses of Item in com.itmill.toolkit.event |
---|
Methods in com.itmill.toolkit.event that return Item | |
---|---|
Item |
ItemClickEvent.getItem()
Gets the item on which the click event occurred. |
Constructors in com.itmill.toolkit.event with parameters of type Item | |
---|---|
ItemClickEvent(Component source,
Item item,
Object itemId,
Object propertyId,
MouseEventDetails details)
|
Uses of Item in com.itmill.toolkit.ui |
---|
Classes in com.itmill.toolkit.ui that implement Item | |
---|---|
class |
Form
Form component provides easy way of creating and managing sets fields. |
Methods in com.itmill.toolkit.ui that return Item | |
---|---|
Item |
AbstractSelect.addItem(Object itemId)
Create a new item into container. |
Item |
Table.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 |
Form.getItemDataSource()
|
Methods in com.itmill.toolkit.ui with parameters of type Item | |
---|---|
Field |
FieldFactory.createField(Item item,
Object propertyId,
Component uiContext)
Creates a field based on the item and property id. |
Field |
BaseFieldFactory.createField(Item item,
Object propertyId,
Component uiContext)
Creates the field based on the item and property id. |
void |
Form.setItemDataSource(Item newDataSource)
Sets the item datasource for the form. |
void |
Form.setItemDataSource(Item newDataSource,
Collection propertyIds)
Set the item datasource for the form, but limit the form contents to specified properties of the item. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |