object TemplateArgumentsBuilder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TemplateArgumentsBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class AccountMenuStyleComponent(langUrls: Option[(String, String)] = None, signoutUrl: Option[String] = None, activeTab: Option[ActiveTab] = None, hideAccountMenu: Boolean = false, profileUrl: Option[String] = None) extends StyleComponent with Product with Serializable
- case class ActingAttorneyBannerComponent(html: Html) extends TemplateComponent with Product with Serializable
- case class BackLinkUrlComponent(url: String, text: Option[String] = None) extends TemplateComponent with Product with Serializable
- case class BetaBannerComponent(feedbackIdentifier: String) extends TemplateComponent with Product with Serializable
- case class CssLinkElement(url: String, ieVersionCondition: Option[String] = None, isPrint: Boolean = false) extends Product with Serializable
- case class CssLinksComponent(elements: CssLinkElement*) extends TemplateComponent with Product with Serializable
- case class FullWidthBannerComponent(title: String, text: String, linkUrl: Option[String], dismissText: Option[String], gaAction: Option[String]) extends TemplateComponent with Product with Serializable
- case class GTMComponent(gtmId: Option[String]) extends TemplateComponent with Product with Serializable
- case class GetHelpFormComponent(html: Html) extends TemplateComponent with Product with Serializable
- case class GoogleAnalyticsComponent(trackingId: String, cookieDomain: Option[String], arguments: (String, Option[String])*) extends TemplateComponent with Product with Serializable
- case class InlineScriptComponent(script: String) extends TemplateComponent with Product with Serializable
- case class MainContentHeaderComponent(html: Html) extends TemplateComponent with Product with Serializable
- case class MessagesMenuItemComponent(unreadMessageCount: Option[Int]) extends TemplateComponent with Product with Serializable
- case class NavTitleComponent(title: String) extends TemplateComponent with Product with Serializable
- case class OptimizelyComponent(audience: Option[String], projectId: String) extends TemplateComponent with Product with Serializable
- case class PageTitleComponent(title: String) extends TemplateComponent with Product with Serializable
- case class ScriptsComponent(urls: String*) extends TemplateComponent with Product with Serializable
- case class SsoUrlComponent(url: String) extends TemplateComponent with Product with Serializable
- sealed trait StyleComponent extends TemplateComponent
- sealed trait TemplateComponent extends AnyRef
- case class TraditionalStyleComponent(signoutUrl: Option[String] = None) extends StyleComponent with Product with Serializable
- case class UserPropertiesComponent(isGovernmentGateway: Boolean, isVerify: Boolean, isSa: Boolean) extends TemplateComponent with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(components: Option[TemplateComponent]*): Map[String, Any]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )