| 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.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
Container.PropertySetChangeListener.containerPropertySetChange(Container.PropertySetChangeEvent event)
Notifies this listener that the set of property IDs supported by the
Container has changed.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractContainer.BasePropertySetChangeEvent
An
event object specifying the container whose Property set
has changed. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractContainer.fireContainerPropertySetChange(Container.PropertySetChangeEvent event)
Sends a Property set change event to all interested listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.containerPropertySetChange(Container.PropertySetChangeEvent event)
Container datasource property set change.
|
void |
AbstractSelect.containerPropertySetChange(Container.PropertySetChangeEvent event)
Notifies this listener that the Containers contents has changed.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.