Packages

trait SvgBuilders extends EventPropBuilder[ReactiveEventProp, Event] with SvgAttrBuilder[ReactiveSvgAttr] with SvgTagBuilder[SvgTag, Element]

Linear Supertypes
SvgTagBuilder[SvgTag, Element], SvgAttrBuilder[ReactiveSvgAttr], EventPropBuilder[ReactiveEventProp, Event], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SvgBuilders
  2. SvgTagBuilder
  3. SvgAttrBuilder
  4. EventPropBuilder
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def doubleSvgAttr(key: String, namespace: Option[String]): ReactiveSvgAttr[Double]
    Attributes
    protected
    Definition Classes
    SvgAttrBuilder
    Annotations
    @inline()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def eventProp[Ev <: Event](key: String): ReactiveEventProp[Ev]
    Attributes
    protected
    Definition Classes
    SvgBuilders → EventPropBuilder
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def intSvgAttr(key: String, namespace: Option[String]): ReactiveSvgAttr[Int]
    Attributes
    protected
    Definition Classes
    SvgAttrBuilder
    Annotations
    @inline()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def stringSvgAttr(key: String, namespace: Option[String]): ReactiveSvgAttr[String]
    Attributes
    protected
    Definition Classes
    SvgAttrBuilder
    Annotations
    @inline()
  18. def svgAttr[V](key: String, codec: Codec[V, String], namespace: Option[String]): ReactiveSvgAttr[V]
    Attributes
    protected
    Definition Classes
    SvgBuilders → SvgAttrBuilder
  19. def svgTag[Ref <: Element](tagName: String, void: Boolean): SvgTag[Ref]
    Definition Classes
    SvgBuilders → SvgTagBuilder
  20. def svgTag[Ref <: Element](tagName: String): SvgTag[Ref]
    Attributes
    protected
    Definition Classes
    SvgTagBuilder
    Annotations
    @inline()
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from SvgTagBuilder[SvgTag, Element]

Inherited from SvgAttrBuilder[ReactiveSvgAttr]

Inherited from EventPropBuilder[ReactiveEventProp, Event]

Inherited from AnyRef

Inherited from Any

Ungrouped