summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractComponent.java
Commit message (Expand)AuthorAgeFilesLines
* Fixed references to XHTML and issue found in review #8294John Ahlroos2012-09-071-3/+3
* Remove some references to Application in API and docs (#9402)Leif Åstrand2012-09-061-5/+5
* Deprecated EventRouter with a message that it will be replaced before 7.0.0 (...Artur Signell2012-09-051-0/+17
* Remove getApplication() and add getSession() (#9402)Leif Åstrand2012-09-051-27/+2
* Rename Application to VaadinSession (#9402)Leif Åstrand2012-09-051-4/+4
* Moved ReflectTools to com.vaadin.util (#4294)Artur Signell2012-09-041-1/+1
* Add helper methods for checking stateJohn Ahlroos2012-08-311-2/+2
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-35/+38
* Replace ApplicationResource with ConnectorResource (#9419)Leif Åstrand2012-08-301-3/+3
* Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-291-3/+3
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-14/+14
* Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)Artur Signell2012-08-291-1/+1
* Renamed Component.debugId to id (#3700)Pekka Hyvönen2012-08-281-3/+29
* Remaining Root -> UI renames (#8908)Artur Signell2012-08-241-11/+1
* Component.getRoot() -> Component.getUI() (#8908)Artur Signell2012-08-241-5/+5
* Renamed Root to UI, automatic rename (#8908)Artur Signell2012-08-241-3/+3
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-7/+5
* Handle requestRepaint automatically (#9325)Leif Åstrand2012-08-231-25/+1
* Removed API deprecated in Vaadin 6 (#9071)Artur Signell2012-08-221-28/+0
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+1
* Introduce ClientConnector.beforeClientResponse(boolean initial) #9228Leif Åstrand2012-08-201-6/+2
* 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/+1382