Example usage for com.google.gwt.user.client HistoryImpl subclass-usage

List of usage examples for com.google.gwt.user.client HistoryImpl subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client HistoryImpl subclass-usage.

Usage

From source file cc.alcina.framework.extras.history.client.HistoryImplDelegate.java

/**
 * Extends GWT's {@link HistoryImpl} and adds HTML5 pushState support.
 * 
 * <p>
 * The complete path is treated as history token.
 * </p>

From source file cc.alcina.framework.extras.history.client.HistoryImplPushState.java

/**
 * Extends GWT's {@link HistoryImpl} and adds HTML5 pushState support.
 * 
 * <p>
 * The complete path is treated as history token.
 * </p>