Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow configuring the root class to use, remove RootLayout | Leif Åstrand | 2011-11-16 | 1 | -40/+0 |
| | |||||
* | Create Root initialized with RootLayout defined in web.xml | Leif Åstrand | 2011-11-10 | 1 | -88/+6 |
| | |||||
* | Pass around rootId instead of windowName and use it to find the Root | Leif Åstrand | 2011-11-10 | 1 | -12/+3 |
| | |||||
* | LoginForm now uses RequestHandler | Leif Åstrand | 2011-11-09 | 1 | -0/+13 |
| | |||||
* | Pass WrappedRequest to Root.init and RootLayout.init | Leif Åstrand | 2011-11-08 | 1 | -2/+2 |
| | |||||
* | Created and integrated a RequestHandler for application resources | Leif Åstrand | 2011-11-08 | 1 | -2/+42 |
| | |||||
* | Pass WrappedRequest to Application.getRoot | Leif Åstrand | 2011-11-04 | 1 | -5/+20 |
| | | | | Also removed some stuff from WrappedRequest to make it easier to get it working in all required places | ||||
* | Added initial support for RequestHandlers | Leif Åstrand | 2011-11-03 | 1 | -0/+25 |
| | |||||
* | Added RootLayout and implemented rudimentary Root using RootLayout | Leif Åstrand | 2011-11-03 | 1 | -6/+18 |
| | |||||
* | Removed the Root interface and renamed DefaultRoot class to Root | Leif Åstrand | 2011-11-03 | 1 | -2/+1 |
| | | | | | 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 Root | Leif Åstrand | 2011-11-02 | 1 | -1/+1 |
| | |||||
* | Restored support for Notifications in root | Leif Åstrand | 2011-11-02 | 1 | -5/+1 |
| | | | Also removed the deprecated set/getMessage method from Notification | ||||
* | Restored functionality related to subwindows and focus in Root | Leif Åstrand | 2011-11-02 | 1 | -4/+13 |
| | |||||
* | Split Window to Root and Window | Leif Åstrand | 2011-11-01 | 1 | -0/+22 |
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. |