summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/navigator
Commit message (Expand)AuthorAgeFilesLines
* Remove mentions of SimpleViewDisplay as there is no such thing (#12934)Artur Signell2014-12-191-7/+4
* Back button doesn't change URL if view blocks the navigation (#10901)Anna Miroshnik2014-12-151-0/+7
* Merge changes from origin/7.1Artur Signell2014-04-236-12/+12
|\
| * Update copyright year to 2014Artur Signell2014-04-166-12/+12
* | Remove all unnecessary semicolons reported by EclipseLeif Åstrand2014-03-211-1/+1
|/
* Avoid creating an instance of every view while searching for the correct view...Artur Signell2013-05-231-5/+8
* Updated copyright notices and added missing license headersArtur Signell2013-01-046-6/+21
* Add a note to Navigator.addView and setErrorView javadoc that views should no...Johannes Dahlström2012-11-221-0/+6
* Kickstart navigation automatically after UI.init(), remove Navigator.navigate...Johannes Dahlström2012-11-221-37/+27
* Made it possible again to use Navigator with UI/Panel/Window (#10211)7.0.0.beta9Artur Signell2012-11-151-0/+59
* Renamed uri fragment methods in Page to use UriFragment instead of Fragment (...Artur Signell2012-11-131-7/+7
* Call ViewDisplay.showView before View.enter in Navigator.navigateTo (#10132)Johannes Dahlström2012-11-121-3/+3
* Add Navigator.getState() returning the current navigation state (#9972)Johannes Dahlström2012-10-171-0/+10
* Remove Navigator.SimpleViewDisplay (#9936)Johannes Dahlström2012-10-161-33/+0
* Add Page.getLocation() (#9249)Johannes Dahlström2012-10-051-3/+3
* Make NavigationStateManager/UriFragmentManager more extensible (#9727)Johannes Dahlström2012-09-242-21/+49
* Remove obsolete TODO; javadoc improvementJohannes Dahlström2012-09-241-2/+2
* Add a means to handle missing views in Navigator (#9060)Johannes Dahlström2012-09-201-6/+84
* Bind Navigator to a UI (#9550)Johannes Dahlström2012-09-191-17/+32
* Navigator javadoc improvementsJohannes Dahlström2012-09-141-55/+48
* Add navigate() method to Navigator for navigating to the current location (#...Johannes Dahlström2012-09-111-0/+9
* Rename isViewChangeAllowed()/navigatorViewChanged() to beforeViewChange()/aft...Johannes Dahlström2012-09-112-23/+29
* Separate view name from parameters with a slash in StaticViewProvider as wellJohannes Dahlström2012-09-061-1/+2
* addListener rename in Navigator (#9285)Johannes Dahlström2012-09-031-20/+1
* Use hashbang (#!) URIs in Navigator; isEmpty() instead of equals("") (#9268, ...Johannes Dahlström2012-09-031-3/+8
* Change View.navigateTo(String) to View.enter(ViewChangeEvent) (#9055, #9056)Johannes Dahlström2012-08-312-9/+12
* Replace references to "fragment" and "viewAndParameters" with "navigation sta...Johannes Dahlström2012-08-313-59/+65
* Rename FragmentManager to NavigationStateManager (#9367)Johannes Dahlström2012-08-312-22/+24
* Use empty string instead of null to denote "no fragment parameters" in Naviga...Johannes Dahlström2012-08-302-6/+4
* refak listeners com.vaadin.navigatorPetri Heinonen2012-08-301-2/+20
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-3/+3
* Rename register/unregisterProvider to add/removeProvider for consistency (#9416)Johannes Dahlström2012-08-281-5/+5
* Revert "Rename registerProvider, unregisterProvider to addProvider and remove...Johannes Dahlström2012-08-281-8/+8
* Rename registerProvider, unregisterProvider to addProvider and removeProvider...Johannes Dahlström2012-08-281-8/+8
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-166-6/+78
* Moved server files to a server src folder (#9299)Artur Signell2012-08-136-0/+921