aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/FormLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Add deprecated expand ratio methods to FormLayout (#12876)Artur Signell2014-01-211-0/+19
| | | | | | | | | | FormLayout has never implemented expand ratios but does not tell the developer about it either. Throwing an UnsupportedOperationException would make this very clear but at the same time would break existing applications which use the methods or which handle AbstractOrderedLayouts in a generic way. Change-Id: I0208f91c3c07aff98a78153887fbbea9dbc1d3d1
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-2/+2
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Commit Pekka's patch for #8030 ((Component...) constructor for layouts) and ↵Johannes Dahlström2012-09-071-6/+16
| | | | #5422 (addComponents(Component...) for layouts) with minor formatting/javadoc changes
* Refactored margin handlers (#8292)Artur Signell2012-08-221-1/+3
| | | | | | Only layouts actually supporting margins now implement MarginHandler CssLayout should be simplified before 7.0.0 so margin support was removed. GridLayout, VerticalLayout and HorizontalLayout were the only other layouts which actually supported margin. MarginInfo is now passed directly in the state.
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+31