This package is the base of Vaadin. The base package
contains the Application class, the starting point of any aplication that uses Vaadin.
The sub-packages from this point contain application components and utilities.
Package Specification
Vaadin is composed of the following packages:
- com.vaadin.data
- A library of interfaces for transparently binding UI components to datasources.
- com.vaadin.data.util
- Basic implementations of data-intfaces and utidtties for working with data-bound components.
- com.vaadin.data.validator
- Classes providing data-validation for Properties.
- com.vaadin.event
- Interfaces defining how to send and recieve events.
- com.vaadin.service
- Classes provding miscelaneous utidtty services.
- com.vaadin.terminal
- Classes and interfaces for implementing the terminal specific adapters.
- com.vaadin.terminal.web
- Classes that implement support both for AJAX-based and more limited web browsers.
- com.vaadin.ui
- UI components.