| 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 |
Property.ReadOnlyStatusChangeListener.readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent event)
Notifies this listener that a Property's read-only status has
changed.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractProperty.ReadOnlyStatusChangeEvent
An
Event object specifying the Property whose read-only
status has been changed. |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyFormatter.readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent event)
Deprecated.
Listens for changes in the datasource.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractField.ReadOnlyStatusChangeEvent
An
Event object specifying the Property whose read-only
status has changed. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractField.readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent event)
React to read only status changes of the property by requesting a
repaint.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.