Package edu.ubb.warp.ui

Examples of edu.ubb.warp.ui.HistoryPageUI


      public void buttonClick(ClickEvent event) {
   
        Date dStart = (Date) startDF.getValue();
        Date dEnd = (Date) endDF.getValue();
        System.out.println(dStart.toString() + " " + dEnd.toString());
        me.getApplication().getMainWindow().setContent(new HistoryPageUI(user, dStart, dEnd));
        me.getApplication().getMainWindow().removeWindow(me);
      }
    });
   
    vl.addComponent(startDF);
View Full Code Here

TOP

Related Classes of edu.ubb.warp.ui.HistoryPageUI

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.