Example usage for com.google.gwt.place.shared PlaceHistoryHandler subclass-usage

List of usage examples for com.google.gwt.place.shared PlaceHistoryHandler subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.place.shared PlaceHistoryHandler subclass-usage.

Usage

From source file com.eucalyptus.webui.client.ExPlaceHistoryHandler.java

/**
 * Monitors {@link PlaceChangeEvent}s and
 * {@link com.google.gwt.user.client.History} events and keep them in sync.
 */
public class ExPlaceHistoryHandler extends PlaceHistoryHandler {

From source file com.sfeir.common.gwt.client.mvp.PlaceHistoryHandler.java

/**
 * Monitors {@link PlaceChangeEvent}s and {@link com.google.gwt.user.client.History} events and keep them in sync.
 */
public class PlaceHistoryHandler extends com.google.gwt.place.shared.PlaceHistoryHandler {
    /**
     * Optional delegate in charge of History related events. Provides nice isolation for unit testing, and allows pre- or post-processing of tokens. Methods correspond to the like

From source file edu.arizona.biosemantics.etcsite.client.layout.MyPlaceHistoryHandler.java

/**
 * Monitors {@link PlaceChangeEvent}s and
 * {@link com.google.gwt.user.client.History} events and keep them in sync.
 */
public class MyPlaceHistoryHandler extends PlaceHistoryHandler {
    private static final Logger log = Logger.getLogger(MyPlaceHistoryHandler.class.getName());

From source file mx.org.pescadormvp.core.client.placesandactivities.PescadorMVPPlaceHistoryHandler.java

/**
 * Internal Pescador MVP use. Guice-friendly {@link PlaceHistoryHandler}. 
 *
 */
public class PescadorMVPPlaceHistoryHandler extends PlaceHistoryHandler {