GovukHintAndErrorMessage

uk.gov.hmrc.govukfrontend.views.html.helpers.GovukHintAndErrorMessage
class GovukHintAndErrorMessage(govukHint: GovukHint, govukErrorMessage: GovukErrorMessage) extends BaseScalaTemplate[Appendable, Format[Appendable]], Template5[String, Option[String], Option[Hint], Option[ErrorMessage], String => Html, Appendable]

Attributes

Graph
Supertypes
trait Template5[String, Option[String], Option[Hint], Option[ErrorMessage], String => Html, 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(id: String, describedBy: Option[String], hint: Option[Hint], errorMessage: Option[ErrorMessage])(content: String => Html): Appendable

Attributes

def f: (String, Option[String], Option[Hint], Option[ErrorMessage]) => (String => Html) => Appendable
def ref: this.type
def render(id: String, describedBy: Option[String], hint: Option[Hint], errorMessage: Option[ErrorMessage], content: String => Html): 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