diff options
Diffstat (limited to 'src/com/vaadin/data/util/package.html')
-rw-r--r-- | src/com/vaadin/data/util/package.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/com/vaadin/data/util/package.html b/src/com/vaadin/data/util/package.html new file mode 100644 index 0000000000..332d8f8143 --- /dev/null +++ b/src/com/vaadin/data/util/package.html @@ -0,0 +1,37 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> +<head> + +</head> + +<body bgcolor="white"> + +<p>Provides various utility classes that implement the data layer +functionality.</p> + +<p>The first {@link com.vaadin.data.Property Property} class, +{@link com.vaadin.data.util.ObjectProperty ObjectProperty}, provides +a simple class containing a typed data value. The second, +{@link com.vaadin.data.util.MethodProperty MethodProperty}, provides +a way to bind a field of an object to the Property interface using the +accessor methods for the field.</p> + +<p>The next level of the data layer, the +{@link com.vaadin.data.Item Item}, is implemented by +{@link com.vaadin.data.util.BeanItem BeanItem}, though it is only a +simple wrapper to the former to provide the Item interface for any regular +Java Bean.</p> + +<p>The third level, the {@link com.vaadin.data.Container Container}, +has several implementations in the {@link com.vaadin.data.util} +package.</p> + +<!-- <h2>Package Specification</h2> --> + +<!-- Package spec here --> + + +<!-- Put @see and @since tags down here. --> + +</body> +</html> |