aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/UIRequiresMoreInformationException.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactor UI bootstrap (#9443)Leif Åstrand2012-08-311-37/+0
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-2/+2
|
* Remaining Root -> UI renames (#8908)Artur Signell2012-08-241-1/+1
|
* Renamed Application and UI methods and fields from "Root" to "UI" (#8908).Artur Signell2012-08-241-1/+1
|
* Rename Root related classes and package to UI (#8908)Artur Signell2012-08-241-0/+37
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