Object

scalatags

JsDom

Related Doc: package scalatags

Permalink

object JsDom extends Bundle[Element, Element, Node] with Aliases[Element, Element, Node]

A Scalatags module that generates dom.Elements when the tags are rendered. This provides some additional flexibility over the Text backend, as you can bind structured objects to the attributes of your dom.Element without serializing them first into strings.

Linear Supertypes
Bundle[Element, Element, Node], Aliases[Element, Element, Node], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsDom
  2. Bundle
  3. Aliases
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AbstractShort = generic.AbstractShort[Element, Element, Node]

    Permalink
    Definition Classes
    Bundle
  2. trait Aggregate extends generic.Aggregate[Element, Element, Node]

    Permalink
  3. type Attr = generic.Attr

    Permalink
    Definition Classes
    Aliases
  4. type AttrPair = generic.AttrPair[Element, Node]

    Permalink
    Definition Classes
    Aliases
  5. type AttrValue[V] = generic.AttrValue[Element, V]

    Permalink
    Definition Classes
    Aliases
  6. type Attrs = generic.Attrs[Element, Element, Node]

    Permalink
    Definition Classes
    Aliases
  7. trait Cap extends Util with TagFactory

    Permalink
  8. type Frag = generic.Frag[Element, Node]

    Permalink
    Definition Classes
    Aliases
  9. class GenericAttr[T] extends AttrValue[T]

    Permalink
  10. class GenericPixelStyle[T] extends PixelStyleValue[T]

    Permalink
  11. class GenericPixelStylePx[T] extends PixelStyleValue[T]

    Permalink
  12. class GenericStyle[T] extends StyleValue[T]

    Permalink
  13. type Modifier = generic.Modifier[Element]

    Permalink
    Definition Classes
    Aliases
  14. type PixelStyleValue[V] = generic.PixelStyleValue[Element, V]

    Permalink
    Definition Classes
    Aliases
  15. case class RawFrag(v: String) extends Modifier with Product with Serializable

    Permalink
  16. case class StringFrag(v: String) extends jsdom.Frag with Product with Serializable

    Permalink
  17. type Style = generic.Style

    Permalink
    Definition Classes
    Aliases
  18. type StyleValue[V] = generic.StyleValue[Element, V]

    Permalink
    Definition Classes
    Aliases
  19. type Styles = generic.Styles[Element, Element, Node]

    Permalink
    Definition Classes
    Aliases
  20. type Styles2 = generic.Styles2[Element, Element, Node]

    Permalink
    Definition Classes
    Aliases
  21. type SvgAttrs = generic.SvgAttrs[Element, Element, Node]

    Permalink
    Definition Classes
    Aliases
  22. type SvgTags = generic.SvgTags[Element, Element, Node]

    Permalink
    Definition Classes
    Aliases
  23. type Tag = generic.TypedTag[Element, Element, Node]

    Permalink
    Definition Classes
    Aliases
  24. type Tags = generic.Tags[Element, Element, Node]

    Permalink
    Definition Classes
    Aliases
  25. type Tags2 = generic.Tags2[Element, Element, Node]

    Permalink
    Definition Classes
    Aliases
  26. case class TypedTag[+Output <: Element](tag: String = "", modifiers: List[Seq[JsDom.Modifier]], void: Boolean = false, namespace: Namespace) extends generic.TypedTag[Element, Output, Node] with jsdom.Frag with Product with Serializable

    Permalink
  27. type Util = generic.Util[Element, Element, Node]

    Permalink
    Definition Classes
    Aliases

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object RawFrag extends Companion[RawFrag] with Serializable

    Permalink
    Definition Classes
    JsDomAliases
  5. object StringFrag extends Companion[StringFrag] with Serializable

    Permalink
    Definition Classes
    JsDomAliases
  6. object all extends Cap with Attrs with Styles with jsdom.Tags with DataConverters with Aggregate with LowPriorityImplicits

    Permalink

    Convenience object for importing all of Scalatags' functionality at once

    Convenience object for importing all of Scalatags' functionality at once

    Definition Classes
    JsDomBundle
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. object attrs extends Cap with Attrs

    Permalink

    Common attributes.

    Common attributes.

    Definition Classes
    JsDomBundle
  9. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. object implicits extends Aggregate with DataConverters

    Permalink

    Convenience object for only importing Scalatag's implicits, without importing any of the tags, styles or attributes themselves.

    Convenience object for only importing Scalatag's implicits, without importing any of the tags, styles or attributes themselves. This includes conversions to Modifier, typeclass instances for treating strings and numbers as attributes or style values, and other things.

    Definition Classes
    JsDomBundle
  16. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. object short extends Cap with jsdom.Tags with DataConverters with Aggregate with AbstractShort with LowPriorityImplicits

    Permalink

    Convenience object for importing only Scalatags' tags (e.g.

    Convenience object for importing only Scalatags' tags (e.g. div, p) into the local namespace, while leaving Styles and Attributes accessible via the * object

    Definition Classes
    JsDomBundle
  21. object styles extends Cap with Styles

    Permalink

    Common styles

    Common styles

    Definition Classes
    JsDomBundle
  22. object styles2 extends Cap with Styles2

    Permalink

    Less common styles

    Less common styles

    Definition Classes
    JsDomBundle
  23. object svgAttrs extends Cap with SvgAttrs

    Permalink

    SVG only attributes

    SVG only attributes

    Definition Classes
    JsDomBundle
  24. object svgTags extends Cap with jsdom.SvgTags

    Permalink

    SVG only tags

    SVG only tags

    Definition Classes
    JsDomBundle
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. object tags extends Cap with jsdom.Tags

    Permalink

    Common tags

    Common tags

    Definition Classes
    JsDomBundle
  27. object tags2 extends Cap with jsdom.Tags2

    Permalink

    Less common tags

    Less common tags

    Definition Classes
    JsDomBundle
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Bundle[Element, Element, Node]

Inherited from Aliases[Element, Element, Node]

Inherited from AnyRef

Inherited from Any

Ungrouped