case class TagTokenSetAttribute[T <: Singleton](parent: Tag[T], name: String) extends Product with Serializable
Insertion order preserving set of space-separated tokens
- See also
https://dom.spec.whatwg.org/#interface-domtokenlist
https://html.spec.whatwg.org/#ordered-set-of-unique-space-separated-tokens
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TagTokenSetAttribute
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- def add(value: String): Tag[T]
- def apply(values: String*): Tag[T]
- def apply(): List[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear(): Tag[T]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def get: List[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def has(value: String): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parent: Tag[T]
- def remove(value: String): Tag[T]
- def set(values: Seq[String]): Tag[T]
- def set(value: String): Tag[T]
- def state(state: Boolean, value: String): Tag[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toggle(value: String): Tag[T]
- def update(f: (List[String]) ⇒ List[String]): Tag[T]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )