Trait

com.raquo.laminar.builders

ReactiveHtmlBuilders

Related Doc: package builders

Permalink

trait ReactiveHtmlBuilders extends HtmlAttrBuilder[ReactiveHtmlAttr] with ReflectedAttrBuilder[ReactiveReflectedAttr] with PropBuilder[ReactiveProp] with EventPropBuilder[ReactiveEventProp, Event] with StyleBuilders[StyleSetter] with HtmlTagBuilder[ReactiveHtmlTag, Element]

Linear Supertypes
HtmlTagBuilder[ReactiveHtmlTag, Element], StyleBuilders[StyleSetter], EventPropBuilder[ReactiveEventProp, Event], PropBuilder[ReactiveProp], ReflectedAttrBuilder[ReactiveReflectedAttr], HtmlAttrBuilder[ReactiveHtmlAttr], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReactiveHtmlBuilders
  2. HtmlTagBuilder
  3. StyleBuilders
  4. EventPropBuilder
  5. PropBuilder
  6. ReflectedAttrBuilder
  7. HtmlAttrBuilder
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 booleanReflectedAttr(key: String, attrCodec: Codec[Boolean, String]): ReactiveReflectedAttr[Boolean, Boolean]

    Permalink
    Attributes
    protected
    Definition Classes
    ReflectedAttrBuilder
    Annotations
    @inline()
  6. def booleanReflectedAttr(attrKey: String, propKey: String, attrCodec: Codec[Boolean, String]): ReactiveReflectedAttr[Boolean, Boolean]

    Permalink
    Attributes
    protected
    Definition Classes
    ReflectedAttrBuilder
    Annotations
    @inline()
  7. def buildDoubleStyleSetter(style: Style[Double], value: Double): StyleSetter

    Permalink
    Attributes
    protected
    Definition Classes
    ReactiveHtmlBuilders → StyleBuilders
  8. def buildIntStyleSetter(style: Style[Int], value: Int): StyleSetter

    Permalink
    Attributes
    protected
    Definition Classes
    ReactiveHtmlBuilders → StyleBuilders
  9. def buildStringStyleSetter(style: Style[_], value: String): StyleSetter

    Permalink
    Attributes
    protected
    Definition Classes
    ReactiveHtmlBuilders → StyleBuilders
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def doubleHtmlAttr(key: String): ReactiveHtmlAttr[Double]

    Permalink
    Attributes
    protected
    Definition Classes
    HtmlAttrBuilder
    Annotations
    @inline()
  12. def doubleProp(key: String): ReactiveProp[Double, Double]

    Permalink
    Attributes
    protected
    Definition Classes
    PropBuilder
    Annotations
    @inline()
  13. def doubleReflectedAttr(key: String): ReactiveReflectedAttr[Double, Double]

    Permalink
    Attributes
    protected
    Definition Classes
    ReflectedAttrBuilder
    Annotations
    @inline()
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def eventProp[Ev <: Event](key: String): ReactiveEventProp[Ev]

    Permalink
    Attributes
    protected
    Definition Classes
    ReactiveHtmlBuilders → EventPropBuilder
  17. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def htmlAttr[V](key: String, codec: Codec[V, String]): ReactiveHtmlAttr[V]

    Permalink
    Attributes
    protected
    Definition Classes
    ReactiveHtmlBuilders → HtmlAttrBuilder
  21. def htmlTag[Ref <: Element](tagName: String, void: Boolean): ReactiveHtmlTag[Ref]

    Permalink
    Definition Classes
    ReactiveHtmlBuilders → HtmlTagBuilder
  22. def htmlTag[Ref <: Element](tagName: String): ReactiveHtmlTag[Ref]

    Permalink
    Attributes
    protected
    Definition Classes
    HtmlTagBuilder
    Annotations
    @inline()
  23. def intHtmlAttr(key: String): ReactiveHtmlAttr[Int]

    Permalink
    Attributes
    protected
    Definition Classes
    HtmlAttrBuilder
    Annotations
    @inline()
  24. def intProp(key: String): ReactiveProp[Int, Int]

    Permalink
    Attributes
    protected
    Definition Classes
    PropBuilder
    Annotations
    @inline()
  25. def intReflectedAttr(key: String): ReactiveReflectedAttr[Int, Int]

    Permalink
    Attributes
    protected
    Definition Classes
    ReflectedAttrBuilder
    Annotations
    @inline()
  26. def intReflectedAttr(attrKey: String, propKey: String): ReactiveReflectedAttr[Int, Int]

    Permalink
    Attributes
    protected
    Definition Classes
    ReflectedAttrBuilder
    Annotations
    @inline()
  27. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def prop[V, DomV](key: String, codec: Codec[V, DomV]): ReactiveProp[V, DomV]

    Permalink
    Attributes
    protected
    Definition Classes
    ReactiveHtmlBuilders → PropBuilder
  32. def reflectedAttr[V, DomPropV](attrKey: String, propKey: String, attrCodec: Codec[V, String], propCodec: Codec[V, DomPropV]): ReactiveReflectedAttr[V, DomPropV]

    Permalink
    Attributes
    protected
    Definition Classes
    ReactiveHtmlBuilders → ReflectedAttrBuilder
  33. def stringHtmlAttr(key: String): ReactiveHtmlAttr[String]

    Permalink
    Attributes
    protected
    Definition Classes
    HtmlAttrBuilder
    Annotations
    @inline()
  34. def stringProp(key: String): ReactiveProp[String, String]

    Permalink
    Attributes
    protected
    Definition Classes
    PropBuilder
    Annotations
    @inline()
  35. def stringReflectedAttr(key: String): ReactiveReflectedAttr[String, String]

    Permalink
    Attributes
    protected
    Definition Classes
    ReflectedAttrBuilder
    Annotations
    @inline()
  36. def stringReflectedAttr(attrKey: String, propKey: String): ReactiveReflectedAttr[String, String]

    Permalink
    Attributes
    protected
    Definition Classes
    ReflectedAttrBuilder
    Annotations
    @inline()
  37. def style[V](key: String, cssKey: String): Style[V]

    Permalink
    Attributes
    protected
    Definition Classes
    ReactiveHtmlBuilders → StyleBuilders
  38. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from HtmlTagBuilder[ReactiveHtmlTag, Element]

Inherited from StyleBuilders[StyleSetter]

Inherited from EventPropBuilder[ReactiveEventProp, Event]

Inherited from PropBuilder[ReactiveProp]

Inherited from ReflectedAttrBuilder[ReactiveReflectedAttr]

Inherited from HtmlAttrBuilder[ReactiveHtmlAttr]

Inherited from AnyRef

Inherited from Any

Ungrouped