uk.gov.hmrc.govukfrontend.views.viewmodels.tasklist

Members list

Type members

Classlikes

case class TaskList(items: Seq[TaskListItem], classes: String, attributes: Map[String, String], idPrefix: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TaskList

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TaskList.type
case class TaskListItem(title: TaskListItemTitle, hint: Option[Hint], status: TaskListItemStatus, href: Option[String], classes: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TaskListItem

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class TaskListItemStatus(tag: Option[Tag], content: Content, classes: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class TaskListItemTitle(content: Content, classes: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type