|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Container.Indexed | |
|---|---|
| com.vaadin.data | Contains interfaces for the data layer, mainly for binding typed data and data collections to components, and for validating data. |
| com.vaadin.data.util | Provides implementations of Property, Item and Container interfaces, and utilities for the data layer. |
| com.vaadin.data.util.sqlcontainer | |
| com.vaadin.ui | |
| com.vaadin.ui.components.calendar | |
| com.vaadin.ui.components.grid | |
| Uses of Container.Indexed in com.vaadin.data |
|---|
| Methods in com.vaadin.data with parameters of type Container.Indexed | |
|---|---|
static java.util.List<?> |
ContainerHelpers.getItemIdsUsingGetIdByIndex(int startIndex,
int numberOfIds,
Container.Indexed container)
Get a range of item ids from the container using getIdByIndex(int). |
| Constructors in com.vaadin.data with parameters of type Container.Indexed | |
|---|---|
RpcDataProviderExtension(Container.Indexed container)
Creates a new data provider using the given container. |
|
| Uses of Container.Indexed in com.vaadin.data.util |
|---|
| Classes in com.vaadin.data.util that implement Container.Indexed | |
|---|---|
class |
AbstractBeanContainer<IDTYPE,BEANTYPE>
An abstract base class for in-memory containers for JavaBeans. |
class |
AbstractInMemoryContainer<ITEMIDTYPE,PROPERTYIDCLASS,ITEMCLASS extends Item>
Abstract Container class that handles common functionality for
in-memory containers. |
class |
BeanContainer<IDTYPE,BEANTYPE>
An in-memory container for JavaBeans. |
class |
BeanItemContainer<BEANTYPE>
An in-memory container for JavaBeans. |
class |
HierarchicalContainer
A specialized Container whose contents can be accessed like it was a tree-like structure. |
class |
IndexedContainer
An implementation of the interface
with all important features. |
| Uses of Container.Indexed in com.vaadin.data.util.sqlcontainer |
|---|
| Classes in com.vaadin.data.util.sqlcontainer that implement Container.Indexed | |
|---|---|
class |
SQLContainer
|
| Uses of Container.Indexed in com.vaadin.ui |
|---|
| Methods in com.vaadin.ui with parameters of type Container.Indexed | |
|---|---|
void |
Calendar.setContainerDataSource(Container.Indexed container)
Sets a container as a data source for the events in the calendar. |
void |
Calendar.setContainerDataSource(Container.Indexed container,
java.lang.Object captionProperty,
java.lang.Object descriptionProperty,
java.lang.Object startDateProperty,
java.lang.Object endDateProperty,
java.lang.Object styleNameProperty)
Sets a container as a data source for the events in the calendar. |
| Uses of Container.Indexed in com.vaadin.ui.components.calendar |
|---|
| Methods in com.vaadin.ui.components.calendar that return Container.Indexed | |
|---|---|
Container.Indexed |
ContainerEventProvider.getContainerDataSource()
Returns the container used as data source |
| Methods in com.vaadin.ui.components.calendar with parameters of type Container.Indexed | |
|---|---|
void |
ContainerEventProvider.setContainerDataSource(Container.Indexed container)
Set the container data source |
| Constructors in com.vaadin.ui.components.calendar with parameters of type Container.Indexed | |
|---|---|
ContainerEventProvider(Container.Indexed container)
Constructor |
|
| Uses of Container.Indexed in com.vaadin.ui.components.grid |
|---|
| Methods in com.vaadin.ui.components.grid that return Container.Indexed | |
|---|---|
Container.Indexed |
Grid.getContainerDatasource()
Returns the grid data source. |
| Methods in com.vaadin.ui.components.grid with parameters of type Container.Indexed | |
|---|---|
void |
Grid.setContainerDataSource(Container.Indexed container)
Sets the grid data source. |
| Constructors in com.vaadin.ui.components.grid with parameters of type Container.Indexed | |
|---|---|
Grid(Container.Indexed datasource)
Creates a new Grid using the given datasource. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||