| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBeanContainer<IDTYPE,BEANTYPE>
An abstract base class for in-memory containers for JavaBeans.
|
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 |
|---|---|
void |
ItemSorter.setSortProperties(Container.Sortable container,
Object[] propertyId,
boolean[] ascending)
Sets the parameters for an upcoming sort operation.
|
void |
DefaultItemSorter.setSortProperties(Container.Sortable container,
Object[] propertyId,
boolean[] ascending) |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLContainer |
| Modifier and Type | Class and Description |
|---|---|
class |
Table
Table is used for representing data or components in a pageable
and selectable table. |
class |
TreeTable
|
Copyright © 2023 Vaadin Ltd. All rights reserved.