Packages

t

ba.sake.hepek.bootstrap3.statik

BootstrapStaticPage

trait BootstrapStaticPage extends Renderable with StaticPage with BootstrapPage

Linear Supertypes
BootstrapPage, BootstrapDependencies, JQueryDependencies, StaticPage, HtmlPage, PageDependencies, ClassPackageRelativePath, PackageRelativePath, RelativePathAddons, Renderable, RelativePath, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BootstrapStaticPage
  2. BootstrapPage
  3. BootstrapDependencies
  4. JQueryDependencies
  5. StaticPage
  6. HtmlPage
  7. PageDependencies
  8. ClassPackageRelativePath
  9. PackageRelativePath
  10. RelativePathAddons
  11. Renderable
  12. RelativePath
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def bodyContent: scalatags.Text.all.Frag
    Definition Classes
    BootstrapStaticPage → BootstrapPage → HtmlPage
  6. def bootstrapContainer: scalatags.Text.all.AttrPair
    Definition Classes
    BootstrapPage
  7. def bootstrapDependencies: ComponentDependencies
    Definition Classes
    BootstrapDependencies
  8. def bootstrapSettings: ComponentSettings
    Definition Classes
    BootstrapDependencies
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def components: List[(BaseComponentSettings, ComponentDependencies)]
    Definition Classes
    BootstrapDependencies → JQueryDependencies → PageDependencies
  11. def contents: String
    Definition Classes
    HtmlPage
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def fileExtension: String
    Definition Classes
    ClassPackageRelativePath
  15. def fileName: String

    Name of the rendered file.

    Name of the rendered file.

    Definition Classes
    ClassPackageRelativePathPackageRelativePath
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def headContent: scalatags.Text.all.Frag
    Definition Classes
    HtmlPage
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def jQueryDependencies: ComponentDependencies
    Definition Classes
    JQueryDependencies
  22. def jQuerySettings: ComponentSettings
    Definition Classes
    JQueryDependencies
  23. def manifest: WebAppManifest
    Definition Classes
    HtmlPage
  24. def metaSettings: MetaSettings
    Definition Classes
    HtmlPage
  25. def navbar: Option[BootstrapNavbarComponents]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def pageCategory: Option[String]
    Definition Classes
    StaticPage
  30. def pageContent: scalatags.Text.all.Frag
    Definition Classes
    HtmlPage
  31. def pageSettings: PageSettings
    Definition Classes
    HtmlPage
  32. def ref(implicit caller: RelativePath): String
    Definition Classes
    RelativePathAddons
  33. def relPath(): Path
    Definition Classes
    PackageRelativePath → RelativePath
  34. def relTo(arg0: RelativePath): String
    Definition Classes
    RelativePath
  35. def render(): String
    Definition Classes
    StaticPage → Renderable
  36. def renderPretty: Boolean
    Definition Classes
    StaticPage
  37. def renderXhtml: Boolean
    Definition Classes
    StaticPage
  38. def scriptURLs: List[String]
    Definition Classes
    PageDependencies
  39. def scriptsInline: List[String]
    Definition Classes
    PageDependencies
  40. implicit def selfRef: RelativePath

    Used as context when referring to other Renderables, when creating blog sections etc.

    Used as context when referring to other Renderables, when creating blog sections etc.

    Definition Classes
    RelativePathAddons
  41. def siteSettings: SiteSettings
    Definition Classes
    HtmlPage
  42. def staticSiteSettings: StaticSiteSettings
    Definition Classes
    StaticPage
  43. def styleURLs: List[String]
    Definition Classes
    PageDependencies
  44. def stylesInline: List[String]
    Definition Classes
    PageDependencies
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from BootstrapPage

Inherited from BootstrapDependencies

Inherited from JQueryDependencies

Inherited from StaticPage

Inherited from HtmlPage

Inherited from PageDependencies

Inherited from PackageRelativePath

Inherited from RelativePathAddons

Inherited from Renderable

Inherited from RelativePath

Inherited from AnyRef

Inherited from Any

Ungrouped