StatisticsMenuView

class Object
trait Matchable
class Any

Type members

Classlikes

case class CourseInStatsListUpdate(updateParameter: Option[List[CourseInStats]]) extends ViewUpdate[List[CourseInStats]]

Update for the view containing the list of current curses

Update for the view containing the list of current curses

case class QuizInStatsListUpdate(updateParameter: Option[List[QuizInStats]]) extends ViewUpdate[List[QuizInStats]]

Update for the view containing the list of current quizzes in the course selected

Update for the view containing the list of current quizzes in the course selected

Inherited classlikes

Inherited from:
DefaultUpdate