summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Table.java
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/6.8'Leif Åstrand2012-04-181-4/+7
|\
| * [merge from 6.7] Reverted #7607 fixes and removed the test for now because th...Automerge2012-04-171-4/+7
* | Removed deprecated interface (#8169)Artur Signell2012-04-121-3/+2
* | Moved each component to its own package on client sideArtur Signell2012-04-121-1/+1
* | Component no longer implements PaintableArtur Signell2012-04-121-2/+3
* | Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-2/+0
* | Merge commit '8da6b1a0c3293c7de05ebc3d451a2f2e272a13b8' from origin/6.8Artur Signell2012-03-231-3/+7
|\|
| * [merge from 6.7] #7607 Make Table scroll to the very bottom when neededAutomerge2012-03-141-3/+7
* | Fixed NPE when Table does not contain componentsArtur Signell2012-03-211-0/+6
* | Added requestRepaintall helper to AbstractComponentContainer and use theArtur Signell2012-03-211-20/+1
* | Added generics to KeyMapper and made it based on HashMap instead ofArtur Signell2012-03-211-4/+4
* | Separated Component.isEnabled/isVisible from Connector enabled state.Artur Signell2012-03-141-2/+14
* | Merge remote-tracking branch 'origin/6.8'Johannes Dahlström2012-03-021-13/+1
|\|
| * [merge from 6.7] #8077 restored accidentally deleted commentAutomerge2012-03-011-0/+2
| * [merge from 6.7] Fixed #8077: removed a buggy optimization that prevented the...Automerge2012-02-291-15/+1
* | Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-2/+2
* | Merge branch 'master' into contribArtur Signell2012-01-271-0/+12
|\ \
| * | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-271-0/+12
| |\|
| | * #8273 Added sanity check to prevent trying to render past the end of the cell...Johannes Dahlström2012-01-231-0/+3
| | * Merge from 6.7Johannes Dahlström2012-01-121-0/+10
* | | 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