Package org.sgx.yuigwt.yuigallery

Examples of org.sgx.yuigwt.yuigallery.YuiGalleryContext


    YUI.YUI().use(GalleryUtil.INITIALMODULES, this);
  }

  @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.yuigallery.YuiGalleryContext

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.