EditCourseMenuView

class Object
trait Matchable
class Any

Type members

Classlikes

Update for the view asking to edit the course, used in Terminal View

Update for the view asking to edit the course, used in Terminal View

Update for the view asking to select the course, used in Terminal View

Update for the view asking to select the course, used in Terminal View

Update for the view for the feedback course deleted

Update for the view for the feedback course deleted

Update for the view for the feedback course edited

Update for the view for the feedback course edited

case class CourseListUpdate(updateParameter: Option[List[SavedCourse]]) extends ViewUpdate[List[SavedCourse]]

Update for the view containing the list of current curses

Update for the view containing the list of current curses

case class CoursePrintUpdate(updateParameter: Option[SavedCourse]) extends ViewUpdate[SavedCourse]

Update for the view containing the current Course, used in Terminal View

Update for the view containing the current Course, used in Terminal View

Inherited classlikes

Inherited from:
DefaultUpdate