|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Container | |
|---|---|
| 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.ui | Provides interfaces and classes in the IT Mill Toolkit. |
| Uses of Container in com.itmill.toolkit.data |
|---|
| Subinterfaces of Container in com.itmill.toolkit.data | |
|---|---|
static interface |
Container.Hierarchical
Interface for Container classes whose Items can be
arranged hierarchically. |
static interface |
Container.Indexed
Interface for Container classes whose Items can be indexed. |
static interface |
Container.Ordered
Interface for Container classes whose Items can be traversed in order. |
static interface |
Container.Sortable
Interface for Container classes whose Items can be sorted. |
| Methods in com.itmill.toolkit.data that return Container | |
|---|---|
Container |
Container.ItemSetChangeEvent.getContainer()
Gets the Property where the event occurred. |
Container |
Container.PropertySetChangeEvent.getContainer()
Retrieves the Container whose contents have been modified. |
Container |
Container.Viewer.getContainerDataSource()
Gets the Container serving as the data source of the viewer. |
| Methods in com.itmill.toolkit.data with parameters of type Container | |
|---|---|
void |
Container.Viewer.setContainerDataSource(Container newDataSource)
Sets the Container that serves as the data source of the viewer. |
| Uses of Container in com.itmill.toolkit.data.util |
|---|
| Classes in com.itmill.toolkit.data.util that implement Container | |
|---|---|
class |
ContainerHierarchicalWrapper
A wrapper class for adding external hierarchy to containers not implementing the Container.Hierarchical interface. |
class |
ContainerOrderedWrapper
A wrapper class for adding external ordering to containers not implementing the Container.Ordered interface. |
class |
FilesystemContainer
A hierarchical container wrapper for a filesystem. |
class |
HierarchicalContainer
A specialized Container whose contents can be accessed like it was a tree-like structure. |
class |
IndexedContainer
Indexed container implementation. |
class |
QueryContainer
The QueryContainer is the specialized form of Container which
is Ordered and Indexed. |
| Constructors in com.itmill.toolkit.data.util with parameters of type Container | |
|---|---|
ContainerHierarchicalWrapper(Container toBeWrapped)
Constructs a new hierarchical wrapper for an existing Container. |
|
ContainerOrderedWrapper(Container toBeWrapped)
Constructs a new ordered wrapper for an existing Container. |
|
| Uses of Container in com.itmill.toolkit.ui |
|---|
| Classes in com.itmill.toolkit.ui that implement Container | |
|---|---|
class |
Select
A class representing a selection of items the user has selected in a UI. |
class |
Table
TableComponent is used for representing data or components in
pageable and selectable table. |
class |
Tree
MenuTree component. |
| Fields in com.itmill.toolkit.ui declared as Container | |
|---|---|
protected Container |
Select.items
Select options. |
| Methods in com.itmill.toolkit.ui that return Container | |
|---|---|
Container |
Select.getContainerDataSource()
Gets the viewing data-source container. |
| Methods in com.itmill.toolkit.ui with parameters of type Container | |
|---|---|
Field |
FieldFactory.createField(Container container,
Object itemId,
Object propertyId,
Component uiContext)
Creates a field based on the container item id and property id. |
Field |
BaseFieldFactory.createField(Container container,
Object itemId,
Object propertyId,
Component uiContext)
|
void |
Table.setContainerDataSource(Container newDataSource)
Sets the Container that serves as the data source of the viewer. |
void |
Tree.setContainerDataSource(Container newDataSource)
Sets the Container that serves as the data source of the viewer. |
void |
Select.setContainerDataSource(Container newDataSource)
Sets the container as data-source for viewing. |
| Constructors in com.itmill.toolkit.ui with parameters of type Container | |
|---|---|
Select(String caption,
Container dataSource)
Creates a new select wthat is connected to a data-source. |
|
Table(String caption,
Container dataSource)
Creates a new table with caption and connect it to a Container. |
|
Tree(String caption,
Container dataSource)
Creates a new tree with caption and connect it to a Container. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||