Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+10 |
| | |||||
* | Replace Navigator(Page) with Navigator(ComponentContainer) (#8859) | Henri Sara | 2012-06-29 | 1 | -12/+56 |
| | |||||
* | Add javadoc about navigation to initial view, remove unused code #8859 | Henri Sara | 2012-06-26 | 1 | -2/+18 |
| | |||||
* | Fixes for Navigator: empty view name, no extra event, javadoc (#8859) | Henri Sara | 2012-06-25 | 1 | -15/+19 |
| | |||||
* | Extract API from Root to Page (#8907) | Leif Åstrand | 2012-06-19 | 1 | -12/+13 |
| | |||||
* | Navigator API changes based on review (#8859) | Henri Sara | 2012-06-12 | 1 | -144/+172 |
| | | | | | | - Simplify the default providers and move addView()/removeView() logic to Navigator itself. - use longest matching view name to manage view hierarchy - minor cleanup | ||||
* | Some Navigator API changes based on review (#8859). | Henri Sara | 2012-06-12 | 3 | -106/+119 |
| | | | | | | | | | | The changes in this changeset include - remove the concept of main view (use empty view name) - remove View.init() - use ViewChangeEvent in ViewChangeListener - remove internal parameters - add getDisplay() and a constructor that creates a SimpleViewDisplay by default | ||||
* | Implement first version of view and navigation APIs (#8859). | Henri Sara | 2012-05-24 | 6 | -0/+805 |