uk.gov.hmrc.govukfrontend.views.viewmodels.tabs

Members list

Type members

Classlikes

final case class TabItem(id: Option[String], label: String, attributes: Map[String, String], panel: TabPanel)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TabItem.type
final case class TabPanel(content: Content, attributes: Map[String, String])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TabPanel.type
case class Tabs(id: Option[String], idPrefix: Option[String], title: Option[String], items: Seq[TabItem], 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 Tabs

Attributes

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