aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/navigator
Commit message (Collapse)AuthorAgeFilesLines
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+10
|
* Replace Navigator(Page) with Navigator(ComponentContainer) (#8859)Henri Sara2012-06-291-12/+56
|
* Add javadoc about navigation to initial view, remove unused code #8859Henri Sara2012-06-261-2/+18
|
* Fixes for Navigator: empty view name, no extra event, javadoc (#8859)Henri Sara2012-06-251-15/+19
|
* Extract API from Root to Page (#8907)Leif Åstrand2012-06-191-12/+13
|
* Navigator API changes based on review (#8859)Henri Sara2012-06-121-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 Sara2012-06-123-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 Sara2012-05-246-0/+805