Package org.fenixedu.academic.servlet.taglib.sop.v3.renderers

Examples of org.fenixedu.academic.servlet.taglib.sop.v3.renderers.SopClassTimeTableLessonContentRenderer


            this.lessonSlotContentRenderer = new RoomTimeTableLessonContentRenderer();
            this.colorPicker = new RoomTimeTableColorPicker();
            break;

        case TimeTableType.SOP_CLASS_TIMETABLE:
            this.lessonSlotContentRenderer = new SopClassTimeTableLessonContentRenderer(infoExecutionDegree, infoCurricularYear);
            this.colorPicker = new ClassTimeTableColorPicker();
            break;

        case TimeTableType.SOP_ROOM_TIMETABLE:
            this.lessonSlotContentRenderer = new SopRoomTimeTableLessonContentRenderer();
View Full Code Here


            this.lessonSlotContentRenderer = new SopClassTimeTableLessonContentRenderer(infoExecutionDegree, infoCurricularYear);
            this.colorPicker = new ClassTimeTableColorPicker();
            break;

        case TimeTableType.SOP_ROOM_TIMETABLE:
            this.lessonSlotContentRenderer = new SopRoomTimeTableLessonContentRenderer();
            this.colorPicker = new ClassTimeTableColorPicker();
            break;

        case TimeTableType.SPACE_MANAGER_TIMETABLE:
            this.lessonSlotContentRenderer = new SpaceManagerRoomTimeTableLessonContentRenderer();
View Full Code Here

            this.lessonSlotContentRenderer = new SopRoomTimeTableLessonContentRenderer();
            this.colorPicker = new ClassTimeTableColorPicker();
            break;

        case TimeTableType.SPACE_MANAGER_TIMETABLE:
            this.lessonSlotContentRenderer = new SpaceManagerRoomTimeTableLessonContentRenderer();
            this.colorPicker = new ClassTimeTableColorPicker();
            break;

        case TimeTableType.SOP_CLASS_ROOM_TIMETABLE:
            this.lessonSlotContentRenderer = new SopClassRoomTimeTableLessonContentRenderer();
View Full Code Here

TOP

Related Classes of org.fenixedu.academic.servlet.taglib.sop.v3.renderers.SopClassTimeTableLessonContentRenderer

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.