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

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

Introduction

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

Usage

From source file accelerator.client.place.InboxPlace.java

public class InboxPlace extends Place {

    public InboxPlace() {
    }

    @Prefix("inbox")

From source file accelerator.client.place.ProjectPlace.java

public class ProjectPlace extends Place {
    private final Project project;
    private final Key projectKey;

    public ProjectPlace(Key projectKey, Project project) {
        this.project = project;

From source file accelerator.client.place.SchedulePlace.java

public class SchedulePlace extends Place {
    public SchedulePlace() {
    }

    @Prefix("scheduled")
    public static class Tokenizer implements PlaceTokenizer<SchedulePlace> {

From source file accelerator.client.place.TagPlace.java

public class TagPlace extends Place {
    private final Tag tag;
    private final Key tagKey;

    public TagPlace(Key tagKey, Tag tag) {
        this.tag = tag;

From source file accelerator.client.place.TodayPlace.java

public class TodayPlace extends Place {
    public TodayPlace() {

    }

    @Prefix("today")

From source file ar.com.cristal.creditos.client.accesibilidad.PerfilesCRUDPlace.java

/**
 * A place object representing a particular state of the UI. A Place can be converted to and from a
 * URL history token by defining a {@link PlaceTokenizer} for each {@link Place}, and the 
 * {@link PlaceHistoryHandler} automatically updates the browser URL corresponding to each 
 * {@link Place} in your app.
 */

From source file ar.com.cristal.creditos.client.clientes.alta.ClientePlace.java

/**
 * A place object representing a particular state of the UI. A Place can be converted to and from a
 * URL history token by defining a {@link PlaceTokenizer} for each {@link Place}, and the 
 * {@link PlaceHistoryHandler} automatically updates the browser URL corresponding to each 
 * {@link Place} in your app.
 */

From source file ar.com.cristal.creditos.client.clientes.busqueda.BusquedaClientesPlace.java

/**
 * A place object representing a particular state of the UI. A Place can be converted to and from a
 * URL history token by defining a {@link PlaceTokenizer} for each {@link Place}, and the 
 * {@link PlaceHistoryHandler} automatically updates the browser URL corresponding to each 
 * {@link Place} in your app.
 */

From source file ar.com.cristal.creditos.client.clientes.busqueda.detalle.OperacionesHistorialCreditosClientePlace.java

/**
 * A place object representing a particular state of the UI. A Place can be converted to and from a
 * URL history token by defining a {@link PlaceTokenizer} for each {@link Place}, and the 
 * {@link PlaceHistoryHandler} automatically updates the browser URL corresponding to each 
 * {@link Place} in your app.
 */

From source file ar.com.cristal.creditos.client.creditos.reportes.SeleccionReportePlace.java

/**
 * A place object representing a particular state of the UI. A Place can be converted to and from a
 * URL history token by defining a {@link PlaceTokenizer} for each {@link Place}, and the 
 * {@link PlaceHistoryHandler} automatically updates the browser URL corresponding to each 
 * {@link Place} in your app.
 */