Package com.skymobi.qc.admin.dal.domain

Examples of com.skymobi.qc.admin.dal.domain.CustomFields


   
    Main main = getMain(model);
    projectBO.setMainMenu(main, tag);
    main.setAction("/project/"+tag+"/settings");
   
    model.addAttribute("field", new CustomFields());
   
    return "/admin/custom_field_new";
  }
View Full Code Here

TOP

Related Classes of com.skymobi.qc.admin.dal.domain.CustomFields

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.