Package nz.org.winters.appspot.acrareporter.client.ui

Examples of nz.org.winters.appspot.acrareporter.client.ui.Overview


  {
    RootLayoutPanel.get().clear();
    RootLayoutPanel.get().add(uiBinder.createAndBindUi(this));

    // panel.add(new OldMainPage(loginInfo));
    panel.add(new Overview(loginInfo));
  }
View Full Code Here

TOP

Related Classes of nz.org.winters.appspot.acrareporter.client.ui.Overview

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.