| 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.ui | |
| com.vaadin.ui.components.calendar |
| Modifier and Type | Method and Description |
|---|---|
void |
Container.ItemSetChangeNotifier.addItemSetChangeListener(Container.ItemSetChangeListener listener)
Adds an Item set change listener for the object.
|
void |
Container.ItemSetChangeNotifier.addListener(Container.ItemSetChangeListener listener)
Deprecated.
As of 7.0, replaced by
#addItemSetChangeListener(ItemSetChangeListener) |
void |
Container.ItemSetChangeNotifier.removeItemSetChangeListener(Container.ItemSetChangeListener listener)
Removes the Item set change listener from the object.
|
void |
Container.ItemSetChangeNotifier.removeListener(Container.ItemSetChangeListener listener)
Deprecated.
As of 7.0, replaced by
#removeItemSetChangeListener(ItemSetChangeListener) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Container.ItemSetChangeListener> |
AbstractContainer.getItemSetChangeListeners()
Returns the item set change listener collection.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractContainer.setItemSetChangeListeners(Collection<Container.ItemSetChangeListener> itemSetChangeListeners)
Sets the item set change listener collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLContainer.addItemSetChangeListener(Container.ItemSetChangeListener listener) |
void |
SQLContainer.addListener(Container.ItemSetChangeListener listener)
Deprecated.
As of 7.0, replaced by
SQLContainer.addItemSetChangeListener(Container.ItemSetChangeListener) |
void |
SQLContainer.removeItemSetChangeListener(Container.ItemSetChangeListener listener) |
void |
SQLContainer.removeListener(Container.ItemSetChangeListener listener)
Deprecated.
As of 7.0, replaced by
SQLContainer.removeItemSetChangeListener(Container.ItemSetChangeListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSelect
A class representing a selection of items the user has selected in a UI.
|
class |
ComboBox
A filtering dropdown single-select.
|
class |
ListSelect
This is a simple list select without, for instance, support for new items,
lazyloading, and other advanced features.
|
class |
NativeSelect
This is a simple drop-down select without, for instance, support for
multiselect, new items, lazyloading, and other advanced features.
|
class |
OptionGroup
Configures select to be used as an option group.
|
class |
Select
Deprecated.
As of 7.0. Use
ComboBox instead. |
class |
Table
Table is used for representing data or components in a pageable
and selectable table. |
class |
Tree
Tree component.
|
class |
TreeTable
|
class |
TwinColSelect
Multiselect component with two lists: left side for available items and right
side for selected items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSelect.addItemSetChangeListener(Container.ItemSetChangeListener listener)
Adds an Item set change listener for the object.
|
void |
AbstractSelect.addListener(Container.ItemSetChangeListener listener)
Deprecated.
As of 7.0, replaced by
AbstractSelect.addItemSetChangeListener(Container.ItemSetChangeListener) |
void |
AbstractSelect.removeItemSetChangeListener(Container.ItemSetChangeListener listener)
Removes the Item set change listener from the object.
|
void |
AbstractSelect.removeListener(Container.ItemSetChangeListener listener)
Deprecated.
As of 7.0, replaced by
AbstractSelect.removeItemSetChangeListener(Container.ItemSetChangeListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerEventProvider
A event provider which uses a
Container as a datasource. |
Copyright © 2022 Vaadin Ltd. All rights reserved.