uk.gov.hmrc.govukfrontend.views.viewmodels.panel

Members list

Type members

Classlikes

case class Panel(headingLevel: Int, classes: String, attributes: Map[String, String], title: Content, content: Content, actions: Option[PanelActions])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Panel.type
case class PanelActions(items: Seq[PanelItem], classes: Option[String], attributes: Map[String, String])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class PanelItem(text: String, panelItemType: Option[String], href: Option[String], classes: Option[String], attributes: Map[String, String])

Attributes

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

Attributes

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