Object

com.raquo.laminar

implicits

Related Doc: package laminar

Permalink

object implicits extends Implicits

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

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

Type Members

  1. type BaseElement = ReactiveNode with Element[ReactiveNode, 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 build[V](key: String, cssKey: String): Style[V]

    Permalink
    Definition Classes
    StyleBuilders
    Annotations
    @inline()
  7. def buildAttrSetter[V](key: Attr[V], value: V): Setter[Attr[V], V, BaseElement]

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

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

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

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

    Permalink
    Definition Classes
    SetterBuilders → StyleBuilders
    Annotations
    @inline()
  12. def clone(): AnyRef

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

    Permalink
    Definition Classes
    DomApi
  14. implicit def defaultAttrSetterBuilder[V]: (Attr[V], V) ⇒ Setter[Attr[V], V, BaseElement]

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

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

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

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

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

    Permalink
    Definition Classes
    SyntaxImplicits
  20. implicit val elementApi: JsElementApi[ReactiveNode]

    Permalink
    Definition Classes
    DomApi
  21. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. implicit val eventApi: JsEventApi[ReactiveNode]

    Permalink
    Definition Classes
    DomApi
  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](prop: Prop[V]): KeySyntax[Prop[V], Modifier[implicits.BaseElement]]

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

    Permalink
    Definition Classes
    SyntaxImplicits
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    SyntaxImplicits
  36. implicit val textApi: JsTextApi[ReactiveNode]

    Permalink
    Definition Classes
    DomApi
  37. implicit def textToNode(text: String): ReactiveText

    Permalink
    Definition Classes
    Implicits
    Annotations
    @inline()
  38. implicit def toAttrReceiver[V](attr: Attr[V]): AttrReceiver[V]

    Permalink
    Definition Classes
    Implicits
    Annotations
    @inline()
  39. implicit def toEventEmitter[Ev <: Event](eventProp: EventProp[Ev]): EventEmitter[Ev]

    Permalink
    Definition Classes
    Implicits
    Annotations
    @inline()
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. implicit def toStyleReceiver[V](style: Style[V]): StyleReceiver[V]

    Permalink
    Definition Classes
    Implicits
    Annotations
    @inline()
  42. implicit val treeApi: JsTreeApi[ReactiveNode]

    Permalink
    Definition Classes
    DomApi
  43. final def wait(): Unit

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

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

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

Inherited from Implicits

Inherited from DomApi

Inherited from SetterBuilders[ReactiveNode, Element, Node]

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

Inherited from KeyImplicits[ReactiveNode, Element, Node]

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

Inherited from AnyRef

Inherited from Any

Ungrouped