CatalogueMenuBar

uk.gov.hmrc.cataloguewrapper.views.html.CatalogueMenuBar
object CatalogueMenuBar extends BaseScalaTemplate[Appendable, Format[Appendable]], Template8[ViewModel, Option[String], String, Int, Boolean, Option[String], RequestHeader, Messages, Appendable]

Attributes

Graph
Supertypes
trait Template8[ViewModel, Option[String], String, Int, Boolean, Option[String], RequestHeader, Messages, Appendable]
class BaseScalaTemplate[Appendable, Format[Appendable]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def apply(menu: ViewModel, activeItemId: Option[String] = ..., quickSearchUrl: String, minSearchLen: Int, showSignOut: Boolean = ..., signOutUrl: Option[String] = ...)(implicit request: RequestHeader, messages: Messages): Appendable

Attributes

def f: (ViewModel, Option[String], String, Int, Boolean, Option[String]) => (RequestHeader, Messages) => Appendable
def ref: this.type
def render(menu: ViewModel, activeItemId: Option[String], quickSearchUrl: String, minSearchLen: Int, showSignOut: Boolean, signOutUrl: Option[String], request: 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