summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Root.java
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Root to UI, automatic rename (#8908)Artur Signell2012-08-241-1241/+0
| | | | | | | | | | | | | | | | | | | 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()
* Changed Notification type and position to enum (#9072)Artur Signell2012-08-231-4/+5
|
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-5/+5
| | | Also remove some requestRepaint calls that are no longer needed (#9325)
* Handle requestRepaint automatically (#9325)Leif Åstrand2012-08-231-2/+0
|
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+1
|
* Changed border style to enum (#9072)Artur Signell2012-08-221-3/+3
|
* Support @Delayable and change window size update to use it (#8421)Leif Åstrand2012-08-201-6/+7
|
* 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-10/+12
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+1227