You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.html 1.1KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <html>
  3. <head>
  4. </head>
  5. <body bgcolor="white">
  6. <p>Provides various utility classes that implement the data layer
  7. functionality.</p>
  8. <p>The first {@link com.vaadin.data.Property Property} class,
  9. {@link com.vaadin.data.util.ObjectProperty ObjectProperty}, provides
  10. a simple class containing a typed data value. The second,
  11. {@link com.vaadin.data.util.MethodProperty MethodProperty}, provides
  12. a way to bind a field of an object to the Property interface using the
  13. accessor methods for the field.</p>
  14. <p>The next level of the data layer, the
  15. {@link com.vaadin.data.Item Item}, is implemented by
  16. {@link com.vaadin.data.util.BeanItem BeanItem}, though it is only a
  17. simple wrapper to the former to provide the Item interface for any regular
  18. Java Bean.</p>
  19. <p>The third level, the {@link com.vaadin.data.Container Container},
  20. has several implementations in the {@link com.vaadin.data.util}
  21. package.</p>
  22. <!-- <h2>Package Specification</h2> -->
  23. <!-- Package spec here -->
  24. <!-- Put @see and @since tags down here. -->
  25. </body>
  26. </html>