Packages

abstract class Layout extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Layout
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Layout(config: MicrositeSettings)

Abstract Value Members

  1. abstract def render: TypedTag[String]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val backgroundFeatureCssMask: String
  6. val backgroundLogoCssMask: String
  7. def buildCollapseMenu: TypedTag[String]
  8. def buildLightCollapseMenu: TypedTag[String]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def commonHead: TypedTag[String]
  11. def ctaButton(linkClass: String): TypedTag[String]
  12. val customFeatureImg: List[File]
  13. val customLogoImg: List[File]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def favicons: List[TypedTag[String]]
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. lazy val fr: FileReader
  19. val ganalytics: Option[TypedTag[String]]
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def globalFooter: TypedTag[String]
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def lightFooter: TypedTag[String]
  25. def lightHomeNav: TypedTag[String]
  26. def metas: List[TypedTag[String]]
  27. lazy val micrositeHelper: MicrositeHelper
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def scripts: List[TypedTag[String]]
  32. def searchBar: Option[TypedTag[String]]
  33. def searchScript: TypedTag[String]
  34. def styles: List[TypedTag[String]]
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. val twitter: Option[TypedTag[String]]
  38. val twitterCreator: Option[TypedTag[String]]
  39. def versionScript: TypedTag[String]
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped