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

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

Introduction

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

Usage

From source file com.googlecode.mgwt.mvp.client.history.HistoryImplMGWTAndroid.java

public class HistoryImplMGWTAndroid extends HistoryImpl {

    public HistoryImplMGWTAndroid() {

    }
}

From source file com.tractionsoftware.gwt.history.client.impl.RawHistoryImpl.java

/**
 * Native implementation associated with
 * {@link com.google.gwt.user.client.History}. User classes should not use this
 * class directly.
 * 
 * <p>

From source file com.vaadin.terminal.gwt.client.HistoryImplIEVaadin.java

/**
 * A slightly modified version of GWT's HistoryImplIE6 to bypass bug #2931. Also
 * combined with HistoryImplFrame.
 * 
 * This class should be removed if GWT issue 3890 gets resolved. (Also remember
 * to removed deferred binding rule from .gwt.xml file).

From source file de.barop.gwt.client.HistoryImplPushState.java

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