summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Table.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-5449/+0
* Merge remote-tracking branch 'origin/6.8'Leif Åstrand2012-08-031-0/+16
|\
| * Clear selectionRangeStart if the key map has been cleared (#8584, #8736)Leif Åstrand2012-08-021-0/+16
* | Merge remote-tracking branch 'origin/6.8'Leif Åstrand2012-07-311-11/+15
|\|
| * Improved code readability based on review (#8109)Leif Åstrand2012-07-301-8/+9
| * Preserve selection order for multi select value (#8109, #8787)Leif Åstrand2012-07-271-9/+12
* | Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-1/+1
* | Merge branch '6.8'Johannes Dahlström2012-07-241-1/+2
|\|
| * #8291, #7666 fix Table NegativeArraySizeException when table size reduced by ...Henri Sara2012-07-201-1/+2
* | Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+21
* | Added Table.setSortEnabled and deprecated setSortDisabled (#9021)Artur Signell2012-06-251-12/+40
* | Get converter from the application of the component if available (#8992)Artur Signell2012-06-211-7/+3
* | Eliminate scanning for accept criteria by reversed annotation (#8641)Henri Sara2012-06-201-3/+0
* | Merge branch '6.8'Johannes Dahlström2012-06-191-21/+29
|\|
* | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-131-0/+8
|\ \
| * | Refresh row cache in requestRepaintAll to avoid partial repaint (#8714)Leif Åstrand2012-06-121-0/+8
* | | Merge commit '17c14'Johannes Dahlström2012-06-121-26/+64
|\ \ \ | | |/ | |/|
| * | #8297 Do not use static logger instancesHenri Sara2012-06-051-26/+43
* | | Merge commit '6f729'Johannes Dahlström2012-06-121-10/+17
|\| |
| * | #7495 Inverted the server-side API naming (eg. setColumnNoncollapsible -> set...Johannes Dahlström2012-05-311-10/+17
* | | Merge commit '8e5b5'Johannes Dahlström2012-06-111-1/+2
|\| |
| * | Made Table serializable when using column width for row header (#8428)Artur Signell2012-05-291-1/+2
* | | Merge commit 'e8a652'Johannes Dahlström2012-06-111-0/+46
|\| |
| * | Table: Make some columns uncollapsable (#7495)Leif Åstrand2012-05-231-0/+46
* | | Merge commit '99786'Johannes Dahlström2012-06-111-0/+7
|\| | | |/ |/|
| * [merge from 6.7] #8805 fix flickering of partial first row in table, related ...Automerge2012-05-181-0/+7
* | Initial extension support (#6690)Leif Åstrand2012-06-061-18/+0
* | Remove Table.setLazyLoading (#6010)Leif Åstrand2012-05-301-13/+0
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-05-041-1/+1
|\|
| * [merge from 6.7] Use equals instead of == to compare item ids (#8712). Using ...Automerge2012-04-271-1/+1
* | 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