Class Router
java.lang.Object
pretty.Router
-
Method Details
-
getInstance
Get the singleton instance of the router- Returns:
- router instance
-
start
-
back
public void back()Navigate back to the previous page -
replace
Replace the current page with a new page- Parameters:
route
- - page to replace with
-