Method Summary |
|
public static void | addHistoryListener(HistoryListener listener) Adds a listener to be informed of changes to the browser's history stack. |
native public static void | back() Programmatic equivalent to the user pressing the browser's 'back' button. |
native public static void | forward() Programmatic equivalent to the user pressing the browser's 'forward'
button. |
public static String | getToken() Gets the current history token. |
public static void | newItem(String historyToken) Adds a new browser history entry. |
public static void | onHistoryChanged(String historyToken) |
public static void | removeHistoryListener(HistoryListener listener) Removes a history listener. |