trait AttributeListSyntax extends AttributeListLowerOrderPriorityImplicits
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AttributeListSyntax
- AttributeListLowerOrderPriorityImplicits
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- implicit final class optionalMarkupOps extends AnyRef
- Annotations
- @inline()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attr(name: String): AttrName
- Annotations
- @inline()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- implicit def cvtAttrsToAttrValue(attrs: Attrs): AttrValue
- Annotations
- @inline()
- implicit def cvtBoolToAttrValue(v: Boolean): AttrValue
- Annotations
- @inline()
- implicit def cvtDoubleToAttrValue(v: Double): AttrValue
- Annotations
- @inline()
- implicit def cvtDynamicToAttrValue(attrs: Dynamic): AttrValue
- Annotations
- @inline()
- implicit def cvtFunctionToAttrValue(v: Function): AttrValue
- Annotations
- @inline()
- implicit def cvtIntToAttrValue(v: Int): AttrValue
- Annotations
- @inline()
- 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()
- implicit def cvtStringToAttrName(s: String): AttrName
- Annotations
- @inline()
- implicit def cvtStringToAttrValue(s: String): AttrValue
- Annotations
- @inline()
- implicit def cvtStringsPairToAttr(p: (String, String)): Attr
- Annotations
- @inline()
- implicit def cvtStringsPairToAttrs(p: (String, String)): Attrs
- Annotations
- @inline()
- implicit def cvtStyleAttroAttrValue(s: StyleAttr): AttrValue
- Annotations
- @inline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])