aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/GridLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Commit Pekka's patch for #8030 ((Component...) constructor for layouts) and ↵Johannes Dahlström2012-09-071-0/+31
| | | | #5422 (addComponents(Component...) for layouts) with minor formatting/javadoc changes
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-9/+9
|
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-2/+22
|
* Rename Vaadin6Component to LegacyComponent (#9434)Johannes Dahlström2012-08-291-3/+3
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-4/+4
|
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-8/+8
| | | Also remove some requestRepaint calls that are no longer needed (#9325)
* Handle requestRepaint automatically (#9325)Leif Åstrand2012-08-231-6/+0
|
* Removed API deprecated in Vaadin 6 (#9071)Artur Signell2012-08-221-46/+0
|
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+1
|
* Refactored margin handlers (#8292)Artur Signell2012-08-221-2/+36
| | | | | | 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 more @version included in some files but not in all (#9299)Artur Signell2012-08-161-6/+0
|
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-2/+0
|
* Eliminated dependencies from server to client (#9279)Artur Signell2012-08-131-3/+3
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+1415