org.dellroad.stuff.vaadin8.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dellroad-stuff-vaadin8 Show documentation
Show all versions of dellroad-stuff-vaadin8 Show documentation
DellRoad Stuff classes related to Vaadin 8.x.
The newest version!
/*
* Copyright (C) 2022 Archie L. Cobbs. All rights reserved.
*/
/**
* Vaadin-related classes.
*
*
* Classes include:
*
* - {@link org.dellroad.stuff.vaadin8.FieldBuilder} provides automatic creation of form fields based
* on introspection of Java bean properties with annotations.
* - {@link org.dellroad.stuff.vaadin8.ProvidesPropertyScanner} provides automatic creation of a
* {@link com.vaadin.data.PropertySet} based on on introspection of Java bean properties with
* {@link org.dellroad.stuff.vaadin8.ProvidesProperty @ProvidesProperty} annotations.
* - {@link org.dellroad.stuff.vaadin8.VaadinExternalListener}, a support superclass for listeners scoped to a
* Vaadin application that avoids memory leaks when listening to more widely scoped event sources.
* - {@link org.dellroad.stuff.vaadin8.VaadinUtil} provides some utility and convenience methods.
*
*
* @see org.dellroad.stuff.vaadin8.VaadinExternalListener
* @see Vaadin
*/
package org.dellroad.stuff.vaadin8;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy