aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/TreeTable.java
Commit message (Expand)AuthorAgeFilesLines
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-2/+0
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-3/+3
* Split VScrollTable, VTreeTable and VMenuBar into paintable andArtur Signell2012-01-261-3/+4
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* #7988 TreeTable.setCollapsed() should not throw NPE if the component has not ...Henri Sara2011-11-281-2/+2
* #7988 no partial refresh for an item that is not in the buffer, improved testHenri Sara2011-11-241-1/+2
* #7988 TreeTable.setCollapsed(...) should refresh UIHenri Sara2011-11-241-7/+18
* #7837 do not use partial updates in TreeTable if the container does not suppo...Henri Sara2011-11-151-2/+18
* #7780 Don't do partial repaints if the item set has changed during an expand ...Artur Signell2011-11-041-1/+21
* Add keyboard navigation events to a queue if waiting for potential content ch...Leif Åstrand2011-09-191-0/+11
* Fix for out of sync problem in generated columns in tree table #7620Jonatan Kronqvist2011-09-161-3/+3
* Fix for #7534Jonatan Kronqvist2011-09-021-3/+2
* #5851 isLastId() may throw NullPointerExceptionLeif Åstrand2011-08-311-0/+4
* Optional expand and collapse animations for TreeTable (#6723)Jonatan Kronqvist2011-08-171-0/+22
* #7220 TreeTable support for Expand/Collapse eventsArtur Signell2011-07-211-0/+73
* Some changes based on recommendations from code review #6722Jonatan Kronqvist2011-06-201-0/+5
* Added support for partial updates in Table and TreeTable (#6722)Jonatan Kronqvist2011-06-161-1/+51
* Merged TreeTable into Vaadin core (#5371)Jonatan Kronqvist2011-06-161-0/+579