Object

com.raquo.dombuilder.jsdom.simple

implicits

Related Doc: package simple

Permalink

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

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

Linear Supertypes
SetterBuilders[SimpleN, Element, Node], StyleBuilders[Modifier[SimpleN with Element[SimpleN, Element, Node]]], SimpleImplicits, SimpleDomApi, SyntaxImplicits[SimpleN, Element, Node, Event, JsCallback], KeyImplicits[SimpleN, 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 BaseElement = 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. implicit def attrToKeySyntax[V](attr: Attr[V]): KeySyntax[Attr[V], Modifier[implicits.BaseElement]]

    Permalink
    Definition Classes
    SyntaxImplicits
  6. def buildAttrSetter[V](key: Attr[V], value: V): Setter[Attr[V], V, BaseElement]

    Permalink
    Definition Classes
    SetterBuilders
    Annotations
    @inline()
  7. def buildDoubleStyleSetter(key: Style[Double], value: Double): Setter[Style[Double], Double, BaseElement]

    Permalink
    Definition Classes
    SetterBuilders → StyleBuilders
    Annotations
    @inline()
  8. def buildIntStyleSetter(key: Style[Int], value: Int): Setter[Style[Int], Int, BaseElement]

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

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

    Permalink
    Definition Classes
    SetterBuilders → StyleBuilders
    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 def defaultAttrSetterBuilder[V]: (Attr[V], V) ⇒ Setter[Attr[V], V, BaseElement]

    Permalink
    Definition Classes
    KeyImplicits
    Annotations
    @inline()
  14. implicit val defaultDoubleStyleSetterBuilder: (Style[Double], Double) ⇒ Setter[Style[Double], Double, BaseElement]

    Permalink
    Definition Classes
    KeyImplicits
  15. implicit val defaultIntStyleSetterBuilder: (Style[Int], Int) ⇒ Setter[Style[Int], Int, BaseElement]

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

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

    Permalink
    Definition Classes
    KeyImplicits
  18. implicit def doubleStyleToKeySyntax(style: Style[Double]): KeySyntax[Style[Double], Modifier[implicits.BaseElement]]

    Permalink
    Definition Classes
    SyntaxImplicits
  19. implicit val elementApi: JsElementApi[SimpleN]

    Permalink
    Definition Classes
    SimpleDomApi
  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 intStyleToKeySyntax(style: Style[Int]): KeySyntax[Style[Int], Modifier[implicits.BaseElement]]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  32. implicit def propToKeySyntax[V, DomV](prop: Prop[V, DomV]): KeySyntax[Prop[V, DomV], Modifier[implicits.BaseElement]]

    Permalink
    Definition Classes
    SyntaxImplicits
  33. implicit def stringStyleToKeySyntax(style: Style[_]): KeySyntax[Style[_], Modifier[implicits.BaseElement]]

    Permalink
    Definition Classes
    SyntaxImplicits
  34. implicit def stringToTextNode(text: String): JsText[SimpleN] with SimpleN

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

    Permalink
    Definition Classes
    StyleBuilders
    Annotations
    @inline()
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. implicit def tagToSyntax[Element](tag: Tag[Element]): TagSyntax[Element]

    Permalink
    Definition Classes
    SyntaxImplicits
  38. implicit val textApi: JsTextApi[SimpleN]

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

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

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

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

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

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

Inherited from SetterBuilders[SimpleN, Element, Node]

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

Inherited from SimpleImplicits

Inherited from SimpleDomApi

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

Inherited from KeyImplicits[SimpleN, Element, Node]

Inherited from AnyRef

Inherited from Any

Ungrouped