Examples of SopClassRoomTimeTableLessonContentRenderer


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

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

        case TimeTableType.SOP_CLASS_ROOM_TIMETABLE:
            this.lessonSlotContentRenderer = new SopClassRoomTimeTableLessonContentRenderer();
            this.colorPicker = new ClassTimeTableColorPicker();
            break;

        case TimeTableType.CLASS_TIMETABLE_WITHOUT_LINKS:
            this.lessonSlotContentRenderer = new ClassTimeTableWithoutLinksLessonContentRenderer();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.