Skip navigation links

Package com.vaadin.data

Contains interfaces for the data layer, mainly for binding typed data and data collections to components, and for validating data.

See: Description

Package com.vaadin.data Description

Contains interfaces for the data layer, mainly for binding typed data and data collections to components, and for validating data.

Data binding

The package contains a three-tiered structure for typed data objects and collections of them:

For more information on the data model, see the Data model chapter in Book of Vaadin.

Buffering

A Buffered implementor is able to track and buffer changes and commit or discard them later.

Validation

Validator implementations are used to validate data, typically the value of a Field. One or more Validators can be added to a Validatable implementor and then used to validate the value of the Validatable.

Skip navigation links

Copyright © 2016 Vaadin Ltd. All rights reserved.