Example usage for com.google.gwt.user.client HistoryListener interface-usage

List of usage examples for com.google.gwt.user.client HistoryListener interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client HistoryListener interface-usage.

Usage

From source file asquare.gwt.tk.demo.client.TabController.java

public class TabController implements HistoryListener, TabListener {
    private final Window m_window = new Window();
    private final Demo.TabCollection m_tabs;
    private final TabPanel m_tabPanel;
    private final String m_windowTitle = m_window.getTitle();

From source file asquare.gwt.tkdemo.client.TabHistoryCoordinator.java

/**
 * Encapsulates the control logic which ensures that TabPanel state and History
 * state are consistent. The TabPanel will be updated when the History stack
 * changes and vice-versa.
 */
public class TabHistoryCoordinator implements HistoryListener, TabListener {

From source file com.apress.progwt.client.college.gui.MyPage.java

public class MyPage extends Composite implements TabListener, HistoryListener {

    private ServiceCache serviceCache;

    private User thisUser;

From source file com.apress.progwt.client.forum.ForumApp.java

public class ForumApp extends GWTApp implements HistoryListener {

    private ForumTopic currentTopic;

    private ForumDisplay forumDisplay;

From source file com.dimdim.conference.ui.envcheck.client.main.EnvCheck.java

/**
 * @author Jayant Pandit
 * @email Jayant.Pandit@communiva.com
 * 
 */

From source file com.fullmetalgalaxy.client.AppRoot.java

/**
 * @author Vincent Legendre
 *
 */

public abstract class AppRoot

From source file com.google.gwt.maps.sample.hellomaps.client.HelloMaps.java

/**
 * Main class for implementing the HelloMaps gwt-google-apis demo.
 */
public class HelloMaps implements EntryPoint, HistoryListener {

    protected DemoList list = new DemoList();

From source file com.google.gwt.sample.kitchensink.client.KitchenSink.java

/**
 * Application that demonstrates all of the built-in widgets.
 */
public class KitchenSink implements EntryPoint, HistoryListener {

    private SinkInfo curInfo;

From source file com.gwtext.sample.charts.client.Charts.java

public class Charts implements EntryPoint, HistoryListener {

    private static PopupPanel messagePanel = new PopupPanel(true);
    private TabPanel centerPanel;
    private ScreenManager screenManager;
    private Menu menu;

From source file com.gwtext.sample.showcase2.client.Showcase2.java

public class Showcase2 implements EntryPoint, HistoryListener {

    private static PopupPanel messagePanel = new PopupPanel(true);
    private TabPanel centerPanel;
    private ScreenManager screenManager;
    private Menu menu;