aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Table.java
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from origin/7.1Artur Signell2014-04-231-1/+1
|\
| * Update copyright year to 2014Artur Signell2014-04-161-1/+1
* | 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
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-10/+100
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-6/+6
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-22/+44
* Removed API deprecated in Vaadin 6 (#9071)Artur Signell2012-08-221-35/+0
* Add "As of 7.0" to relevant @deprecated tagsJohannes Dahlström2012-08-211-2/+2
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-2/+0
* Eliminated dependencies from server to client (#9279)Artur Signell2012-08-131-17/+19
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+5449