aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/navigator/View.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-36/+0
|
* Some Navigator API changes based on review (#8859).Henri Sara2012-06-121-15/+1
| | | | | | | | | | 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-241-0/+50