Skip to content

gidravlic/tree-flow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Published on Vaadin  Directory Stars on Vaadin Directory

Tree

Vaadin 14 Java version of Tree component

Release notes

Version 1.4.1

  • Add setSanitize method to disable html sanitation

Version 1.4.0

  • Added htmlProvider

Version 1.3.1

  • Fixed removeClassName

Version 1.3.0

  • Control icon size by --tree-icon-height custom property
  • Added addThemeVariants / removeThemeVariants
  • Toggle expand/collapse only with button

Version 1.2.0

  • Added support for image icons

Version 1.1.1

Version 1.1.0

  • Added missing asMultiSelect() method
  • Added setSizeByRows(..)
  • Fixed sizing logic

Version 1.0.0

  • Initial version

Development instructions

Starting the test/demo server:

  1. Run mvn jetty:run.
  2. Open http://localhost:8080 in the browser.

Publishing to Vaadin Directory

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

About

Tree component for Vaadin 14

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • CSS 0.2%