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
/
server
/
src
/
com
/
vaadin
/
ui
/
Table.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing @since to VScrollTable and Table.
Sauli Tähkäpää
2015-02-05
1
-1
/
+7
*
Make table selectable based on presence of ValueChangeListener (#13864).
Denis Anisimov
2015-01-26
1
-6
/
+13
*
ICON_ONLY mode should not show icon row header for TreeTable (#14799).
Denis Anisimov
2015-01-15
1
-1
/
+1
*
Fixed typo in Javadoc
Markus Koivisto
2014-10-29
1
-1
/
+1
*
Re-adding content in Table causes table to lose scroll position (#14581)
Anna Miroshnik
2014-10-07
1
-64
/
+18
*
Re-adding all rows in Table causes table to loose scroll position (#14581)
Anna Miroshnik
2014-09-19
1
-209
/
+285
*
Make Vaadin component handling proxy-friendly (#14639)
Juuso Valli
2014-09-12
1
-2
/
+2
*
Fix regression caused by #14147 patch (#14147)
Anthony Guerreiro
2014-08-06
1
-212
/
+227
*
Reverting multiple commits that caused 100+ regression tests to fail.
Markus Koivisto
2014-08-05
1
-1
/
+1
*
Fix Table stuck scroll position after setting scroll to last page (#14147)
Anthony Guerreiro
2014-07-29
1
-1
/
+1
*
Fix Push update race condition (#13562)
Juuso Valli
2014-05-27
1
-2
/
+9
*
Revert "Fix Push inserts producing duplicate rows in Table (#13562)"
Sauli Tähkäpää
2014-05-26
1
-10
/
+2
*
Fix Push inserts producing duplicate rows in Table (#13562)
Juuso Valli
2014-05-15
1
-2
/
+10
*
Merge changes from origin/7.2 into master
Jonatan Kronqvist
2014-05-05
1
-1
/
+1
|
\
|
*
Merge changes from origin/7.1
Artur Signell
2014-04-23
1
-1
/
+1
|
|
\
|
|
*
Update copyright year to 2014
Artur Signell
2014-04-16
1
-1
/
+1
*
|
|
Fix Table.sort(...) to update the sort indicator (#8978)
Juuso Valli
2014-04-25
1
-1
/
+9
*
|
|
Clarify comments in Table.typeIsCompatible (#8168)
Juuso Valli
2014-04-23
1
-16
/
+2
*
|
|
Clean Table.propertyValueConverters if the property is removed (#8168)
Juuso Valli
2014-04-23
1
-9
/
+65
|
/
/
*
/
Remove dead code
Johannes Dahlström
2014-01-17
1
-1
/
+0
|
/
*
Fixes issue with Table not scrolling completely to the end #12651
John Ahlroos
2013-09-26
1
-4
/
+28
*
Table ignores Container updates while painting (#12258)
Henrik Paul
2013-09-02
1
-0
/
+19
*
Fix issue with hidden component cells in Table and TreeTable #12119
John Ahlroos
2013-07-24
1
-1
/
+4
*
Ensure table's cells aren't refreshed if table is detached. (#9138)
Anna Koskinen
2013-06-28
1
-1
/
+1
*
Updated Javadoc for Table.getColumnAlignment fixing #6810
Sami Ekblad
2013-06-28
1
-1
/
+2
*
Use varargs instead of array where appropriate (#4513)
Artur Signell
2013-06-26
1
-3
/
+3
*
Added type parameter to converter methods (#11895)
Artur Signell
2013-06-11
1
-1
/
+2
*
Fixed setting column width back to undefined by setting it to -1. #7922
Leif Åstrand
2013-03-14
1
-21
/
+50
*
Merge of (#6160) and (#10470) to Vaadin 7.
Johannes Dahlström
2013-02-14
1
-62
/
+145
*
Set the first cause as the cause of CacheUpdateException (#10951)
Leif Åstrand
2013-02-06
1
-3
/
+14
*
Merge of (#10563) to Vaadin 7.
Anna Koskinen
2013-02-05
1
-32
/
+47
*
Merge of (#10312) to Vaadin 7.
Anna Koskinen
2013-02-01
1
-7
/
+95
*
Merge of (#9133) to Vaadin 7.
Anna Koskinen
2013-01-11
1
-1
/
+4
*
Merge of (#5681) to Vaadin 7.
Anna Koskinen
2013-01-11
1
-5
/
+12
*
Updated copyright notices and added missing license headers
Artur Signell
2013-01-04
1
-1
/
+1
*
Merge of (#6476) to Vaadin 7.
Anna Koskinen
2013-01-02
1
-11
/
+10
*
Added method setContainerDataSource(Container newDataSource,
Anna Koskinen
2012-12-17
1
-9
/
+59
*
Fixed tooltip handling for Table (#9088)
Artur Signell
2012-11-29
1
-2
/
+1
*
Fixed Table to actually use converter from factory (#10408)
Artur Signell
2012-11-28
1
-2
/
+2
*
Unified deprecation messages
Artur Signell
2012-11-22
1
-26
/
+26
*
Moved isComponentVisible to separate interface (#10303)
Artur Signell
2012-11-20
1
-5
/
+0
*
Move deprecated getComponentIterator() from HasComponents to implementing cla...
Johannes Dahlström
2012-10-30
1
-6
/
+8
*
Fixed problem with Table calling markAsDirty in paint (#10071)
Artur Signell
2012-10-26
1
-0
/
+9
*
Constants -> enums (#9072)
Pekka Hyvönen
2012-09-11
1
-0
/
+1
*
Remove unneeded requestRepaint methods (#9325)
Leif Åstrand
2012-09-07
1
-6
/
+0
*
Simple override for getItemIds(int,int) for TreeTable (#9509)
Artur Signell
2012-09-06
1
-1
/
+6
*
Reformat project
Leif Åstrand
2012-09-05
1
-0
/
+2
*
Remove getApplication() and add getSession() (#9402)
Leif Åstrand
2012-09-05
1
-1
/
+1
*
ItemStyleGenerator.getStyle now includes source component (#5822)
Artur Signell
2012-09-04
1
-4
/
+7
*
Add Container.Indexed.getItemIds(int, int) for a range of items (#8028)
Henri Sara
2012-08-31
1
-119
/
+158
[next]