Package org.onebusaway.webapp.gwt.where_library.view

Examples of org.onebusaway.webapp.gwt.where_library.view.ArrivalsAndDeparturesPresentaion


  private ArrivalsAndDeparturesPresentaion _methods;

  private DivPanel _widget = new DivPanel();

  public ArrivalsAndDeparturesWidget(ContextManager contextManager) {
    _methods = new ArrivalsAndDeparturesPresentaion(true);
    setup();
  }
View Full Code Here


  private int _minutesBefore = DEFAULT_NOTIFY_MINUTES_BEFORE;

  private ArrivalAndDepartureBean _departureBean = null;

  public NotificationWidgetPage(ContextManager contextManager) {
    _methods = new ArrivalsAndDeparturesPresentaion(true);
    _notificationMethods.add(new SoundNotificationMethod());
    _notificationMethods.add(new PopupNotificationMethod());
  }
View Full Code Here

TOP

Related Classes of org.onebusaway.webapp.gwt.where_library.view.ArrivalsAndDeparturesPresentaion

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.