trait PageBasic extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- PageBasic
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait Anchor extends AnyRef
- class FragOption[T] extends AnyRef
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 anchor(anchor: Anchor): TypedTag[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def blankLink(url: String, linkContent: scalatags.Text.all.Frag*): TypedTag[String]
- def categorySeparator: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def cypherValueRecordsFrag(values: CypherValueRecords): TypedTag[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error(msg: scalatags.Text.all.Frag*): scalatags.Text.all.doctype
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def inlineSpacer(): TypedTag[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def link(url: String, linkContent: scalatags.Text.all.Frag*): TypedTag[String]
- def link2LocalAnchor(anchor: Anchor, linkContent: scalatags.Text.all.Frag*): TypedTag[String]
- def listScenariosPage(scenarios: (Group) => Option[Set[Scenario]], group: Group, kind: Option[scalatags.Text.all.Frag], showSingleScenarioURL: (Scenario) => String, openScenarioInEditorURL: (Scenario) => String): scalatags.Text.all.doctype
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit def optionToFragOption[T](option: Option[T]): FragOption[T]
- def page(content: scalatags.Text.all.Frag*): scalatags.Text.all.doctype
- def pageTitle(title: scalatags.Text.all.Frag*): TypedTag[String]
- def scenarioLocationFrag(scenario: Scenario, collection: Option[String] = None, showUrl: Option[String] = None, sourceUrl: Option[String] = None): Frag[Builder, String]
- def scenarioTitle(scenario: Scenario): String
- def sectionTitle(title: scalatags.Text.all.Frag*): TypedTag[String]
- def stepFrag(step: Step): TypedTag[String]
- def subSectionTitle(title: scalatags.Text.all.Frag*): TypedTag[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated