uk.gov.hmrc.govukfrontend.views.viewmodels.table

Members list

Type members

Classlikes

final case class HeadCell(content: Content, format: Option[String], classes: String, colspan: Option[Int], rowspan: Option[Int], attributes: Map[String, String])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
HeadCell.type
case class Table(rows: Seq[Seq[TableRow]], head: Option[Seq[HeadCell]], caption: Option[String], captionClasses: String, firstCellIsHeader: Boolean, classes: String, attributes: Map[String, String])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Table.type
final case class TableRow(content: Content, format: Option[String], classes: String, colspan: Option[Int], rowspan: Option[Int], attributes: Map[String, String])

Attributes

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

Attributes

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