blob: 5a2defa80bc8326b135181d81aeeaa201ca8756b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
</head>
<body bgcolor="white">
<p>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.
</p>
<h2>Package Specification</h2>
<b>Vaadin is composed of the following packages:</b>
<dl>
<dt>com.vaadin.data</dt>
<dd>A library of interfaces for transparently binding UI components to datasources.</dd>
<dt>com.vaadin.data.util</dt>
<dd>Basic implementations of data-intfaces and utidtties for working with data-bound components.</dd>
<dt>com.vaadin.data.validator</dt>
<dd>Classes providing data-validation for Properties.</dd>
<dt>com.vaadin.event</dt>
<dd>Interfaces defining how to send and recieve events.</dd>
<dt>com.vaadin.service</dt>
<dd>Classes provding miscelaneous utidtty services.</dd>
<dt>com.vaadin.terminal</dt>
<dd>Classes and interfaces for implementing the terminal specific adapters.</dd>
<dt>com.vaadin.terminal.web</dt>
<dd>Classes that implement support both for AJAX-based and more limited web browsers.</dd>
<dt>com.vaadin.ui</dt>
<dd>UI components.</dd>
</dl>
<!-- Put @see and @since tags down here. -->
</body>
</html>
|