summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/AbstractSplitPanel.java
Commit message (Expand)AuthorAgeFilesLines
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-4/+4
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+8
* Merge branch '6.8'Johannes Dahlström2012-06-191-8/+5
|\
* | Fix issues caused by 6.8 merge: prevent NPE with componentStyles; ensure spli...Johannes Dahlström2012-06-191-4/+5
* | Merge commit '6f729'Johannes Dahlström2012-06-121-2/+2
|\|
| * Created a test for disabling and enabling max/min split position of SplitPane...Tapio Aali2012-05-311-10/+10
| * Optimized network usage of the split position limits of the SplitPanel (#8880).Tapio Aali2012-05-311-2/+6
* | Merge commit '56d0c'Johannes Dahlström2012-06-121-6/+124
|\|
| * Added options for setting maximum and minimum split positions to SplitPanel (...Tapio Aali2012-05-301-1/+109
* | Removed dead codeArtur Signell2012-04-191-1/+0
* | RPC -> Rpc for consistencyArtur Signell2012-04-181-2/+2
* | Move SharedState and ServerRpc classes out from Connector classesArtur Signell2012-04-121-3/+3
* | Moved each component to its own package on client sideArtur Signell2012-04-121-3/+3
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-04-101-10/+18
|\|
| * Allow splitter position to be float to avoid rounding errors (#4296)Artur Signell2012-04-101-13/+22
* | 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
* #6858 Corrected typo in removeListener methodArtur Signell2011-04-181-2/+1
* Merged changes from 6.5 branchHenri Sara2011-02-281-1/+2
* AbstractSplitPanel should really be abstract...Artur Signell2010-12-301-1/+1
* Calling SplitPanel.removeComponent with any component or null always removes ...John Alhroos2010-12-141-1/+1
* Fix for #6145John Alhroos2010-12-141-0/+2
* #6020 - Split SplitPanel into HorizontalSplitPanel and VerticalSplitPanelArtur Signell2010-11-231-0/+436