SelectCourseAction

case class SelectCourseAction(actionParameter: Option[CourseInStats]) extends Action[CourseInStats]

Action to select a course in the statistics menu controller

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def get[T]: T
Inherited from:
Action
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product