Package org.onebusaway.phone.actions.search

Examples of org.onebusaway.phone.actions.search.NavigationBean


  @Override
  public void buildTemplate(ActionContext context) {

    ValueStack vs = context.getValueStack();

    NavigationBean navigation = (NavigationBean) vs.findValue("navigation");
    List<NameBean> names = navigation.getNames();
    int index = navigation.getCurrentIndex();
    if (index < 0)
      index = 0;

    /**
     * We always listen for the key-press for the previous name in case it takes
View Full Code Here

TOP

Related Classes of org.onebusaway.phone.actions.search.NavigationBean

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.