summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/TreeTable.java
Commit message (Collapse)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
|\ | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/draganddropwrapper/VDragAndDropWrapper.java src/com/vaadin/terminal/gwt/client/ui/form/VForm.java src/com/vaadin/terminal/gwt/client/ui/window/VWindow.java tests/server-side/com/vaadin/tests/VaadinClasses.java Removed Java5-incompatible @Override annotations
* | Merge commit '17c14'Johannes Dahlström2012-06-121-5/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/util/MethodPropertyDescriptor.java src/com/vaadin/data/util/sqlcontainer/SQLContainer.java src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java src/com/vaadin/terminal/gwt/server/DragAndDropService.java src/com/vaadin/terminal/gwt/server/JsonPaintTarget.java src/com/vaadin/terminal/gwt/widgetsetutils/ClassPathExplorer.java src/com/vaadin/ui/Table.java tests/testbench/com/vaadin/launcher/ApplicationRunnerServlet.java
| * #8297 Do not use static logger instancesHenri Sara2012-06-051-5/+6
| | | | | | | | svn changeset:23882/svn branch:6.8
* | Merge commit 'ecd026'Johannes Dahlström2012-06-111-0/+30
|\| | | | | | | | | Conflicts: src/com/vaadin/ui/TreeTable.java
| * [merge from 6.7] Remove invalid import used by javadocsAutomerge2012-05-151-1/+0
| | | | | | | | svn changeset:23745/svn branch:6.8
* | Moved each component to its own package on client sideArtur Signell2012-04-121-1/+1
| | | | | | | | | | | | Class loaders have problems with referring to static inner classes (e.g. state classes) when they cannot load the declaring class. To deal with this the components have been moved to their own packages and state/rpc classes will be defined in their own Java files.
* | Disable TreeTable partial updates until it is fixedArtur Signell2012-04-051-1/+3
| | | | | | | | Currently TreeTable changes its child components during paint, which is too late for AbstractCommunicationManager to take into account
* | Moved Collapsible and HierarchicalContainerOrderedWrapper to dataHenri Sara2012-04-051-2/+2
| | | | | | | | | | | | | | packages (related to #8440) - should not be specific to TreeTable. Otherwise, having a package and a class by the same name causes problems when trying to compile a widgetset on systems that do not treat file names as case sensitive.
* | 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
|/ | | widget classes. Improved VAbstractPaintable
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | svn changeset:22317/svn branch:6.7
* #7988 TreeTable.setCollapsed() should not throw NPE if the component has not ↵Henri Sara2011-11-281-2/+2
| | | | | | been rendered yet svn changeset:22147/svn branch:6.7
* #7988 no partial refresh for an item that is not in the buffer, improved testHenri Sara2011-11-241-1/+2
| | | | svn changeset:22120/svn branch:6.7
* #7988 TreeTable.setCollapsed(...) should refresh UIHenri Sara2011-11-241-7/+18
| | | | svn changeset:22119/svn branch:6.7
* #7837 do not use partial updates in TreeTable if the container does not ↵Henri Sara2011-11-151-2/+18
| | | | | | support item set change notifications svn changeset:22007/svn branch:6.7
* #7780 Don't do partial repaints if the item set has changed during an expand ↵Artur Signell2011-11-041-1/+21
| | | | | | or collapse svn changeset:21901/svn branch:6.7
* Add keyboard navigation events to a queue if waiting for potential content ↵Leif Åstrand2011-09-191-0/+11
| | | | | | changes from the server #7028 svn changeset:21109/svn branch:6.7
* Fix for out of sync problem in generated columns in tree table #7620Jonatan Kronqvist2011-09-161-3/+3
| | | | svn changeset:21070/svn branch:6.7
* Fix for #7534Jonatan Kronqvist2011-09-021-3/+2
| | | | svn changeset:20827/svn branch:6.7
* #5851 isLastId() may throw NullPointerExceptionLeif Åstrand2011-08-311-0/+4
| | | | svn changeset:20758/svn branch:6.7
* Optional expand and collapse animations for TreeTable (#6723)Jonatan Kronqvist2011-08-171-0/+22
| | | | svn changeset:20445/svn branch:6.7
* #7220 TreeTable support for Expand/Collapse eventsArtur Signell2011-07-211-0/+73
| | | | svn changeset:19861/svn branch:6.7
* Some changes based on recommendations from code review #6722Jonatan Kronqvist2011-06-201-0/+5
| | | | svn changeset:19455/svn branch:6.7
* Added support for partial updates in Table and TreeTable (#6722)Jonatan Kronqvist2011-06-161-1/+51
| | | | svn changeset:19417/svn branch:6.7
* Merged TreeTable into Vaadin core (#5371)Jonatan Kronqvist2011-06-161-0/+579
svn changeset:19416/svn branch:6.7