Example usage for com.google.gwt.place.shared PlaceChangeEvent.Handler interface-usage

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

Introduction

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

Usage

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

/**
 * <p>
 * <span style="color:red">Experimental API: This class is still under rapid
 * development, and is very likely to be deleted. Use it at your own risk.
 * </span>
 * </p>

From source file com.googlecode.mgwt.mvp.client.AnimatingActivityManager.java

/**
 * This is a fork of @link {@link ActivityManager} that has the same features,
 * but also adds animations to the lifecycle of Activities.
 *
 * It can be used as a replacement for {@link ActivityManager}, but requires an
 * instance of {@link AnimationMapper} to work properly

From source file com.msco.mil.client.com.sencha.gxt.explorer.client.app.ui.ExampleListView.java

public interface ExampleListView extends IsWidget, PlaceChangeEvent.Handler {

    public interface Presenter {
        void selectExample(Example ex);
    }

From source file com.nzv.gwt.ga.GoogleAnalyticsNavigationTracker.java

/**
 * This class let's you register every navigation event to a Google Analytics
 * account. To use it, you must bind GoogleAnalytics as eager singleton in your
 * gin module and also bind the annotation {@link GaAccount} to your Google
 * Analytics account number:
 * <p />

From source file com.sencha.gxt.explorer.client.app.ui.ExampleListView.java

public interface ExampleListView extends IsWidget, PlaceChangeEvent.Handler {

    public interface Presenter {
        void selectExample(Example ex);
    }

From source file com.tasktop.c2c.server.tasks.client.widgets.TaskDetailsPopupPanel.java

/**
 * @author Clint Morgan (Tasktop Technologies Inc.)
 * 
 */
public class TaskDetailsPopupPanel extends DecoratedPopupPanel
        implements Editor<Task>, PlaceChangeEvent.Handler, PlaceChangeRequestEvent.Handler {

From source file com.workingflow.gwt.client.place.handler.PlaceEventHandler.java

/**
 * Documentacin de {@link PlaceEventHandler}.
 *
 * @author Cristian Rinaldi <crinaldi@santafe.gov.ar>
 *
 * Sectorial de Informtica de Catastro

From source file fr.putnami.pwt.core.widget.client.NavCollapse.java

public class NavCollapse extends SimpleCollapse implements Nav.IsNavContent, PlaceChangeEvent.Handler {

    private boolean active = false;

    public NavCollapse() {
        super(LIElement.TAG);

From source file fr.putnami.pwt.core.widget.client.NavDropdown.java

public class NavDropdown extends SimpleDropdown implements Nav.IsNavContent, PlaceChangeEvent.Handler {

    private boolean active = false;

    public NavDropdown() {
        super(LIElement.TAG);

From source file fr.putnami.pwt.core.widget.client.NavLink.java

public class NavLink extends AbstractPanel
        implements Nav.IsNavContent, CloneableWidget, ClickHandler, PlaceChangeEvent.Handler, HasDrawable {

    private final Anchor<?> anchor = new Anchor<>();

    private boolean active;