scalatags

Text

object Text extends Bundle[Builder]

A Scalatags module that works with a text back-end, i.e. it creates HTML Strings.

Linear Supertypes
Bundle[Builder], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Text
  2. Bundle
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Attr = generic.Attr

    Definition Classes
    Bundle
  2. type AttrValue[V] = generic.AttrValue[Builder, V]

    Definition Classes
    Bundle
  3. type Attrs = generic.Attrs[Builder]

    Definition Classes
    Bundle
  4. class GenericAttr[T] extends AttrValue[T]

  5. class GenericStyle[T] extends StyleValue[T]

  6. type Node = generic.Node[Builder]

    Definition Classes
    Bundle
  7. case class RawNode(v: String) extends Node with Child with Product with Serializable

    A Node which contains a String which will not be escaped.

  8. case class StringNode(v: String) extends Node with Child with Product with Serializable

    A Node which contains a String.

  9. trait StringTags extends Util

  10. type Style = generic.Style

    Definition Classes
    Bundle
  11. type StyleValue[V] = generic.StyleValue[Builder, V]

    Definition Classes
    Bundle
  12. type Styles = generic.Styles[Builder]

    Definition Classes
    Bundle
  13. type Styles2 = generic.Styles2[Builder]

    Definition Classes
    Bundle
  14. type SvgStyles = generic.SvgStyles[Builder]

    Definition Classes
    Bundle
  15. type SvgTags = generic.SvgTags[Builder]

    Definition Classes
    Bundle
  16. type Tag = TypedTag[Base]

    Definition Classes
    TextBundle
  17. type Tags = generic.Tags[Builder]

    Definition Classes
    Bundle
  18. type Tags2 = generic.Tags2[Builder]

    Definition Classes
    Bundle
  19. case class TypedTag[+T <: Base](tag: String = "", modifiers: List[Seq[Text.Node]], void: Boolean = false) extends generic.TypedTag[T, Builder] with Child with Product with Serializable

  20. type Util = generic.Util[Builder]

    Definition Classes
    Bundle

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. implicit def NumericNode[T](u: T)(implicit arg0: Numeric[T]): StringNode

    Lets you put numbers into a scalatags tree, converting them to Strings

    Lets you put numbers into a scalatags tree, converting them to Strings

    Definition Classes
    TextBundle
  7. object RawNode extends Companion[RawNode] with Serializable

    Definition Classes
    TextBundle
  8. object StringNode extends Companion[StringNode] with Serializable

    Definition Classes
    TextBundle
  9. val Tag: TypedTag.type

  10. object all extends StringTags with Attrs with Styles with Tags with DataConverters with Util

    Convenience object for importing all of Scalatags' functionality at once

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. object attrs extends StringTags with Attrs

    Definition Classes
    TextBundle
  13. implicit val booleanAttr: GenericAttr[Boolean]

    Definition Classes
    TextBundle
  14. implicit val booleanStyle: GenericStyle[Boolean]

    Definition Classes
    TextBundle
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. implicit def numericAttr[T](implicit arg0: Numeric[T]): GenericAttr[T]

    Definition Classes
    TextBundle
  26. implicit def numericStyle[T](implicit arg0: Numeric[T]): GenericStyle[T]

    Definition Classes
    TextBundle
  27. def raw(s: String): RawNode

    Delimits a string that should be included in the result as raw, un-escaped HTML

    Delimits a string that should be included in the result as raw, un-escaped HTML

    Definition Classes
    TextBundle
  28. object short extends StringTags with Util with DataConverters with AbstractShort[Builder]

    Convenience object for importing only Scalatags' tags (e.

  29. implicit val stringAttr: GenericAttr[String]

    Definition Classes
    TextBundle
  30. implicit def stringNode(v: String): StringNode

    Allows you to modify a HtmlTag by adding a String to its list of children

    Allows you to modify a HtmlTag by adding a String to its list of children

    Definition Classes
    TextBundle
  31. implicit val stringStyle: GenericStyle[String]

    Definition Classes
    TextBundle
  32. object styles extends StringTags with Styles

    Definition Classes
    TextBundle
  33. object styles2 extends StringTags with Styles2

    Definition Classes
    TextBundle
  34. object svgStyles extends StringTags with SvgStyles

    Definition Classes
    TextBundle
  35. object svgTags extends StringTags with SvgTags

    Definition Classes
    TextBundle
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. object tags extends StringTags with Tags

    Definition Classes
    TextBundle
  38. object tags2 extends StringTags with Tags2

    Definition Classes
    TextBundle
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  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( ... )

Inherited from Bundle[Builder]

Inherited from AnyRef

Inherited from Any

Ungrouped