aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/SplitPanel.java
Commit message (Collapse)AuthorAgeFilesLines
* #8169, #8326 Removed SplitPanel and special handling of SplitPanel onArtur Signell2012-01-311-114/+0
| | | client side
* #8324 Split split panel classes into widget and paintableArtur Signell2012-01-311-2/+2
|
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| | | | svn changeset:22317/svn branch:6.7
* Corrected SplitPanel default size (#6020)Artur Signell2010-11-261-0/+1
| | | | svn changeset:16176/svn branch:6.5
* #6020 - Split SplitPanel into HorizontalSplitPanel and VerticalSplitPanelArtur Signell2010-11-231-424/+7
| | | | | | Refactored SplitPanels to extend an AbstractSplitPanel super class. Deprecated the old SplitPanel class. svn changeset:16113/svn branch:6.5
* Fixes style attributes remaining in DOM when swapping reverse positioning in ↵John Alhroos2010-10-291-1/+1
| | | | | | SplitPanel. svn changeset:15774/svn branch:6.5
* Bugfix for #1588 John Alhroos2010-10-291-3/+1
| | | | svn changeset:15769/svn branch:6.5
* Adds possibility to set split position from the opposite side in a ↵John Alhroos2010-10-291-4/+42
| | | | | | SplitPanel. #1588 svn changeset:15767/svn branch:6.5
* #4611 add getComponentCount() method for ComponentContainer implementationsHenri Sara2010-10-261-2/+18
| | | | svn changeset:15724/svn branch:6.5
* #5865: class stubs + depracations towards one to one widget mappingMatti Tahvonen2010-10-211-0/+20
| | | | svn changeset:15648/svn branch:6.5
* Fixed compiler warnings in demo and core source (#2274)Artur Signell2010-10-071-0/+1
| | | | svn changeset:15451/svn branch:6.5
* #5692 Generics: server-side changes for changeVariables() and some component ↵Henri Sara2010-10-041-1/+1
| | | | | | iterators svn changeset:15338/svn branch:6.5
* Reverted constructor visibility changes, will use isSynthetic() test insteadHenri Sara2010-07-061-5/+0
| | | | svn changeset:14081/svn branch:6.4
* Make private nested class constructor visibility public or package to ↵Henri Sara2010-07-061-0/+5
| | | | | | prevent the generation of non-serializable access constructors by the compiler. svn changeset:14080/svn branch:6.4
* #5286 implement Serializable where necessaryHenri Sara2010-07-011-40/+49
| | | | svn changeset:13989/svn branch:6.4
* code splitting + client initializationMatti Tahvonen2010-06-111-1/+2
| | | | svn changeset:13651/svn branch:6.4
* initial implementation of code splitting #4408Matti Tahvonen2010-06-041-1/+1
| | | | svn changeset:13561/svn branch:6.4
* Fixes #4460: SplitPanel: add getters for the position (and unit) of the ↵Jouni Koivuviita2010-03-311-0/+19
| | | | | | splitter on the server side component svn changeset:12248/svn branch:6.3
* Fix for #4354 - SplitPanel setComponent methods should check if the ↵Artur Signell2010-03-161-0/+10
| | | | | | component is already set svn changeset:11908/svn branch:6.3
* Fixes #3322: SplitPanel with split position 100% doesn't resize correctlyJouni Koivuviita2010-03-051-5/+9
| | | | | | * Percentage sizes now remain percentages, even if the end user drags the split handle to a new position. An rounding to nearest percentage is done at that point. svn changeset:11661/svn branch:6.3
* Fuxes #3904: VSplitPanel sends unnecessary split position eventsJouni Koivuviita2009-12-231-4/+22
| | | | svn changeset:10541/svn branch:6.2
* Added generics to ComponentContainer.getComponentIterator (#3717).Artur Signell2009-12-141-3/+3
| | | | svn changeset:10281/svn branch:6.2
* Fixes #3526: SplitPanel collapse and expand with doubleclickJouni Koivuviita2009-12-081-0/+60
| | | | | | * Added SplitterClickEvent support for SplitPanel. svn changeset:10187/svn branch:6.2
* "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-061-10/+0
| | | | svn changeset:9095/svn branch:2009-09-widget-packaging_3332
* steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵Matti Tahvonen2009-09-251-5/+7
| | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332
* Fixed a typo in javadocMatti Tahvonen2009-09-091-2/+2
| | | | svn changeset:8717/svn branch:6.1
* fixes #3309 + two other typosMatti Tahvonen2009-09-091-3/+3
| | | | svn changeset:8716/svn branch:6.1
* fixes #3169, thanks to DownlordMatti Tahvonen2009-08-281-0/+14
| | | | svn changeset:8568/svn branch:6.1
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+330
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0