aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/AbstractSplitPanel.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved margins to AbstractLayoutStateArtur Signell2012-04-051-1/+1
|
* Automatically create state on server side based on getState return typeArtur Signell2012-04-051-5/+0
|
* Simplified Rpc registration on server side (#8591)Artur Signell2012-04-051-1/+1
|
* Refactored ClickEventHandler and LayoutClickEventHandler to use RPCArtur Signell2012-03-291-35/+18
|
* Replaced paintContent with shared stateArtur Signell2012-03-291-73/+24
|
* Consistently use getSecondComponent instead of using the state directlyArtur Signell2012-03-161-1/+1
|
* #8500 Made SplitPanel use hierarchy change eventsArtur Signell2012-03-141-48/+71
|
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-2/+2
|
* #8324 Split split panel classes into widget and paintableArtur Signell2012-01-311-2/+2
|
* #8019 Fixed Sizable UNITS to use an Enum Unit instead of constantsJens Jansson2011-12-221-7/+7
|
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | svn changeset:22317/svn branch:6.7
* #6858 Corrected typo in removeListener methodArtur Signell2011-04-181-2/+1
| | | | svn changeset:18355/svn branch:6.6
* Merged changes from 6.5 branchHenri Sara2011-02-281-1/+2
| | | | svn changeset:17493/svn branch:6.6
* AbstractSplitPanel should really be abstract...Artur Signell2010-12-301-1/+1
| | | | svn changeset:16731/svn branch:6.5
* Calling SplitPanel.removeComponent with any component or null always removes ↵John Alhroos2010-12-141-1/+1
| | | | | | the second component fixed. svn changeset:16498/svn branch:6.5
* Fix for #6145John Alhroos2010-12-141-0/+2
| | | | svn changeset:16484/svn branch:6.5
* #6020 - Split SplitPanel into HorizontalSplitPanel and VerticalSplitPanelArtur Signell2010-11-231-0/+436
Refactored SplitPanels to extend an AbstractSplitPanel super class. Deprecated the old SplitPanel class. svn changeset:16113/svn branch:6.5