summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Component.java
Commit message (Expand)AuthorAgeFilesLines
* Clarified javadoc (#7749)Artur Signell2014-12-161-8/+13
* SynchronizeFrom/ToDesign -> read/writeDesign (#7749)Artur Signell2014-12-151-3/+2
* Embed DesignSynchronizable methods to Component interface (#7749)Matti Hosio2014-12-121-0/+37
* Merge changes from origin/7.1Artur Signell2014-04-231-1/+1
|\
| * Update copyright year to 2014Artur Signell2014-04-161-1/+1
* | Add support for setId to TabSheet.Tab (#12064)tapio2013-06-241-3/+3
|/
* Move ClientConnector.setParent to Component and Extension (#11777)Artur Signell2013-06-111-0/+26
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
* Rename ComponentEventListener to ConnectorEventListener (#10340)Leif Åstrand2012-11-231-2/+3
* Add attach and detach listeners and events to ClientConnector (#8579, #10251)Johannes Dahlström2012-11-211-7/+1
* Replaced ComponentErrorHandler with generic ErrorHandler (#10231)Artur Signell2012-11-211-14/+0
* Added missing cast (#9342)Artur Signell2012-11-071-1/+1
* Moved EventRouter from AbstractComponent to AbstractClientConnector (#9342)Artur Signell2012-11-071-1/+2
* Added Component.getDescription (#8154)Artur Signell2012-11-071-0/+59
* Javadoc + fixed a typo in method name #9724John Ahlroos2012-10-011-4/+20
* Added primary stylename handling on server side #9724John Ahlroos2012-09-241-0/+13
* Fixed references to XHTML and issue found in review #8294John Ahlroos2012-09-071-3/+3
* Remove getApplication() and add getSession() (#9402)Leif Åstrand2012-09-051-24/+1
* Rename Application to VaadinSession (#9402)Leif Åstrand2012-09-051-3/+3
* inner Event classes converted to static nested classes (#5855)Pekka Hyvönen2012-09-041-2/+2
* Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-291-1/+1
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-5/+5
* Adjust javadoc to reflect realityLeif Åstrand2012-08-281-2/+3
* Renamed Component.debugId to id (#3700)Pekka Hyvönen2012-08-281-7/+7
* Component.getRoot() -> Component.getUI() (#8908)Artur Signell2012-08-241-2/+2
* Renamed Root to UI, automatic rename (#8908)Artur Signell2012-08-241-7/+7
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-14/+0
* Introduce ClientConnector.beforeClientResponse(boolean initial) #9228Leif Åstrand2012-08-201-12/+0
* 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/+1047