summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Table.java
Commit message (Expand)AuthorAgeFilesLines
* Table is now in multiselectmode.SIMPLE always on touch devices.Matti Tahvonen2011-05-041-0/+4
* Enhanced javadocMatti Tahvonen2011-05-041-1/+10
* Review fixes for #6697 - Don't fire column resize events for all columns. Nam...Jonatan Kronqvist2011-04-281-44/+40
* Null pointer checks added to the fix for #6697 based on reviewJonatan Kronqvist2011-04-271-15/+17
* Simplified if-else conditional for actions #5992John Alhroos2011-04-271-8/+2
* Fix for #6697 - Resizing a table column no longer affects the size of other c...Jonatan Kronqvist2011-04-271-50/+101
* Cleaned up loops to use shorthand for-loops instead of iterator based for bet...John Alhroos2011-04-271-13/+8
* Adds context menu to empty space in Table. #5992John Alhroos2011-04-271-1/+32
* Minor javadoc typo fixArtur Signell2011-04-261-2/+2
* #6844 Getter for column generatorArtur Signell2011-04-191-0/+12
* merged [18197],[18217] from 6.5 branchMatti Tahvonen2011-04-121-3/+72
* Merged changes from 6.5 branchHenri Sara2011-02-281-1/+1
* improved code styleMatti Tahvonen2010-12-211-1/+1
* #6174 JS Error when extending range with multi selection enabled table with n...Artur Signell2010-12-201-6/+6
* Yet another revision of the fix for #6071Jonatan Kronqvist2010-12-151-23/+19
* Revised fix for #6071Jonatan Kronqvist2010-12-151-7/+30
* Fix for #6071Jonatan Kronqvist2010-12-141-0/+7
* Fixed the 'bouncing columns' issue introduced in the fix for #5066Jonatan Kronqvist2010-11-301-7/+0
* Sorting indicator no longer overlaps the column header in tables. #5066 and #...Jonatan Kronqvist2010-11-241-0/+7
* #5821 - ItemClickSource should be ItemClickNotifierArtur Signell2010-11-051-3/+4
* Merged multiple bug fixes and test updates from 6.4Artur Signell2010-10-141-4/+4
* #3548 - Table.setColumnCollapsed should not throw IllegalAccessExceptionArtur Signell2010-10-131-3/+4
* This is the implementation of the server-side logging featureJonatan Kronqvist2010-10-121-6/+13
* Fixed compiler warnings in demo and core source (#2274)Artur Signell2010-10-071-0/+1
* #5692 Generics: Tree and Table property and item ID types can be anything, ch...Henri Sara2010-10-041-10/+11
* added TODOMatti Tahvonen2010-09-221-0/+2
* improved #3165 fix (some cleanup on orphaned columns done better, also lighte...Matti Tahvonen2010-09-221-2/+7
* fixes #3165Matti Tahvonen2010-09-211-0/+22
* fixes #5560Matti Tahvonen2010-09-081-2/+2
* Table: fixed fundamental selection/keyboard-selection/keyboard-navigation pro...Matti Tahvonen2010-09-021-21/+10
* fixes #5534Matti Tahvonen2010-09-011-7/+37
* Refined javadocsMatti Tahvonen2010-08-311-0/+7
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-28/+21
* fixes #5342Matti Tahvonen2010-07-161-1/+1
* fixes #5342Matti Tahvonen2010-07-121-1/+1
* Javadoc fix for #5320Artur Signell2010-07-071-3/+5
* Changed constant references and some method references to linksArtur Signell2010-07-071-42/+43
* #4515 and #4516: header and footer click listeners instead of handlersHenri Sara2010-07-071-90/+43
* #5286 implement Serializable where necessaryHenri Sara2010-07-011-1/+1
* Cleaned javadocsMatti Tahvonen2010-06-301-8/+0
* fixes #810, #4607,#5279, #5281Matti Tahvonen2010-06-301-4/+0
* Fix for #5006John Alhroos2010-06-291-0/+7
* Made HeaderClickHandler and FooterClickHandler SerializableArtur Signell2010-06-241-2/+2
* Merged and slightly modified fix for #4652 - MouseEventDetails and ClickEvent...Artur Signell2010-06-211-32/+5
* Fixed regression from #5185 where switching footer on/off does not hide the f...John Alhroos2010-06-211-10/+9
* Fix for #5112John Alhroos2010-06-021-12/+0
* Fix for #5104John Alhroos2010-06-011-0/+4
* Merged changes to 6.4 (FindBugs results, #5111, label and javadoc corrections)Henri Sara2010-06-011-1/+1
|\
| * Fixed some normal priority warnings by FindBugsHenri Sara2010-06-011-1/+1
* | Added column resize event handling. #2807John Alhroos2010-05-261-0/+150