aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/DefaultRoot.java
Commit message (Collapse)AuthorAgeFilesLines
* Removed the Root interface and renamed DefaultRoot class to RootLeif Åstrand2011-11-031-418/+0
| | | | | Also moved the scrollTo functionality from Window to Root as the change in the Root class hierachy caused the functionality to not work in Window.
* Restored support for executeJavaScript in RootLeif Åstrand2011-11-021-0/+47
|
* Restored support for Notifications in rootLeif Åstrand2011-11-021-0/+173
| | | Also removed the deprecated set/getMessage method from Notification
* Restored functionality related to subwindows and focus in RootLeif Åstrand2011-11-021-3/+143
|
* Split Window to Root and WindowLeif Åstrand2011-11-011-0/+58
Everything related to top level windows disabled in Window, introduced basic Root for top level windows and disabled everything that isn't required to get a simple hard coded example to run.