aditosoftware / vaadin-focusable-upload

Repository from Github https://github.comaditosoftware/vaadin-focusable-uploadRepository from Github https://github.comaditosoftware/vaadin-focusable-upload

Focusable Upload Add-on for Vaadin 8

This addon extends the standard Vaadin Upload component with focus capabilities.

Usage

FocusableUpload focusableUpload = new FocusableUpload();
focusableUpload.addFocusListener(event -> {
  // Handle the focus event.  
});

Building and running demo

git clone mvn clean install cd demo mvn jetty:run

To see the demo, navigate to http://localhost:8080/

About

License:Apache License 2.0


Languages

Language:Java 81.2%Language:SCSS 18.8%