Vaadin 14 Java version of Tree component
- Add setSanitize method to disable html sanitation
- Added htmlProvider
- Fixed removeClassName
- Control icon size by --tree-icon-height custom property
- Added addThemeVariants / removeThemeVariants
- Toggle expand/collapse only with button
- Added support for image icons
- Added workaround for focus(), see https://github.com/vaadin/vaadin-grid-flow/issues/634
- Added missing asMultiSelect() method
- Added setSizeByRows(..)
- Fixed sizing logic
- Initial version
Starting the test/demo server:
- Run
mvn jetty:run
. - Open http://localhost:8080 in the browser.
You can create the zip package needed for Vaadin Directory using
mvn versions:set -DnewVersion=1.0.0 # You cannot publish snapshot versions
mvn install -Pdirectory
The package is created as target/tree-flow-1.0.0.zip
For more information or to upload the package, visit https://vaadin.com/directory/my-components?uploadNewComponent