summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+1
|
* Refactored margin handlers (#8292)Artur Signell2012-08-221-52/+1
| | | | | | 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
|
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-2/+0
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+77