aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/terminal/RootProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Application and UI methods and fields from "Root" to "UI" (#8908).Artur Signell2012-08-241-29/+0
|
* Rename Root related classes and package to UI (#8908)Artur Signell2012-08-241-2/+2
| | | | | | | | | | Automatic renames in Eclipse of: - package com.vaadin.terminal.gwt.client.ui.root to .UI - RootConnector to UIConnector - RootServerRpc to UIServerRpc - RootState to UIState - VRoot to VUI - RootRequiresMoreInformationException to UIRequiresMoreInformationException
* Renamed Root to UI, automatic rename (#8908)Artur Signell2012-08-241-4/+4
| | | | | | | | | | | | | | | | | | | 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()
* Add RootProvider for Root selection without custom Application (#8159)Leif Åstrand2012-08-201-0/+29