HmrcTimeoutDialogHelper

uk.gov.hmrc.hmrcfrontend.views.html.helpers.HmrcTimeoutDialogHelper
class HmrcTimeoutDialogHelper(hmrcTimeoutDialog: HmrcTimeoutDialog, timeoutDialogConfig: TimeoutDialogConfig) extends BaseScalaTemplate[Appendable, Format[Appendable]], Template13[String, Option[String], Option[String], Option[Int], Option[Int], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Boolean], Messages, RequestHeader, Appendable]

Attributes

Graph
Supertypes
trait Template13[String, Option[String], Option[String], Option[Int], Option[Int], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Boolean], 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(signOutUrl: String, keepAliveUrl: Option[String], timeoutUrl: Option[String], timeout: Option[Int], countdown: Option[Int], title: Option[String], message: Option[String], messageSuffix: Option[String], keepAliveButtonText: Option[String], signOutButtonText: Option[String], synchroniseTabs: Option[Boolean])(implicit messages: Messages, request: RequestHeader): Appendable

Attributes

def f: (String, Option[String], Option[String], Option[Int], Option[Int], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Boolean]) => (Messages, RequestHeader) => Appendable
def ref: this.type
def render(signOutUrl: String, keepAliveUrl: Option[String], timeoutUrl: Option[String], timeout: Option[Int], countdown: Option[Int], title: Option[String], message: Option[String], messageSuffix: Option[String], keepAliveButtonText: Option[String], signOutButtonText: Option[String], synchroniseTabs: Option[Boolean], 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