Object

com.raquo.dombuilder.jsdom.simple

implicits

Related Doc: package simple

Permalink

object implicits extends SimpleImplicits with SetterBuilders[SimpleN, Element, Element, Node]

Import implicits._ if you don't want to import bundle._

Linear Supertypes
SetterBuilders[SimpleN, Element, Element, Node], StyleBuilders[Modifier[SimpleN with Element[SimpleN, Element, Node]]], SimpleImplicits, SimpleDomApi, SyntaxImplicits[SimpleN, Element, Element, Node, Event, JsCallback], KeyImplicits[SimpleN, Element, Element, Node], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. implicits
  2. SetterBuilders
  3. StyleBuilders
  4. SimpleImplicits
  5. SimpleDomApi
  6. SyntaxImplicits
  7. KeyImplicits
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type BaseHtmlElement = SimpleN with Element[SimpleN, Element, Node]

    Permalink
    Definition Classes
    SetterBuilders
  2. type BaseSvgElement = SimpleN with Element[SimpleN, Element, Node]

    Permalink
    Definition Classes
    SetterBuilders

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def buildDoubleStyleSetter(key: Style[Double], value: Double): Setter[Style[Double], Double, BaseHtmlElement]

    Permalink
    Definition Classes
    SetterBuilders → StyleBuilders
    Annotations
    @inline()
  6. def buildHtmlAttrSetter[V](key: HtmlAttr[V], value: V): Setter[HtmlAttr[V], V, BaseHtmlElement]

    Permalink
    Definition Classes
    SetterBuilders
    Annotations
    @inline()
  7. def buildIntStyleSetter(key: Style[Int], value: Int): Setter[Style[Int], Int, BaseHtmlElement]

    Permalink
    Definition Classes
    SetterBuilders → StyleBuilders
    Annotations
    @inline()
  8. def buildPropSetter[V, DomV](key: Prop[V, DomV], value: V): Setter[Prop[V, DomV], V, BaseHtmlElement]

    Permalink
    Definition Classes
    SetterBuilders
    Annotations
    @inline()
  9. def buildStringStyleSetter(key: Style[_], value: String): Setter[Style[_], String, BaseHtmlElement]

    Permalink
    Definition Classes
    SetterBuilders → StyleBuilders
    Annotations
    @inline()
  10. def buildSvgAttrSetter[V](key: SvgAttr[V], value: V): Setter[SvgAttr[V], V, BaseSvgElement]

    Permalink
    Definition Classes
    SetterBuilders
    Annotations
    @inline()
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. implicit val commentApi: JsCommentApi[SimpleN]

    Permalink
    Definition Classes
    SimpleDomApi
  13. implicit val defaultDoubleStyleSetterBuilder: (Style[Double], Double) ⇒ Setter[Style[Double], Double, BaseHtmlElement]

    Permalink
    Definition Classes
    KeyImplicits
  14. implicit def defaultHtmlAttrSetterBuilder[V]: (HtmlAttr[V], V) ⇒ Setter[HtmlAttr[V], V, BaseHtmlElement]

    Permalink
    Definition Classes
    KeyImplicits
    Annotations
    @inline()
  15. implicit val defaultIntStyleSetterBuilder: (Style[Int], Int) ⇒ Setter[Style[Int], Int, BaseHtmlElement]

    Permalink
    Definition Classes
    KeyImplicits
  16. implicit def defaultPropSetterBuilder[V, DomV]: (Prop[V, DomV], V) ⇒ Setter[Prop[V, DomV], V, BaseHtmlElement]

    Permalink
    Definition Classes
    KeyImplicits
    Annotations
    @inline()
  17. implicit val defaultStringStyleSetterBuilder: (Style[_], String) ⇒ Setter[Style[_], String, BaseHtmlElement]

    Permalink
    Definition Classes
    KeyImplicits
  18. implicit def defaultSvgAttrSetterBuilder[V]: (SvgAttr[V], V) ⇒ Setter[SvgAttr[V], V, BaseSvgElement]

    Permalink
    Definition Classes
    KeyImplicits
    Annotations
    @inline()
  19. implicit def doubleStyleToKeySyntax(style: Style[Double]): KeySyntax[Style[Double]]

    Permalink
    Definition Classes
    SyntaxImplicits
  20. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. implicit val eventApi: JsEventApi[SimpleN]

    Permalink
    Definition Classes
    SimpleDomApi
  23. implicit def eventPropToSyntax[Ev <: Event](eventProp: EventProp[Ev]): EventPropSyntax[SimpleN, Element, Node, Ev, Event, JsCallback]

    Permalink
    Definition Classes
    SimpleImplicits
  24. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. implicit def htmlAttrToKeySyntax[V](attr: HtmlAttr[V]): KeySyntax[HtmlAttr[V]]

    Permalink
    Definition Classes
    SyntaxImplicits
  28. implicit val htmlElementApi: JsHtmlElementApi[SimpleN]

    Permalink
    Definition Classes
    SimpleDomApi
  29. implicit def intStyleToKeySyntax(style: Style[Int]): KeySyntax[Style[Int]]

    Permalink
    Definition Classes
    SyntaxImplicits
  30. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. implicit def propToKeySyntax[V, DomV](prop: Prop[V, DomV]): KeySyntax[Prop[V, DomV]]

    Permalink
    Definition Classes
    SyntaxImplicits
  35. implicit def stringStyleToKeySyntax(style: Style[_]): KeySyntax[Style[_]]

    Permalink
    Definition Classes
    SyntaxImplicits
  36. implicit def stringToTextNode(text: String): SimpleText

    Permalink
    Definition Classes
    SimpleImplicits
  37. def style[V](key: String, cssKey: String): Style[V]

    Permalink
    Attributes
    protected
    Definition Classes
    StyleBuilders
    Annotations
    @inline()
  38. implicit def svgAttrToKeySyntax[V](attr: SvgAttr[V]): KeySyntax[SvgAttr[V]]

    Permalink
    Definition Classes
    SyntaxImplicits
  39. implicit val svgElementApi: JsSvgElementApi[SimpleN]

    Permalink
    Definition Classes
    SimpleDomApi
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. implicit val textApi: JsTextApi[SimpleN]

    Permalink
    Definition Classes
    SimpleDomApi
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. implicit val treeApi: JsTreeApi[SimpleN]

    Permalink
    Definition Classes
    SimpleDomApi
  44. final def wait(): Unit

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

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

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

Inherited from SetterBuilders[SimpleN, Element, Element, Node]

Inherited from StyleBuilders[Modifier[SimpleN with Element[SimpleN, Element, Node]]]

Inherited from SimpleImplicits

Inherited from SimpleDomApi

Inherited from SyntaxImplicits[SimpleN, Element, Element, Node, Event, JsCallback]

Inherited from KeyImplicits[SimpleN, Element, Element, Node]

Inherited from AnyRef

Inherited from Any

Ungrouped