Package org.libreplan.web.templates.historicalAssignment

Examples of org.libreplan.web.templates.historicalAssignment.OrderElementHistoricalAssignmentComponent


        editTemplateController = EditTemplateWindowController.bindTo(model,
                editTemplateWindow);
    }

    private void bindHistoricalArragenmentWithCurrentTemplate() {
        OrderElementHistoricalAssignmentComponent c = (OrderElementHistoricalAssignmentComponent) editWindow
                .getFellow("historicalAssignment");
        c.useModel(model, globalView);
    }
View Full Code Here

TOP

Related Classes of org.libreplan.web.templates.historicalAssignment.OrderElementHistoricalAssignmentComponent

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.