All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dellroad.stuff.vaadin8.package-info Maven / Gradle / Ivy

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