HmrcAddToAList

uk.gov.hmrc.hmrcfrontend.views.html.components.HmrcAddToAList
class HmrcAddToAList(govukRadios: GovukRadios, govukButton: GovukButton, formWithCsrf: FormWithCSRF, hmrcListWithActions: HmrcListWithActions) extends BaseScalaTemplate[Appendable, Format[Appendable]], Template3[AddToAList, Messages, RequestHeader, Appendable]

Attributes

Graph
Supertypes
trait Template3[AddToAList, Messages, RequestHeader, 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(params: AddToAList)(implicit messages: Messages, request: RequestHeader): Appendable

Attributes

def f: AddToAList => (Messages, RequestHeader) => Appendable
def ref: this.type
def render(params: AddToAList, messages: Messages, request: RequestHeader): 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