Package | Description |
---|---|
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.server.communication.data | |
com.vaadin.ui | |
com.vaadin.ui.components.calendar |
Modifier and Type | Method and Description |
---|---|
static List<?> |
ContainerHelpers.getItemIdsUsingGetIdByIndex(int startIndex,
int numberOfIds,
Container.Indexed container)
Get a range of item ids from the container using
getIdByIndex(int) . |
Modifier and Type | Class and Description |
---|---|
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 |
GeneratedPropertyContainer
Container wrapper that adds support for generated properties.
|
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. |
Modifier and Type | Method and Description |
---|---|
Container.Indexed |
GeneratedPropertyContainer.getWrappedContainer()
Returns the original underlying container.
|
Constructor and Description |
---|
GeneratedPropertyContainer(Container.Indexed container)
Constructor for GeneratedPropertyContainer.
|
Modifier and Type | Class and Description |
---|---|
class |
SQLContainer |
Constructor and Description |
---|
RpcDataProviderExtension(Container.Indexed container)
Creates a new data provider using the given container.
|
Modifier and Type | Method and Description |
---|---|
Container.Indexed |
Grid.getContainerDataSource()
Returns the grid data source.
|
Modifier and Type | Method and Description |
---|---|
void |
Calendar.setContainerDataSource(Container.Indexed container)
Sets a container as a data source for the events in the calendar.
|
void |
Grid.setContainerDataSource(Container.Indexed container)
Sets the grid data source.
|
void |
Calendar.setContainerDataSource(Container.Indexed container,
Object captionProperty,
Object descriptionProperty,
Object startDateProperty,
Object endDateProperty,
Object styleNameProperty)
Sets a container as a data source for the events in the calendar.
|
Constructor and Description |
---|
Grid(Container.Indexed dataSource)
Creates a new Grid using the given data source.
|
Grid(String caption,
Container.Indexed dataSource)
Creates a new Grid with the given caption and data source.
|
Modifier and Type | Method and Description |
---|---|
Container.Indexed |
ContainerEventProvider.getContainerDataSource()
Returns the container used as data source
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerEventProvider.setContainerDataSource(Container.Indexed container)
Set the container data source
|
Constructor and Description |
---|
ContainerEventProvider(Container.Indexed container)
Constructor
|
Copyright © 2016 Vaadin Ltd. All rights reserved.