aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/VTreeTable.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-804/+0
| | | | | | 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.
* VScrollTable that works with the MeasureManager (#8313)Leif Åstrand2012-02-141-23/+0
|
* #8324 Corrected paintable hierarchy as VScrollTableRow is no longer aArtur Signell2012-02-031-23/+23
| | | paintable
* Split VScrollTable, VTreeTable and VMenuBar into paintable andArtur Signell2012-01-261-81/+11
| | | widget classes. Improved VAbstractPaintable
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | | | | | svn changeset:22317/svn branch:6.7
| * #7908 added comments, don't call onScroll(null) if page length is zero and ↵Henri Sara2011-11-211-5/+7
| | | | | | | | | | | | not a collapse/expand request svn changeset:22086/svn branch:6.7
| * #7908 TreeTable should resize on container change when page length is zero, ↵Henri Sara2011-11-211-2/+5
| | | | | | | | | | | | related test svn changeset:22082/svn branch:6.7
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2011-11-241-6/+11
|\ \
| * | Merge some changes from 6.7 to 6.8Henri Sara2011-11-221-6/+11
| |/ | | | | | | svn changeset:22091/svn branch:6.8
* | #7913 Removed IE7 related stuffArtur Signell2011-11-221-1/+1
| |
* | #7912 Remove support for IE6Leif Åstrand2011-11-091-1/+1
|/
* Fix for #7644Jonatan Kronqvist2011-09-231-2/+2
| | | | svn changeset:21278/svn branch:6.7
* Add keyboard navigation events to a queue if waiting for potential content ↵Leif Åstrand2011-09-191-0/+59
| | | | | | changes from the server #7028 svn changeset:21109/svn branch:6.7
* Cleaner fix for #7535Jonatan Kronqvist2011-09-071-10/+3
| | | | svn changeset:20899/svn branch:6.7
* Fix for #7535Jonatan Kronqvist2011-09-021-0/+8
| | | | svn changeset:20828/svn branch:6.7
* Fix for #7534Jonatan Kronqvist2011-09-021-4/+2
| | | | svn changeset:20827/svn branch:6.7
* #5780 TreeTable uses images that not display transparent in IE6 - reverted ↵Leif Åstrand2011-08-301-12/+1
| | | | | | previous fix causing problems with safari 4. Added new fix using gif-versions of the arrows in IE6 svn changeset:20726/svn branch:6.7
* #5780 TreeTable uses images that not display transparent in IE6Leif Åstrand2011-08-301-1/+12
| | | | svn changeset:20720/svn branch:6.7
* Fixes for #6720Jonatan Kronqvist2011-08-221-10/+64
| | | | | | | | | - Fixes based on review - Fix for possible NPE - Fixed bug where resizing columns would throw off the header/column width sync - Fixed bug where column reordering would fail due to element not found exception svn changeset:20544/svn branch:6.7
* Fixes pageLength=0 in TreeTable #7292John Alhroos2011-08-191-8/+14
| | | | svn changeset:20506/svn branch:6.7
* Implemented row generation for Table and TreeTable #6720#Jonatan Kronqvist2011-08-191-2/+80
| | | | svn changeset:20495/svn branch:6.7
* Optional expand and collapse animations for TreeTable (#6723)Jonatan Kronqvist2011-08-171-0/+338
| | | | svn changeset:20445/svn branch:6.7
* Fixed TreeTable regression #5414John Alhroos2011-08-161-2/+4
| | | | svn changeset:20400/svn branch:6.7
* Fixed a bug where lazyloading stopped working if a node containing lots of ↵Jonatan Kronqvist2011-06-211-0/+11
| | | | | | children was expanded (#6722) svn changeset:19464/svn branch:6.7
* Merged TreeTable into Vaadin core (#5371)Jonatan Kronqvist2011-06-161-0/+345
svn changeset:19416/svn branch:6.7