index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
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-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
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.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
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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
vaadin
/
ui
/
Tree.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move classes common to client and server to com.vaadin.shared.* (#8934)
Leif Åstrand
2012-07-27
1
-2
/
+2
*
Add Java 6 @Override annotations to all methods from interfaces
Leif Åstrand
2012-07-23
1
-0
/
+17
*
Eliminate scanning for accept criteria by reversed annotation (#8641)
Henri Sara
2012-06-20
1
-5
/
+0
*
Removed deprecated interface (#8169)
Artur Signell
2012-04-12
1
-3
/
+1
*
Moved each component to its own package on client side
Artur Signell
2012-04-12
1
-2
/
+2
*
Replace @ClientWidget with client-side @Component (#8440)
Henri Sara
2012-04-04
1
-1
/
+0
*
Added generics to KeyMapper and made it based on HashMap instead of
Artur Signell
2012-03-21
1
-3
/
+3
*
Renamed Paintable component classes to Connector
Artur Signell
2012-02-28
1
-9
/
+8
*
Use constants for some more UIDL attribute names.
Henri Sara
2012-02-22
1
-5
/
+11
*
Split Tree into widget + paintable
Artur Signell
2012-01-31
1
-1
/
+2
*
#7354 IT Mill -> Vaadin find and replace
Artur Signell
2011-12-08
1
-6
/
+6
*
Tooltips for Tree + Testbech test for them #6637
John Alhroos
2011-08-16
1
-0
/
+35
*
#7220 TreeTable support for Expand/Collapse events
Artur Signell
2011-07-21
1
-2
/
+2
*
Simplified if-else conditional for actions in Tree as well #5992
John Alhroos
2011-04-27
1
-8
/
+1
*
Adds context menu to empty space in Tree. #5992
John Alhroos
2011-04-27
1
-5
/
+33
*
merged fix for #6320
Matti Tahvonen
2011-04-20
1
-1
/
+2
*
#5821 - ItemClickSource should be ItemClickNotifier
Artur Signell
2010-11-05
1
-2
/
+4
*
#5692 Generics: Tree and Table property and item ID types can be anything, ch...
Henri Sara
2010-10-04
1
-16
/
+16
*
fixes #5622
Matti Tahvonen
2010-09-21
1
-1
/
+1
*
fixes #5469
Matti Tahvonen
2010-09-07
1
-12
/
+0
*
Formatted using Eclipse Helios / Windows XP
Artur Signell
2010-08-16
1
-7
/
+7
*
Formatted /src using Vaadin Java Conventions 20071114
Artur Signell
2010-06-28
1
-3
/
+3
*
- Added Ctrl+Shift multiple selection to Tree
John Alhroos
2010-05-06
1
-1
/
+70
*
renamed method to the related type
Matti Tahvonen
2010-03-25
1
-4
/
+4
*
renamed DropTargetDetails... to TargetDetails... Should be just as clear for ...
Matti Tahvonen
2010-03-24
1
-9
/
+9
*
renaming criteria
Matti Tahvonen
2010-03-24
1
-24
/
+24
*
renaming criteria
Matti Tahvonen
2010-03-24
1
-5
/
+14
*
finished rename
Matti Tahvonen
2010-03-23
1
-4
/
+4
*
refactoring (renaming)
Matti Tahvonen
2010-03-22
1
-3
/
+3
*
Removed extra serialVersionUIDs
Artur Signell
2010-03-18
1
-4
/
+0
*
javadocs
Matti Tahvonen
2010-03-18
1
-3
/
+6
*
property id is now sent to server from table drag event + some javadocs and s...
Matti Tahvonen
2010-03-18
1
-5
/
+8
*
DD related refactorings and javadocs
Matti Tahvonen
2010-03-18
1
-9
/
+28
*
some javadocs
Matti Tahvonen
2010-03-17
1
-6
/
+30
*
Some drag'n'drop javadoc improvements and a new method in DataBoundTransferable.
Henri Sara
2010-03-12
1
-2
/
+5
*
extracted helper to detect previous itemId (in children list) of the actual t...
Matti Tahvonen
2010-03-05
1
-0
/
+35
*
merged changes from 6.3 + some container related changes
Matti Tahvonen
2010-03-05
1
-23
/
+16
|
\
|
*
Moved Expand/Collapse method references to listener class and added Tree list...
Artur Signell
2010-02-19
1
-22
/
+15
*
|
changes
Matti Tahvonen
2010-03-04
1
-13
/
+114
*
|
Unified naming
Artur Signell
2010-02-22
1
-36
/
+88
*
|
Fixed drag mode support for Tree
Artur Signell
2010-02-22
1
-7
/
+10
*
|
removed component transferable (integrated to transferable), changed one test...
Matti Tahvonen
2010-02-19
1
-0
/
+1
*
|
some refactoring
Matti Tahvonen
2010-02-18
1
-28
/
+10
*
|
new criteria + enhancements
Matti Tahvonen
2010-02-18
1
-25
/
+2
*
|
enhancing wrapper, now horizontal drop location -> example horizontally sorta...
Matti Tahvonen
2010-02-17
1
-2
/
+2
*
|
criterion map now generated from annotations from server side counterpart
Matti Tahvonen
2010-02-17
1
-0
/
+3
*
|
styles, table drop handler, small changes
Matti Tahvonen
2010-02-16
1
-1
/
+1
*
|
small changes
Matti Tahvonen
2010-02-15
1
-2
/
+7
*
|
n:th proto
Matti Tahvonen
2010-02-12
1
-13
/
+92
*
|
Transferrable -> Transferable
Artur Signell
2010-02-02
1
-21
/
+24
[next]