summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/terminal/AbstractClientConnector.java
Commit message (Expand)AuthorAgeFilesLines
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-570/+0
* Component.getRoot() -> Component.getUI() (#8908)Artur Signell2012-08-241-7/+7
* Renamed Root to UI, automatic rename (#8908)Artur Signell2012-08-241-15/+15
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-5/+18
* Handle requestRepaint automatically (#9325)Leif Åstrand2012-08-231-2/+8
* Make getStateType() find getState methods in superclases (#9315)Leif Åstrand2012-08-231-15/+24
* Make getStateType() find for protected getState methods (#9315)Leif Åstrand2012-08-231-1/+10
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-2/+9
* Introduce ClientConnector.beforeClientResponse(boolean initial) #9228Leif Åstrand2012-08-201-0/+5
* 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-1/+0
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+510