GovukLayout

uk.gov.hmrc.govukfrontend.views.html.components.GovukLayout
class GovukLayout(govukTemplate: GovukTemplate, govukHeader: GovukHeader, govukServiceNavigation: GovukServiceNavigation, govukFooter: GovukFooter, govukBackLink: GovukBackLink, defaultMainContentLayout: TwoThirdsMainContent, fixedWidthPageLayout: FixedWidthPageLayout) extends BaseScalaTemplate[Appendable, Format[Appendable]], Template14[Option[String], Option[Html], Option[Html], Option[Html], Option[Html], Seq[FooterItem], Option[Html], Option[Html], Option[Html => Html], Option[String], Option[PageLayout => Html], Html, RequestHeader, Messages, Appendable]

Attributes

Graph
Supertypes
trait Template14[Option[String], Option[Html], Option[Html], Option[Html], Option[Html], Seq[FooterItem], Option[Html], Option[Html], Option[Html => Html], Option[String], Option[PageLayout => Html], Html, RequestHeader, Messages, Appendable]
class BaseScalaTemplate[Appendable, Format[Appendable]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(pageTitle: Option[String], headBlock: Option[Html], headerBlock: Option[Html], beforeContentBlock: Option[Html], footerBlock: Option[Html], footerItems: Seq[FooterItem], bodyEndBlock: Option[Html], scriptsBlock: Option[Html], mainContentLayout: Option[Html => Html], assetPath: Option[String], pageLayout: Option[PageLayout => Html])(contentBlock: Html)(implicit requestHeader: RequestHeader, messages: Messages): Appendable

Attributes

def f: (Option[String], Option[Html], Option[Html], Option[Html], Option[Html], Seq[FooterItem], Option[Html], Option[Html], Option[Html => Html], Option[String], Option[PageLayout => Html]) => Html => (RequestHeader, Messages) => Appendable
def ref: this.type
def render(pageTitle: Option[String], headBlock: Option[Html], headerBlock: Option[Html], beforeContentBlock: Option[Html], footerBlock: Option[Html], footerItems: Seq[FooterItem], bodyEndBlock: Option[Html], scriptsBlock: Option[Html], mainContentLayout: Option[Html => Html], assetPath: Option[String], pageLayout: Option[PageLayout => Html], contentBlock: Html, requestHeader: RequestHeader, messages: Messages): Appendable

Inherited methods

def _display_(o: Any)(implicit m: ClassTag[Appendable]): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Appendable): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: NodeSeq): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Unit): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: String): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: AnyVal): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product