summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractSingleComponentContainer.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-346/+0
* Add missing @since for 7.5Leif Åstrand2015-05-121-1/+3
* Fix declarative support for Window (#17314)Johannes Dahlström2015-04-071-8/+25
* API refactoring (#7749)declarativeArtur Signell2014-12-171-1/+1
* Updates for the javadocs of declarative (#7749).Mika Murtojarvi2014-12-171-1/+1
* Do not write child components in sub templates (#7749)Matti Hosio2014-12-161-0/+5
* Do not remove children in read to ensure @DesignRoot reading worksArtur Signell2014-12-161-2/+0
* createNode -> createElementArtur Signell2014-12-151-1/+1
* SynchronizeFrom/ToDesign -> read/writeDesign (#7749)Artur Signell2014-12-151-10/+7
* Embed DesignSynchronizable methods to Component interface (#7749)Matti Hosio2014-12-121-3/+2
* Declarative: add support for Panel (#7749).Mika Murtojarvi2014-12-121-1/+52
* Make Vaadin component handling proxy-friendly (#14639)Juuso Valli2014-09-121-1/+1
* Prevent adding/setting parent component as child (#12720).Denis Anisimov2014-05-221-0/+6
* Merge changes from origin/7.1Artur Signell2014-04-231-1/+1
|\
| * Update copyright year to 2014Artur Signell2014-04-161-1/+1
* | Make removeFromParent throw if the right session is not locked (#13473)Leif Åstrand2014-04-021-0/+15
|/
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-2/+1
* Moved setVisible dirty logic to AbstractComponent where it belongs (#10414)Artur Signell2012-11-281-13/+0
* Moved isComponentVisible to separate interface (#10303)Artur Signell2012-11-201-11/+0
* UI based on AbstractBasicComponentContainer (#2924)Henri Sara2012-11-131-0/+281