summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/TreeTable.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-824/+0
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+30
* Merge branch '6.8'Johannes Dahlström2012-06-191-30/+1
|\
* | Merge commit '17c14'Johannes Dahlström2012-06-121-5/+6
|\|
| * #8297 Do not use static logger instancesHenri Sara2012-06-051-5/+6
* | Merge commit 'ecd026'Johannes Dahlström2012-06-111-0/+30
|\|
| * [merge from 6.7] Remove invalid import used by javadocsAutomerge2012-05-151-1/+0
* | Moved each component to its own package on client sideArtur Signell2012-04-121-1/+1
* | Disable TreeTable partial updates until it is fixedArtur Signell2012-04-051-1/+3
* | Moved Collapsible and HierarchicalContainerOrderedWrapper to dataHenri Sara2012-04-051-2/+2
* | 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