aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/RootTestApplication.java
Commit message (Expand)AuthorAgeFilesLines
* Allow configuring the root class to use, remove RootLayoutLeif Åstrand2011-11-161-40/+0
* Create Root initialized with RootLayout defined in web.xmlLeif Åstrand2011-11-101-88/+6
* Pass around rootId instead of windowName and use it to find the RootLeif Åstrand2011-11-101-12/+3
* LoginForm now uses RequestHandlerLeif Åstrand2011-11-091-0/+13
* Pass WrappedRequest to Root.init and RootLayout.initLeif Åstrand2011-11-081-2/+2
* Created and integrated a RequestHandler for application resourcesLeif Åstrand2011-11-081-2/+42
* Pass WrappedRequest to Application.getRootLeif Åstrand2011-11-041-5/+20
* Added initial support for RequestHandlersLeif Åstrand2011-11-031-0/+25
* Added RootLayout and implemented rudimentary Root using RootLayoutLeif Åstrand2011-11-031-6/+18
* Removed the Root interface and renamed DefaultRoot class to RootLeif Åstrand2011-11-031-2/+1
* Restored support for executeJavaScript in RootLeif Åstrand2011-11-021-1/+1
* Restored support for Notifications in rootLeif Åstrand2011-11-021-5/+1
* Restored functionality related to subwindows and focus in RootLeif Åstrand2011-11-021-4/+13
* Split Window to Root and WindowLeif Åstrand2011-11-011-0/+22