Example usage for com.google.gwt.place.shared PlaceHistoryMapperWithFactory interface-usage

List of usage examples for com.google.gwt.place.shared PlaceHistoryMapperWithFactory interface-usage

Introduction

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

Usage

From source file com.acme.gwt.client.place.TvGuidePlaceHistoryMapper.java

/**
 * @author colin
 */
public interface TvGuidePlaceHistoryMapper extends PlaceHistoryMapperWithFactory<TvGuideGinjector> {

}

From source file com.google.gwt.place.testplacemappers.WithFactory.java

/**
 * Used by tests of {@link com.google.gwt.place.rebind.PlaceHistoryMapperGenerator}.
 */
@WithTokenizers({ Tokenizer4.class, Place6.Tokenizer.class })
public interface WithFactory extends PlaceHistoryMapperWithFactory<TokenizerFactory> {
}

From source file com.google.gwt.sample.expenses.client.place.ExpensesPlaceHistoryMapper.java

/**
 * This interface is the hub of your application's navigation system. It links
 * the {@link com.google.gwt.place.shared.Place Place}s your user navigates to
 * with the browser history system &mdash; that is, it makes the browser's back
 * and forth buttons work for you, and also makes each spot in your app
 * bookmarkable.

From source file net.ltgt.gwt.place.testplacemappers.WithFactory.java

/**
 * Used by tests of {@link com.google.gwt.place.rebind.PlaceHistoryMapperGenerator}.
 */
@WithTokenizers({ Tokenizer4.class, Place6.Tokenizer.class })
public interface WithFactory extends PlaceHistoryMapperWithFactory<TokenizerFactory> {
}

From source file org.nsesa.editor.gwt.editor.client.activity.EditorPlaceHistoryMapper.java

/**
 * An extension of place history mapper with factory
 * User: sgroza
 * Date: 26/10/12
 * Time: 12:24
 */

From source file uk.ac.ebi.fg.annotare2.web.gwt.editor.client.mvp.EditorPlaceHistoryMapper.java

/**
 * @author Olga Melnichuk
 */
public interface EditorPlaceHistoryMapper extends PlaceHistoryMapperWithFactory<EditorPlaceFactory> {
}

From source file uk.ac.ebi.fg.annotare2.web.gwt.user.client.mvp.UserAppPlaceHistoryMapper.java

/**
 * @author Olga Melnichuk
 */
public interface UserAppPlaceHistoryMapper extends PlaceHistoryMapperWithFactory<UserAppPlaceFactory> {
}