Packages

trait Aliases extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Aliases
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type AccountHome = viewmodels.accountmenu.AccountHome
  2. type AccountMenu = viewmodels.accountmenu.AccountMenu
  3. type AccountMessages = viewmodels.accountmenu.AccountMessages
  4. type AddToAList = viewmodels.addtoalist.AddToAList
  5. type Banner = viewmodels.banner.Banner
  6. type CharacterCount = viewmodels.charactercount.CharacterCount
  7. type CheckProgress = viewmodels.accountmenu.CheckProgress
  8. type CurrencyInput = viewmodels.currencyinput.CurrencyInput
  9. type Event = viewmodels.timeline.Event
  10. type Footer = viewmodels.footer.Footer
  11. type FooterItem = viewmodels.footer.FooterItem
  12. type FooterNavigation = viewmodels.footer.FooterNavigation
  13. type Header = viewmodels.header.Header
  14. type HeaderParams = viewmodels.header.v2.HeaderParams
  15. type InternalHeader = viewmodels.internalheader.InternalHeader
  16. type ItemType = viewmodels.addtoalist.ItemType
  17. type Language = viewmodels.language.Language
  18. type LanguageSelect = viewmodels.language.LanguageSelect
  19. type LanguageToggle = viewmodels.language.LanguageToggle
  20. type ListItem = viewmodels.addtoalist.ListItem
  21. type ListWithActions = viewmodels.listwithactions.ListWithActions
  22. type ListWithActionsAction = viewmodels.listwithactions.ListWithActionsAction
  23. type ListWithActionsItem = viewmodels.listwithactions.ListWithActionsItem
  24. type Meta = viewmodels.footer.Meta
  25. type NavigationItem = viewmodels.header.NavigationItem
  26. type NewTabLink = viewmodels.newtablink.NewTabLink
  27. type NotificationBadge = viewmodels.notificationbadge.NotificationBadge
  28. type PageHeading = viewmodels.pageheading.PageHeading
  29. type PaperlessSettings = viewmodels.accountmenu.PaperlessSettings
  30. type PersonalDetails = viewmodels.accountmenu.PersonalDetails
  31. type ReportTechnicalIssue = viewmodels.reporttechnicalissue.ReportTechnicalIssue
  32. type SignOut = viewmodels.accountmenu.SignOut
  33. type Timeline = viewmodels.timeline.Timeline
  34. type TimeoutDialog = viewmodels.timeoutdialog.TimeoutDialog
  35. type UserResearchBanner = viewmodels.userresearchbanner.UserResearchBanner

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AccountHome: viewmodels.accountmenu.AccountHome.type
  5. val AccountMenu: viewmodels.accountmenu.AccountMenu.type
  6. val AccountMessages: viewmodels.accountmenu.AccountMessages.type
  7. val AddToAList: viewmodels.addtoalist.AddToAList.type
  8. val Banner: viewmodels.banner.Banner.type
  9. val CharacterCount: viewmodels.charactercount.CharacterCount.type
  10. val CheckProgress: viewmodels.accountmenu.CheckProgress.type
  11. val Cy: viewmodels.language.Cy.type
  12. val En: viewmodels.language.En.type
  13. val Event: viewmodels.timeline.Event.type
  14. val Footer: viewmodels.footer.Footer.type
  15. val FooterItem: viewmodels.footer.FooterItem.type
  16. val FooterNavigation: viewmodels.footer.FooterNavigation.type
  17. val Header: viewmodels.header.Header.type
  18. val HeaderParams: viewmodels.header.v2.HeaderParams.type
  19. val InternalHeader: viewmodels.internalheader.InternalHeader.type
  20. val ItemType: viewmodels.addtoalist.ItemType.type
  21. val Language: viewmodels.language.Language.type
  22. val LanguageSelect: viewmodels.language.LanguageSelect.type
  23. val LanguageToggle: viewmodels.language.LanguageToggle.type
  24. val ListItem: viewmodels.addtoalist.ListItem.type
  25. val ListWithActions: viewmodels.listwithactions.ListWithActions.type
  26. val ListWithActionsAction: viewmodels.listwithactions.ListWithActionsAction.type
  27. val ListWithActionsItem: viewmodels.listwithactions.ListWithActionsItem.type
  28. val Meta: viewmodels.footer.Meta.type
  29. val NavigationItem: viewmodels.header.NavigationItem.type
  30. val NewTabLink: viewmodels.newtablink.NewTabLink.type
  31. val NotificationBadge: viewmodels.notificationbadge.NotificationBadge.type
  32. val PageHeading: viewmodels.pageheading.PageHeading.type
  33. val PaperlessSettings: viewmodels.accountmenu.PaperlessSettings.type
  34. val PersonalDetails: viewmodels.accountmenu.PersonalDetails.type
  35. val ReportTechnicalIssue: viewmodels.reporttechnicalissue.ReportTechnicalIssue.type
  36. val SignOut: viewmodels.accountmenu.SignOut.type
  37. val Timeline: viewmodels.timeline.Timeline.type
  38. val TimeoutDialog: viewmodels.timeoutdialog.TimeoutDialog.type
  39. val UserResearchBanner: viewmodels.userresearchbanner.UserResearchBanner.type
  40. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  41. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  42. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  44. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  45. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. val CurrencyInput: viewmodels.currencyinput.CurrencyInput.type
    Annotations
    @deprecated
    Deprecated

    (Since version 9.9.0) Use GovukInput template with £ prefix instead. For examples, please see: - HMRC Design Patterns: https://design.tax.service.gov.uk/hmrc-design-patterns/currency-input/, and - GOV.UK Design System: https://design-system.service.gov.uk/components/text-input/#prefixes-and-suffixes. CurrencyInput component will be removed in a future library version.

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped