Changeset d86d5eb1 in vaadin
- Timestamp:
- 12/22/11 11:45:54 (17 months ago)
- Branches:
- master, b1390c580cf5e9ad6adbb6067007d03fb69a92cc, 6a7683bedbdc745a6296a44a0328d61172181442
- Children:
- 2d157db0
- Parents:
- 38ee0b49
- git-author:
- Leif Åstrand <leif@…> (12/22/11 11:45:29)
- git-committer:
- Leif Åstrand <leif@…> (12/22/11 11:45:54)
- File:
-
- 1 edited
-
src/com/vaadin/ui/Root.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/com/vaadin/ui/Root.java
r781f3e355 rd86d5eb1 195 195 * Helper class to emulate the main window from Vaadin 6 using roots. This 196 196 * class should be used in the same way as Window used as a browser level 197 * window in Vaadin 6 together with {@Application.LegacyApplication 198 * 199 * 200 * 201 * 202 * 203 * 204 * 205 * 206 * 197 * window in Vaadin 6 with {@Application.LegacyApplication 207 198 * } 208 199 */ 209 200 @Deprecated 201 @EagerInit 210 202 public static class LegacyWindow extends Root { 211 203 private String name;
Note: See TracChangeset
for help on using the changeset viewer.
