aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/navigator/NavigatorTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Build uitest war with mavenTeemu Suo-Anttila2016-04-151-162/+0
| | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
* Remove all unnecessary semicolons reported by EclipseLeif Åstrand2014-03-211-1/+1
| | | | Change-Id: I15f6fff50e709238655a0a50f605a833e2be7d6f
* Prevent double encoding problems when URI fragment contains special ↵Johannes Dahlström2013-04-191-7/+25
| | | | | | characters (#10769) Change-Id: I9043a1f84140b441ab4b3e86eadb708359a29155
* Kickstart navigation automatically after UI.init(), remove ↵Johannes Dahlström2012-11-221-2/+0
| | | | | | Navigator.navigate() (#9549, 10239) Change-Id: I3537eb8f289e75234d6a292636019429967280c3
* UI based on AbstractBasicComponentContainer (#2924)Henri Sara2012-11-131-6/+10
| | | | Change-Id: I1614a3464b8e7a0e9ecdd8c3a76335cdb85bdf87
* Add Page.getLocation() (#9249)Johannes Dahlström2012-10-051-1/+2
| | | | | | | | | | * Send the whole window location, not just fragment, in bootstrap and when the fragment changes * BrowserDetails now has URI getLocation() instead of String getUriFragment() * Keep FragmentChangeListeners as-is, should perhaps change to LocationChangeListeners at some point * Implement Page.getFragment() by means of Page.getLocation() * Differentiate between no fragment (null) and empty fragment ("") as java.net.URI does Change-Id: I1da1ea0664304d0c121a57e85d127fe48605e940
* Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633)Leif Åstrand2012-09-201-2/+2
|
* Add a means to handle missing views in Navigator (#9060)Johannes Dahlström2012-09-201-0/+11
|
* Bind Navigator to a UI (#9550)Johannes Dahlström2012-09-191-2/+3
|
* Rename isViewChangeAllowed()/navigatorViewChanged() to ↵Johannes Dahlström2012-09-111-2/+2
| | | | beforeViewChange()/afterViewChange() (#9511)
* TestBench test for NavigatorJohannes Dahlström2012-09-061-0/+129