Package com.exedosoft.plat.gene.jquery

Examples of com.exedosoft.plat.gene.jquery.GeneUIMain


    if(instance==null){
      this.setEchoValue(I18n.instance().get("没有数据!"));

      return NO_FORWARD;
    }
    GeneUIMain gum = new GeneUIMain(instance.getValue("sqlStr"));
    gum.geneConfig();
   
    this.setEchoValue(I18n.instance().get("初始化成功!"));
    return DEFAULT_FORWARD;
  }
View Full Code Here

TOP

Related Classes of com.exedosoft.plat.gene.jquery.GeneUIMain

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.