summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractOrderedLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Declarative for DateFields (and related) with ISO8601 (#16313)Miki2015-02-031-2/+2
* API refactoring (#7749)declarativeArtur Signell2014-12-171-1/+1
* Updates for the javadocs of declarative (#7749).Mika Murtojarvi2014-12-171-1/+1
* Generic cleanup (#7749)Artur Signell2014-12-161-2/+1
* createNode -> createElementArtur Signell2014-12-151-8/+8
* Fix writing issues (#7749)Artur Signell2014-12-151-2/+6
* Do not create default instances while reading designs (#7749)Artur Signell2014-12-151-10/+2
* SynchronizeFrom/ToDesign -> read/writeDesign (#7749)Artur Signell2014-12-151-10/+7
* Embed DesignSynchronizable methods to Component interface (#7749)Matti Hosio2014-12-121-39/+34
* Add support for margins in AbstractOrderedLayout (#7749)Matti Hosio2014-12-101-0/+30
* Fixes for the public API of DesignContext.Mika Murtojarvi2014-12-041-1/+0
* Declarative support for AbsoluteLayout (#7749)Matti Hosio2014-12-041-2/+2
* Declarative: Use Element in DesingSynchronizable method parametersMatti Hosio2014-12-031-36/+31
* Vaadin declarative: parser and html generator.Mika Murtojarvi2014-12-021-1/+0
* Declarative support for AbstractOrderedLayoutMatti Hosio2014-12-021-0/+115
* Make Vaadin component handling proxy-friendly (#14639)Juuso Valli2014-09-121-2/+2
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-231-3/+8
* Merge changes from origin/7.1Artur Signell2014-04-231-1/+1
|\
| * Update copyright year to 2014Artur Signell2014-04-161-1/+1
* | Apply abstract ordered layout settings for replaced component (#13568).Denis Anisimov2014-04-141-0/+10
|/
* Global code reformatLeif Åstrand2013-04-051-0/+1
* Enable setting default alignment for VerticalLayout, HorizontalLayout, GridLa...Artur Signell2013-04-021-1/+27
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
* Unified deprecation messagesArtur Signell2012-11-221-2/+2
* Added ComponentContainer.addComponents (#10245)Artur Signell2012-11-221-12/+0
* AbstractComponentContainer should implement getComponentIterator and not iter...Artur Signell2012-11-061-1/+1
* Commit Pekka's patch for #8030 ((Component...) constructor for layouts) and #...Johannes Dahlström2012-09-071-1/+13
* Reformat projectLeif Åstrand2012-09-051-4/+2
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-14/+16
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-2/+20
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-1/+1
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-1/+1
* Handle requestRepaint automatically (#9325)Leif Åstrand2012-08-231-8/+1
* Removed API deprecated in Vaadin 6 (#9071)Artur Signell2012-08-221-13/+0
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+4
* Refactored margin handlers (#8292)Artur Signell2012-08-221-1/+25
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
* 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/+383