aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/terminal/AbstractClientConnector.java
Commit message (Collapse)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
| | | | | | | | | | | | | | | | | | | Automatic rename in Eclipse of the class Root to UI with all rename options enabled, rename also embedded "Root" in variable and method names. The following classes/methods were excluded in the rename: - BootstrapHandler.getApplicationCSSClassName() - ComponentLocator - ConnectorMap - ItemClickEvent - KeepAllItemsVisible - MenuBarTest - MenuBarTooltips - TreeTableTest - TreeWithIcons - Trees - VDebugConsole.printLayoutProblems()
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-5/+18
| | | Also remove some requestRepaint calls that are no longer needed (#9325)
* Handle requestRepaint automatically (#9325)Leif Åstrand2012-08-231-2/+8
|
* Make getStateType() find getState methods in superclases (#9315)Leif Åstrand2012-08-231-15/+24
| | | | Also cache the result as the finding logic could be quite expensive with multiple exceptions thrown and caught.
* 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
| | | | Remove Component.updateState() to use the new method instead.
* 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