Java com.google.gwt.user.client History fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client History fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client History.

The text is from its open source code.

Method

HandlerRegistrationaddValueChangeHandler(ValueChangeHandler handler)
Adds a ValueChangeEvent handler to be informed of changes to the browser's history stack.
voidback()
Programmatic equivalent to the user pressing the browser's 'back' button.
voidfireCurrentHistoryState()
Fire ValueChangeHandler#onValueChange(ValueChangeEvent) events with the current history state.
voidforward()
Programmatic equivalent to the user pressing the browser's 'forward' button.
StringgetToken()
Gets the current history token.
voidnewItem(String historyToken, boolean issueEvent)
Adds a new browser history entry.
voidnewItem(String historyToken)
Adds a new browser history entry.