Packages

trait PageBasic extends AnyRef

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

Type Members

  1. trait Anchor extends AnyRef
  2. class FragOption[T] extends AnyRef

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. def anchor(anchor: Anchor): TypedTag[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def blankLink(url: String, linkContent: scalatags.Text.all.Frag*): TypedTag[String]
  7. def categorySeparator: String
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def cypherValueRecordsFrag(values: CypherValueRecords): TypedTag[String]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def error(msg: scalatags.Text.all.Frag*): TypedTag[String]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def inlineSpacer(): TypedTag[String]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def link(url: String, linkContent: scalatags.Text.all.Frag*): TypedTag[String]
  18. def link2LocalAnchor(anchor: Anchor, linkContent: scalatags.Text.all.Frag*): TypedTag[String]
  19. def listScenariosPage(scenarios: (Group) ⇒ Option[Set[Scenario]], group: Group, kind: Option[scalatags.Text.all.Frag], showSingleScenarioURL: (Scenario) ⇒ String, openScenarioInEditorURL: (Scenario) ⇒ String): TypedTag[String]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. implicit def optionToFragOption[T](option: Option[T]): FragOption[T]
  24. def page(content: scalatags.Text.all.Frag*): TypedTag[String]
  25. def pageTitle(title: scalatags.Text.all.Frag*): TypedTag[String]
  26. def scenarioLocationFrag(scenario: Scenario, collection: Option[String] = None, showUrl: Option[String] = None, sourceUrl: Option[String] = None): Frag[Builder, String]
  27. def scenarioTitle(scenario: Scenario): String
  28. def sectionTitle(title: scalatags.Text.all.Frag*): TypedTag[String]
  29. def stepFrag(step: Step): TypedTag[String]
  30. def subSectionTitle(title: scalatags.Text.all.Frag*): TypedTag[String]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped