Vaadin 24 Java version of Tree component
- Add setSelectOnlyLeafs
- Removed iron-icon use, as vaadin-icon supports Image icons from Vaadin 24.2+
- Vaadin 24.2+ required
- Add getDataCommunicator pass thru API
- Small fix in icon rendering
- Feature set is derived from version 2.4.0, but adopted for Vaadin 24
- Instead of title attribute vaadin-tooltip used for tooltips
- setTitleProvider renamed to setTooltipProvider
- getTitleProvider renamed to getTooltipProvider
- setHeightByRows renamed to setAllRowsVisible
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