summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Table.java
Commit message (Expand)AuthorAgeFilesLines
* Fix empty @since tagsHenri Sara2015-12-181-2/+2
* Make it possible to only show collapsible columns in menu (#9811)Leif Åstrand2015-12-161-1/+33
* Optimize layout performance of Table (#17947)jotatu2015-11-051-1/+26
* Provide own states for a number of components (#18987).Denis Anisimov2015-10-161-2/+8
* Javadocs for new 7.6 API (#19135) and some fixeselmot2015-10-151-9/+12
* Support ContextClicks in empty areas of Table and TreeTable (#19130)Teemu Suo-Anttila2015-10-141-2/+4
* Write true boolean attibutes without ='' (#17583)Leif Åstrand2015-10-091-2/+2
* Update/add @since tags in javadocHenri Sara2015-10-071-2/+9
* Rename DesignFormatter.unencodeFromTextNode to decodeFromTextNodeTeemu Suo-Anttila2015-10-071-2/+2
* Implement ContextClickEvent for Table (#19042)Teemu Suo-Anttila2015-10-021-0/+66
* Support HTML entities when reading/writing declarative format #18882Maciej Przepióra2015-09-241-4/+8
* Fix Table ColumnCollapseEvents to work with generated columns (#6914)Teemu Suo-Anttila2015-08-241-2/+3
* Column collapse events for Table (#6914)Artur Signell2015-08-211-2/+87
* Table.setVisibleColumns() causes table to forget column headers, icons, align...Ilya Ermakov2015-06-091-20/+0
* Fix TreeTable declarative support (#16368)Johannes Dahlström2015-04-281-22/+40
* Declarative write support for Table (#16367)Johannes Dahlström2015-04-201-0/+103
* Declarative read support for Table (#16367)Johannes Dahlström2015-04-171-1/+162
* Fixed typos in javadoc (#17384)Raphael Ackermann2015-04-041-19/+19
* 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