Package org.sgx.yuigwt.galleryexplorer.client.ui

Examples of org.sgx.yuigwt.galleryexplorer.client.ui.Gallery


  @Override
  public void ready(YuiContext Y_) {
    YuiGalleryContext Y = (YuiGalleryContext)Y_;
    Node rootNode = Y.one("body");
    gallery = new Gallery(Y,rootNode);
//    gal.render();
  }
View Full Code Here

TOP

Related Classes of org.sgx.yuigwt.galleryexplorer.client.ui.Gallery

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.