uk.gov.hmrc.cataloguewrapper.models

Members list

Type members

Classlikes

final case class BannerMenu(brand: MenuLink, topLevelLinks: Seq[MenuLink], dropdowns: Seq[MenuDropdown])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
BannerMenu.type
sealed trait DropdownItem

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Page
object DropdownItem

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case object DropdownSeparator extends DropdownItem

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DropdownItem
class Object
trait Matchable
class Any
Show all
Self type
final case class MenuDropdown(id: String, name: String, href: Option[String], items: Seq[DropdownItem], dropDownRole: Seq[Role] = ...)

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Page
class TopMenu
object MenuLink

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
MenuLink.type
case class MenuLinkViewModel(name: String, id: String, href: Option[String], external: Boolean, dropdown: Option[MenuDropdown], isActive: Boolean = ..., isDropdownActive: Boolean = ...)

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 NavigationData(menu: BannerMenu, searchIndex: Seq[SearchTerm])

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 NavigationView(menu: ViewModel, searchIndex: Seq[SearchTerm])

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 Page(name: String, id: String, href: Option[String], external: Boolean = ...) extends MenuLink, DropdownItem

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Page.type
sealed abstract class Role(val roleIdentifier: String)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CanCreate
object Role

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Role.type
final case class SearchTerm(linkType: String, name: String, href: String, weight: Float = ..., hints: Set[String] = ..., openInNewWindow: Boolean = ...)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
SearchTerm.type
final case class TopMenu(name: String, id: String, href: Option[String], external: Boolean = ...) extends MenuLink

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TopMenu.type
case class ViewModel(brand: MenuLink, topLevelLinks: Seq[MenuLinkViewModel])

Attributes

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

Attributes

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