index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
7.7.45-changelog
8.0
8.1
8.10
8.11
8.12
8.13
8.14
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
JS-RPC-docs-link-syntax
OlliTietavainenVaadin-patch-1
OlliTietavainenVaadin-patch-2
add-deprecation-warning-20241105
changelog-7.7.47-changes
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
changelog-8.27.6
changelog-8.28.1
chore-mention-8.14.4
chore-readme-8-14-4
context-menu
datefield-set-invalid-value
declarative
dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14
dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-3.5.3.201412180710-r
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-7.2.1.202505142326-r
dependabot/maven/org.hsqldb-hsqldb-2.7.1
documentation
documentation-7.6
downgrade-snapshot-version-20241105
exclude-element-screenshot
feature/atmosphere-pure-javascript
feature/bootstrap-annotation
feature/combobox-communication
feature/dalvik
feature/databinding
feature/dnd
feature/elements
feature/eventbus
feature/karaf-feature-file
feature/nullrepresentation
feature/standard-gwt
feature/standard-sass
feature/vaadin8
feature/vaadin8-book
feature/vaadin8-book-vol2
feature/vaadin8-sass-valo-only
fileToFilesReplacement
fix11576
fix_event_router_prototype
grid
grid_dnd_autoscroller
grid_dragger
issue/8307_select_using_collection
master
mobile_drag_image_offset
pr/11306
remote-run/flow-atmosphere-test
snapshot/7.5
snapshot/7.6
tmattsso-patch-1
update-minor-deps
vaadin-icons-3.0.1
wip-date-time-datatype
wip-java-10-compat
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
src
/
main
/
java
/
com
/
vaadin
/
ui
/
Tree.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Focusable interface for Tree component (#10918)
Teemu Suo-Anttila
2018-05-15
1
-1
/
+16
*
Update release notes and since tags for 8.4 (#10760)
Teemu Suo-Anttila
2018-03-27
1
-3
/
+3
*
Update copyright year (#10761)
Ilia Motornyi
2018-03-27
1
-1
/
+1
*
Fix missing HTML Tooltip ContentMode for Tree items (#10677)
Aki Väliaho
2018-03-13
1
-0
/
+18
*
Add recursive expand and collapse method to TreeGrid and Tree (#10283)
Adam Wagner
2018-02-08
1
-0
/
+38
*
Update to JSoup 1.11.2 (#10353)
Leif Åstrand
2017-11-23
1
-1
/
+2
*
Create DescriptionGenerator in package com.vaadin.ui (#10346)
Aleksi Hietanen
2017-11-21
1
-1
/
+0
*
Relax TreeGrid and Tree members access modifiers. (#10293)
Ilia Motornyi
2017-11-06
1
-1
/
+10
*
Use lambda with Listeners (#10222)
Ahmed Ashour
2017-10-26
1
-6
/
+7
*
Remove trailing spaces (#10224)
Ahmed Ashour
2017-10-26
1
-2
/
+2
*
Add since tags and update release notes (#10109)
Henri Sara
2017-09-28
1
-1
/
+7
*
Update modifier order to follow Java Specification suggestions (#10050)
Ahmed Ashour
2017-09-21
1
-1
/
+1
*
Add scroll logic from TreeGrid to Tree (#10005)
Piotr Wilkin
2017-09-20
1
-0
/
+49
*
Add missing since tags for 8.2 (#9938)
Henri Sara
2017-09-07
1
-8
/
+8
*
Add missing Tree#getContentMode (#9889)
Aleksi Hietanen
2017-08-29
1
-2
/
+14
*
Fix since tags for 8.1.3 release (#9887)
Aleksi Hietanen
2017-08-29
1
-2
/
+2
*
Add declarative support to Tree (#9881)
Aleksi Hietanen
2017-08-29
1
-0
/
+174
*
Add item descriptions to Tree (#9840)
Teemu Suo-Anttila
2017-08-21
1
-0
/
+25
*
Add automatic recalculation of Tree width on expand/collapse (#9767)
Teemu Suo-Anttila
2017-08-02
1
-4
/
+42
*
Add missing since tag to Tree (#9711)
Henri Sara
2017-07-24
1
-30
/
+37
*
Remove non working setHeight methods from Tree (#9631)
Jonni Nakari
2017-07-18
1
-27
/
+0
*
Implement tree item context click
Ilia Motornyi
2017-07-10
1
-8
/
+110
*
Add mouse event details to Tree.ItemClick (#9599)
Henri Sara
2017-06-28
1
-3
/
+19
*
Add isExpanded() method to Tree and TreeGrid
Henri Sara
2017-06-28
1
-2
/
+13
*
Enable row height and content mode settings for Tree (#9540)
Teemu Suo-Anttila
2017-06-20
1
-1
/
+23
*
New Tree component theme
Ilia Motornyi
2017-05-23
1
-0
/
+1
*
Add MultiSelection support for Tree Component (#9354)
Teemu Suo-Anttila
2017-05-23
1
-2
/
+56
*
Add HasHierarchicalDataProvider#setTreeData
Aleksi Hietanen
2017-05-18
1
-10
/
+0
*
Add getters for providers to Tree and TreeGrid
Teemu Suo-Anttila
2017-05-17
1
-0
/
+40
*
Add convenience constructors for Tree component
Teemu Suo-Anttila
2017-05-17
1
-1
/
+51
*
Add BackEndHierarchicalDataProvider and an abstract base class
Aleksi Hietanen
2017-05-16
1
-1
/
+0
*
Add ItemCollapseAllowedProvider interface
Aleksi Hietanen
2017-05-16
1
-1
/
+1
*
Adds a passthrough to root component for most Composite methods (#9324)
Teemu Suo-Anttila
2017-05-16
1
-0
/
+82
*
Refactor common methods in in-memory data providers (#9308)
Aleksi Hietanen
2017-05-16
1
-7
/
+3
*
Add events and functionality to Tree (#9318)
Teemu Suo-Anttila
2017-05-16
1
-0
/
+116
*
Use v-tree8 as stylename for new Tree component (#9238)
Teemu Suo-Anttila
2017-05-05
1
-2
/
+2
*
Add additional overrides to Tree (#9225)
Aleksi Hietanen
2017-05-03
1
-14
/
+85
*
Add missing since tags for 8.1 (#9220)
Henri Sara
2017-05-03
1
-0
/
+2
*
Add an initial version of Tree component (#9212)
Teemu Suo-Anttila
2017-05-02
1
-0
/
+364
*
Move remaining selects and container implementations to compatibility package
Artur Signell
2016-08-20
1
-1984
/
+0
*
Update copyright year to 2016
Artur Signell
2016-08-18
1
-1
/
+1
*
Remove trailing whitespace from code and javadoc
Artur Signell
2016-08-18
1
-86
/
+86
*
Format using Eclipse Neon
Artur Signell
2016-08-18
1
-13
/
+16
*
Migrate vaadin-server build to maven
Teemu Suo-Anttila
2016-03-14
1
-0
/
+1981