Package net.sf.mvc.mobile

Examples of net.sf.mvc.mobile.Navigation


    view.addCommand(new ActionCommand("${view}", Command.SCREEN, 1) {
      public Navigation execute(Displayable d) throws Exception {
        HistoryView history = (HistoryView) d;
        Period period = history.getSelectedPeriod();
        return new Navigation("graph", period, null);
      }
    });
    view.addCommand(new NavigationCommand("graph", "${back}", Command.BACK, 1));
  }
View Full Code Here

TOP

Related Classes of net.sf.mvc.mobile.Navigation

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.