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-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
changelog-8.27.6
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
/
Table.java
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge remote branch 'origin/master' into contrib
Jens Jansson
2012-01-26
1
-1
/
+2
|
\
|
|
|
*
|
Split VScrollTable, VTreeTable and VMenuBar into paintable and
Artur Signell
2012-01-26
1
-1
/
+2
*
|
|
#8019 Added ItemCaptionMode enum for AbstractSelect and RowHeaderMode enum fo...
Jens Jansson
2012-01-20
1
-41
/
+94
*
|
|
#8019 Table's column alignment constants to enum.
Jens Jansson
2012-01-20
1
-54
/
+83
*
|
|
#8019 Did a bunch of null checks for possible faulty null states which was no...
Jens Jansson
2012-01-18
1
-4
/
+7
*
|
|
#8019 Table ColumnHeaderMode from numeric constants to enum
Jens Jansson
2012-01-02
1
-19
/
+41
|
/
/
*
|
#8101 Swapped generics parameter order for Converter based on API review
Artur Signell
2011-12-21
1
-8
/
+9
*
|
#8101 Renamed source type to presentation and target type to model for
Artur Signell
2011-12-21
1
-4
/
+29
*
|
#8026 Removed deprecated FieldFactory
Artur Signell
2011-12-19
1
-38
/
+0
*
|
#8103 ConverterFactory is no longer static + javadoc updates
Artur Signell
2011-12-12
1
-4
/
+6
*
|
Merge remote branch 'origin/6.8'
Leif Åstrand
2011-12-09
1
-5
/
+12
|
\
|
|
*
#7354 IT Mill -> Vaadin find and replace
Artur Signell
2011-12-08
1
-2
/
+2
|
*
#7008 Table.setTableFieldFactory should refresh content
Artur Signell
2011-12-07
1
-0
/
+3
|
*
#7988 TreeTable.setCollapsed() should not throw NPE if the component has not ...
Henri Sara
2011-11-28
1
-2
/
+6
|
*
#7988 TreeTable.setCollapsed(...) should refresh UI
Henri Sara
2011-11-24
1
-1
/
+1
|
*
#7972 drop on table should work also when page length is zero
Henri Sara
2011-11-22
1
-11
/
+6
|
*
Form and Table now sets property to fields Viewer property if one exists. fix...
Matti Tahvonen
2011-11-16
1
-1
/
+28
*
|
Merge branch 'master' into databinding
Henri Sara
2011-12-08
1
-12
/
+34
|
\
\
|
*
|
Merged fixes from 6.7
Artur Signell
2011-11-25
1
-12
/
+34
|
|
/
*
|
Initial implementation of using converters in Table
Artur Signell
2011-11-28
1
-2
/
+50
*
|
Eliminate some generics related warnings in core (non-API).
Henri Sara
2011-11-11
1
-15
/
+15
*
|
Merge branch 'master' into databinding
Henri Sara
2011-11-08
1
-102
/
+313
|
\
|
|
*
#7839 Corrected cases where pagelength=0 or where number of children > pagebu...
Artur Signell
2011-11-04
1
-21
/
+29
|
*
#7839 Cleanup based on review
Artur Signell
2011-11-04
1
-14
/
+18
|
*
#7839 Out of Sync error when using Generated Columns with TreeTable - additio...
Artur Signell
2011-11-04
1
-2
/
+2
|
*
#7839 Out of Sync error when using Generated Columns with TreeTable
Artur Signell
2011-11-03
1
-37
/
+145
|
*
Added javadoc and debug logging
Artur Signell
2011-11-03
1
-0
/
+32
|
*
#7790 Reverted sort methods to call refreshRenderedCells instead of refreshRo...
Artur Signell
2011-11-03
1
-4
/
+6
|
*
Partly reverted [21883] as it caused unnecessary rendering in some cases
Artur Signell
2011-11-03
1
-14
/
+54
|
*
#7790 Renamed method to refreshRowCache, ensured it is used internally by Tab...
Artur Signell
2011-11-03
1
-33
/
+33
|
*
#7790 Added a method for forcing Table to repaint its rows
Artur Signell
2011-11-03
1
-38
/
+55
|
*
Test and fix for #7852 TreeTable partial update throws NegativeArraySizeExcep...
Artur Signell
2011-10-31
1
-1
/
+1
*
|
Partly eliminate the use of Property.toString().
Henri Sara
2011-11-07
1
-1
/
+2
|
/
*
Fix for #7808
Jonatan Kronqvist
2011-10-20
1
-2
/
+2
*
Yet another indexing issue fixed for #7620
Jonatan Kronqvist
2011-09-27
1
-0
/
+3
*
Code cleanup based on review #7620
Jonatan Kronqvist
2011-09-26
1
-9
/
+4
*
Yet another indexing issue found and fixed for #7620
Jonatan Kronqvist
2011-09-23
1
-1
/
+4
*
[21231] broke spanned generated rows, this commit fixes the bug (#7538)
Jonatan Kronqvist
2011-09-23
1
-6
/
+5
*
A necessary part of the patch in [21231] was left out by mistake (#7358)
Jonatan Kronqvist
2011-09-22
1
-1
/
+1
*
Don't send a partial row update the first time the component is painted (#7605)
Leif Åstrand
2011-09-22
1
-1
/
+5
*
Applied patch to support implementation of #7358
Jonatan Kronqvist
2011-09-22
1
-2
/
+12
*
Fixed indexing issues relating to #7620
Jonatan Kronqvist
2011-09-22
1
-6
/
+15
*
Make sure that components in collapsed rows are released as well by also upda...
Jonatan Kronqvist
2011-09-21
1
-4
/
+115
*
Fix for out of sync problem in generated columns in tree table #7620
Jonatan Kronqvist
2011-09-16
1
-4
/
+4
*
Don't send partial row updates for a full repaint (#7605)
Leif Åstrand
2011-09-15
1
-1
/
+1
*
#7564 Resizing table column from the server only resizes the header
Leif Åstrand
2011-09-12
1
-0
/
+1
*
Small change to support the implementation of #7358
Jonatan Kronqvist
2011-09-09
1
-5
/
+8
*
Merged changes from 6.6
Henri Sara
2011-09-08
1
-1
/
+14
|
\
|
*
Table should only unregister property data sources that it has registered its...
Leif Åstrand
2011-09-07
1
-1
/
+14
|
*
Undo changeset 19049 (several files committed by accident) except for the mer...
Henri Sara
2011-05-25
1
-1
/
+1
[prev]
[next]