uk.gov.hmrc.govukfrontend.views.viewmodels.footer

Members list

Type members

Classlikes

final case class ContentLicence(content: Content)

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
final case class Copyright(content: Content)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Copyright.type
case class Footer(meta: Option[Meta], navigation: Seq[FooterNavigation], containerClasses: String, classes: String, attributes: Map[String, String], contentLicence: Option[ContentLicence], copyright: Option[Copyright])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Footer.type
class FooterContent(val html: Content, val text: Option[String])

Attributes

Supertypes
class Object
trait Matchable
class Any
final case class FooterItem(text: Option[String], href: 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 FooterItem

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FooterItem.type
final case class FooterNavigation(title: Option[String], columns: Option[Int], items: Seq[FooterItem], width: Option[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
final case class Meta(visuallyHiddenTitle: Option[String], content: Content, items: Option[Seq[FooterItem]])

Attributes

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

Attributes

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