Packages

t

react.vdom

AttributeListSyntax

trait AttributeListSyntax extends AttributeListLowerOrderPriorityImplicits

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AttributeListSyntax
  2. AttributeListLowerOrderPriorityImplicits
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit final class optionalMarkupOps extends AnyRef
    Annotations
    @inline()

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 attr(name: String): AttrName
    Annotations
    @inline()
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. implicit def cvtAttrsToAttrValue(attrs: Attrs): AttrValue
    Annotations
    @inline()
  8. implicit def cvtBoolToAttrValue(v: Boolean): AttrValue
    Annotations
    @inline()
  9. implicit def cvtDoubleToAttrValue(v: Double): AttrValue
    Annotations
    @inline()
  10. implicit def cvtDynamicToAttrValue(attrs: Dynamic): AttrValue
    Annotations
    @inline()
  11. implicit def cvtFunctionToAttrValue(v: Function): AttrValue
    Annotations
    @inline()
  12. implicit def cvtIntToAttrValue(v: Int): AttrValue
    Annotations
    @inline()
  13. implicit def cvtJsAnyToAttrValue(v: Any): AttrValue

    Convert an js value to a AttrValue.

    Convert an js value to a AttrValue.

    Definition Classes
    AttributeListLowerOrderPriorityImplicits
    Annotations
    @inline()
  14. implicit def cvtStringToAttrName(s: String): AttrName
    Annotations
    @inline()
  15. implicit def cvtStringToAttrValue(s: String): AttrValue
    Annotations
    @inline()
  16. implicit def cvtStringsPairToAttr(p: (String, String)): Attr
    Annotations
    @inline()
  17. implicit def cvtStringsPairToAttrs(p: (String, String)): Attrs
    Annotations
    @inline()
  18. implicit def cvtStyleAttroAttrValue(s: StyleAttr): AttrValue
    Annotations
    @inline()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. 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 AnyRef

Inherited from Any

Ungrouped