summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Table.java
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote branch 'origin/master' into contribJens Jansson2012-01-261-1/+2
|\| |
| * | Split VScrollTable, VTreeTable and VMenuBar into paintable andArtur Signell2012-01-261-1/+2
* | | #8019 Added ItemCaptionMode enum for AbstractSelect and RowHeaderMode enum fo...Jens Jansson2012-01-201-41/+94
* | | #8019 Table's column alignment constants to enum.Jens Jansson2012-01-201-54/+83
* | | #8019 Did a bunch of null checks for possible faulty null states which was no...Jens Jansson2012-01-181-4/+7
* | | #8019 Table ColumnHeaderMode from numeric constants to enumJens Jansson2012-01-021-19/+41
|/ /
* | #8101 Swapped generics parameter order for Converter based on API reviewArtur Signell2011-12-211-8/+9
* | #8101 Renamed source type to presentation and target type to model forArtur Signell2011-12-211-4/+29
* | #8026 Removed deprecated FieldFactoryArtur Signell2011-12-191-38/+0
* | #8103 ConverterFactory is no longer static + javadoc updatesArtur Signell2011-12-121-4/+6
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-5/+12
|\|
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| * #7008 Table.setTableFieldFactory should refresh contentArtur Signell2011-12-071-0/+3
| * #7988 TreeTable.setCollapsed() should not throw NPE if the component has not ...Henri Sara2011-11-281-2/+6
| * #7988 TreeTable.setCollapsed(...) should refresh UIHenri Sara2011-11-241-1/+1
| * #7972 drop on table should work also when page length is zeroHenri Sara2011-11-221-11/+6
| * Form and Table now sets property to fields Viewer property if one exists. fix...Matti Tahvonen2011-11-161-1/+28
* | Merge branch 'master' into databindingHenri Sara2011-12-081-12/+34
|\ \
| * | Merged fixes from 6.7Artur Signell2011-11-251-12/+34
| |/
* | Initial implementation of using converters in TableArtur Signell2011-11-281-2/+50
* | Eliminate some generics related warnings in core (non-API).Henri Sara2011-11-111-15/+15
* | Merge branch 'master' into databindingHenri Sara2011-11-081-102/+313
|\|
| * #7839 Corrected cases where pagelength=0 or where number of children > pagebu...Artur Signell2011-11-041-21/+29
| * #7839 Cleanup based on reviewArtur Signell2011-11-041-14/+18
| * #7839 Out of Sync error when using Generated Columns with TreeTable - additio...Artur Signell2011-11-041-2/+2
| * #7839 Out of Sync error when using Generated Columns with TreeTableArtur Signell2011-11-031-37/+145
| * Added javadoc and debug loggingArtur Signell2011-11-031-0/+32
| * #7790 Reverted sort methods to call refreshRenderedCells instead of refreshRo...Artur Signell2011-11-031-4/+6
| * Partly reverted [21883] as it caused unnecessary rendering in some casesArtur Signell2011-11-031-14/+54
| * #7790 Renamed method to refreshRowCache, ensured it is used internally by Tab...Artur Signell2011-11-031-33/+33
| * #7790 Added a method for forcing Table to repaint its rowsArtur Signell2011-11-031-38/+55
| * Test and fix for #7852 TreeTable partial update throws NegativeArraySizeExcep...Artur Signell2011-10-311-1/+1
* | Partly eliminate the use of Property.toString().Henri Sara2011-11-071-1/+2
|/
* Fix for #7808Jonatan Kronqvist2011-10-201-2/+2
* Yet another indexing issue fixed for #7620Jonatan Kronqvist2011-09-271-0/+3
* Code cleanup based on review #7620Jonatan Kronqvist2011-09-261-9/+4
* Yet another indexing issue found and fixed for #7620Jonatan Kronqvist2011-09-231-1/+4
* [21231] broke spanned generated rows, this commit fixes the bug (#7538)Jonatan Kronqvist2011-09-231-6/+5
* A necessary part of the patch in [21231] was left out by mistake (#7358)Jonatan Kronqvist2011-09-221-1/+1
* Don't send a partial row update the first time the component is painted (#7605)Leif Åstrand2011-09-221-1/+5
* Applied patch to support implementation of #7358Jonatan Kronqvist2011-09-221-2/+12
* Fixed indexing issues relating to #7620Jonatan Kronqvist2011-09-221-6/+15
* Make sure that components in collapsed rows are released as well by also upda...Jonatan Kronqvist2011-09-211-4/+115
* Fix for out of sync problem in generated columns in tree table #7620Jonatan Kronqvist2011-09-161-4/+4
* Don't send partial row updates for a full repaint (#7605)Leif Åstrand2011-09-151-1/+1
* #7564 Resizing table column from the server only resizes the headerLeif Åstrand2011-09-121-0/+1
* Small change to support the implementation of #7358Jonatan Kronqvist2011-09-091-5/+8
* Merged changes from 6.6Henri Sara2011-09-081-1/+14
|\
| * Table should only unregister property data sources that it has registered its...Leif Åstrand2011-09-071-1/+14
| * Undo changeset 19049 (several files committed by accident) except for the mer...Henri Sara2011-05-251-1/+1