| 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 | Interface and Description |
|---|---|
static interface |
Container.Indexed.ItemAddEvent
An
Event object specifying information about the added
items. |
static interface |
Container.Indexed.ItemRemoveEvent
An
Event object specifying information about the removed
items. |
| Modifier and Type | Method and Description |
|---|---|
void |
Container.ItemSetChangeListener.containerItemSetChange(Container.ItemSetChangeEvent event)
Lets the listener know a Containers visible (filtered and/or sorted,
if applicable) Item set has changed.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractContainer.BaseItemSetChangeEvent
An
event object specifying the container whose Item set has
changed. |
protected static class |
AbstractInMemoryContainer.BaseItemAddEvent
An
Event object specifying information about the added
items. |
protected static class |
AbstractInMemoryContainer.BaseItemRemoveEvent
An
Event object specifying information about the removed
items. |
protected class |
GeneratedPropertyContainer.GeneratedItemAddEvent |
protected class |
GeneratedPropertyContainer.GeneratedItemRemoveEvent |
static class |
IndexedContainer.ItemSetChangeEvent
An
event object specifying the list whose Item set has
changed. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HierarchicalContainer.fireItemSetChange(Container.ItemSetChangeEvent event) |
protected void |
AbstractContainer.fireItemSetChange(Container.ItemSetChangeEvent event)
Sends an Item set change event to all registered interested listeners.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLContainer.ItemSetChangeEvent
Simple ItemSetChangeEvent implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeTable.containerItemSetChange(Container.ItemSetChangeEvent event) |
void |
Tree.containerItemSetChange(Container.ItemSetChangeEvent event) |
void |
Table.containerItemSetChange(Container.ItemSetChangeEvent event)
Container datasource item set change.
|
void |
ComboBox.containerItemSetChange(Container.ItemSetChangeEvent event) |
void |
AbstractSelect.containerItemSetChange(Container.ItemSetChangeEvent event)
Lets the listener know a Containers Item set has changed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerEventProvider.containerItemSetChange(Container.ItemSetChangeEvent event) |
Copyright © 2023 Vaadin Ltd. All rights reserved.