Package org.dellroad.stuff.vaadin8

Vaadin-related classes.

Classes include:

  • FieldBuilder provides automatic creation of form fields based on introspection of Java bean properties with annotations.
  • ProvidesPropertyScanner provides automatic creation of a PropertySet based on on introspection of Java bean properties with @ProvidesProperty annotations.
  • VaadinExternalListener, a support superclass for listeners scoped to a Vaadin application that avoids memory leaks when listening to more widely scoped event sources.
  • VaadinUtil provides some utility and convenience methods.
See Also:
VaadinExternalListener, Vaadin