summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/CssLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-399/+0
| | | | Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
* API refactoring (#7749)declarativeArtur Signell2014-12-171-1/+1
| | | | Change-Id: I835756b240bc9ece885acdc8f43ec6a1599bb7c5
* Updates for the javadocs of declarative (#7749).Mika Murtojarvi2014-12-171-1/+1
| | | | Change-Id: I623ba0c17673144f0886556937d25f80ea1f3ffd
* Merge remote-tracking branch 'origin/master' into declarativeMatti Hosio2014-12-171-4/+0
|\ | | | | | | | | | | | | Conflicts: server/src/com/vaadin/ui/TextField.java Change-Id: I289cb9ec80d494ab79aec11a43708abf5b403a00
| * Hierarchy change markAsDirty to AbstractComponentContainer (#14227)Anna Miroshnik2014-12-091-4/+0
| | | | | | | | Change-Id: I7a05ad72dfa3d16d85aa4d0cdd235572ec01e31a
* | Do not write child components in sub templates (#7749)Matti Hosio2014-12-161-0/+4
| | | | | | | | Change-Id: I7e19e86618bbf27ae3a6e585bab000f26dd8f6d5
* | Do not remove children in read to ensure @DesignRoot reading worksArtur Signell2014-12-161-2/+0
| | | | | | | | | | | | properly (#7749) Change-Id: I8a3111e7007911adfd97c15373b634b2c57f5cd5
* | createNode -> createElementArtur Signell2014-12-151-1/+1
| | | | | | | | Change-Id: Ifb7342a860fa73d51dc462b788a4530abb0bb52f
* | SynchronizeFrom/ToDesign -> read/writeDesign (#7749)Artur Signell2014-12-151-10/+7
| | | | | | | | Change-Id: Ie5e420ac5d62a2aa3206051888e6dd0f8f30df11
* | Embed DesignSynchronizable methods to Component interface (#7749)Matti Hosio2014-12-121-4/+2
| | | | | | | | Change-Id: I06de4d2065dee107da40c2a4941e7d9e22f0832b
* | Declarative support for CssLayout (#7749)Matti Hosio2014-12-101-0/+45
|/ | | | Change-Id: Ic99fb1e9af921b3e14127888e2b3dffbd54f493e
* Make Vaadin component handling proxy-friendly (#14639)Juuso Valli2014-09-121-2/+2
| | | | | | Comparisons with the ==-operator between a proxy and it's underlying instance fail, so we should use a custom equals method instead. Change-Id: Iaa86ae830fecbedfb1f55636e25f5affebf5aba3
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Unified deprecation messagesArtur Signell2012-11-221-2/+2
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* Added ComponentContainer.addComponents (#10245)Artur Signell2012-11-221-13/+0
| | | | Change-Id: Ie859d194456466424c55ef5e1c2a330f0172e5de
* AbstractComponentContainer should implement getComponentIterator and not ↵Artur Signell2012-11-061-1/+1
| | | | | | iterator (#10144) Change-Id: I092cc71dfa9ded74f6624e6808a9ec1de7cf1cb5
* Add comment explaining why beforeClientResponse is usedLeif Åstrand2012-09-141-0/+5
|
* Commit Pekka's patch for #8030 ((Component...) constructor for layouts) and ↵Johannes Dahlström2012-09-071-1/+30
| | | | #5422 (addComponents(Component...) for layouts) with minor formatting/javadoc changes
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-2/+4
|
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-2/+20
|
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-5/+5
| | | Also remove some requestRepaint calls that are no longer needed (#9325)
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+1
|
* Introduce ClientConnector.beforeClientResponse(boolean initial) #9228Leif Åstrand2012-08-201-2/+2
| | | | Remove Component.updateState() to use the new method instead.
* 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/+308