Package org.fenixedu.academic.ui.struts.action.research.researchUnit

Examples of org.fenixedu.academic.ui.struts.action.research.researchUnit.UnitFileBean


                        + "element.value = tag;\n" + "}\n" + "element.focus();\n" + "}\n" + "}\n");
                return script;
            }

            private Collection<UnitFileTag> getTags() {
                UnitFileBean bean = (UnitFileBean) getContext().getParentContext().getMetaObject().getObject();
                return bean.getUnit().getUnitFileTagsSet();
            }

            private String getAction(String name) {
                return "addTag('" + name + "','${name}');";
            }
View Full Code Here

TOP

Related Classes of org.fenixedu.academic.ui.struts.action.research.researchUnit.UnitFileBean

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.