diff options
Diffstat (limited to 'server/src/com/vaadin/data/util/package.html')
-rw-r--r-- | server/src/com/vaadin/data/util/package.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/server/src/com/vaadin/data/util/package.html b/server/src/com/vaadin/data/util/package.html new file mode 100644 index 0000000000..07e3acde9e --- /dev/null +++ b/server/src/com/vaadin/data/util/package.html @@ -0,0 +1,18 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> +<head> + +</head> + +<body bgcolor="white"> + +<p>Provides implementations of Property, Item and Container +interfaces, and utilities for the data layer.</p> + +<p>Various Property, Item and Container implementations are provided +in this package. Each implementation can have its own sets of +constraints on the data it encapsulates and on how the implementation +can be used. See the class javadocs for more information.</p> + +</body> +</html> |