summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Table.java
Commit message (Expand)AuthorAgeFilesLines
* Add missing @since to VScrollTable and Table.Sauli Tähkäpää2015-02-051-1/+7
* Make table selectable based on presence of ValueChangeListener (#13864).Denis Anisimov2015-01-261-6/+13
* ICON_ONLY mode should not show icon row header for TreeTable (#14799).Denis Anisimov2015-01-151-1/+1
* Fixed typo in JavadocMarkus Koivisto2014-10-291-1/+1
* Re-adding content in Table causes table to lose scroll position (#14581)Anna Miroshnik2014-10-071-64/+18
* Re-adding all rows in Table causes table to loose scroll position (#14581)Anna Miroshnik2014-09-191-209/+285
* Make Vaadin component handling proxy-friendly (#14639)Juuso Valli2014-09-121-2/+2
* Fix regression caused by #14147 patch (#14147)Anthony Guerreiro2014-08-061-212/+227
* Reverting multiple commits that caused 100+ regression tests to fail.Markus Koivisto2014-08-051-1/+1
* Fix Table stuck scroll position after setting scroll to last page (#14147)Anthony Guerreiro2014-07-291-1/+1
* Fix Push update race condition (#13562)Juuso Valli2014-05-271-2/+9
* Revert "Fix Push inserts producing duplicate rows in Table (#13562)"Sauli Tähkäpää2014-05-261-10/+2
* Fix Push inserts producing duplicate rows in Table (#13562)Juuso Valli2014-05-151-2/+10
* Merge changes from origin/7.2 into masterJonatan Kronqvist2014-05-051-1/+1
|\
| * Merge changes from origin/7.1Artur Signell2014-04-231-1/+1
| |\
| | * Update copyright year to 2014Artur Signell2014-04-161-1/+1
* | | Fix Table.sort(...) to update the sort indicator (#8978)Juuso Valli2014-04-251-1/+9
* | | Clarify comments in Table.typeIsCompatible (#8168)Juuso Valli2014-04-231-16/+2
* | | Clean Table.propertyValueConverters if the property is removed (#8168)Juuso Valli2014-04-231-9/+65
|/ /
* / Remove dead codeJohannes Dahlström2014-01-171-1/+0
|/
* Fixes issue with Table not scrolling completely to the end #12651John Ahlroos2013-09-261-4/+28
* Table ignores Container updates while painting (#12258)Henrik Paul2013-09-021-0/+19
* Fix issue with hidden component cells in Table and TreeTable #12119John Ahlroos2013-07-241-1/+4
* Ensure table's cells aren't refreshed if table is detached. (#9138)Anna Koskinen2013-06-281-1/+1
* Updated Javadoc for Table.getColumnAlignment fixing #6810Sami Ekblad2013-06-281-1/+2
* Use varargs instead of array where appropriate (#4513)Artur Signell2013-06-261-3/+3
* Added type parameter to converter methods (#11895)Artur Signell2013-06-111-1/+2
* Fixed setting column width back to undefined by setting it to -1. #7922Leif Åstrand2013-03-141-21/+50
* Merge of (#6160) and (#10470) to Vaadin 7.Johannes Dahlström2013-02-141-62/+145
* Set the first cause as the cause of CacheUpdateException (#10951)Leif Åstrand2013-02-061-3/+14
* Merge of (#10563) to Vaadin 7.Anna Koskinen2013-02-051-32/+47
* Merge of (#10312) to Vaadin 7.Anna Koskinen2013-02-011-7/+95
* Merge of (#9133) to Vaadin 7.Anna Koskinen2013-01-111-1/+4
* Merge of (#5681) to Vaadin 7.Anna Koskinen2013-01-111-5/+12
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
* Merge of (#6476) to Vaadin 7.Anna Koskinen2013-01-021-11/+10
* Added method setContainerDataSource(Container newDataSource,Anna Koskinen2012-12-171-9/+59
* Fixed tooltip handling for Table (#9088)Artur Signell2012-11-291-2/+1
* Fixed Table to actually use converter from factory (#10408)Artur Signell2012-11-281-2/+2
* Unified deprecation messagesArtur Signell2012-11-221-26/+26
* Moved isComponentVisible to separate interface (#10303)Artur Signell2012-11-201-5/+0
* Move deprecated getComponentIterator() from HasComponents to implementing cla...Johannes Dahlström2012-10-301-6/+8
* Fixed problem with Table calling markAsDirty in paint (#10071)Artur Signell2012-10-261-0/+9
* Constants -> enums (#9072)Pekka Hyvönen2012-09-111-0/+1
* Remove unneeded requestRepaint methods (#9325)Leif Åstrand2012-09-071-6/+0
* Simple override for getItemIds(int,int) for TreeTable (#9509)Artur Signell2012-09-061-1/+6
* Reformat projectLeif Åstrand2012-09-051-0/+2
* Remove getApplication() and add getSession() (#9402)Leif Åstrand2012-09-051-1/+1
* ItemStyleGenerator.getStyle now includes source component (#5822)Artur Signell2012-09-041-4/+7
* Add Container.Indexed.getItemIds(int, int) for a range of items (#8028)Henri Sara2012-08-311-119/+158