Packages

c

pine.tag.Attributes

TagAttributesVideo

implicit class TagAttributesVideo extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TagAttributesVideo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TagAttributesVideo(tag: Tag[Video])

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 autobuffer(value: String): Tag[Video]
  6. def autobuffer: scala.Option[String]
  7. def autoplay(value: String): Tag[Video]
  8. def autoplay: scala.Option[String]
  9. def buffered(value: String): Tag[Video]
  10. def buffered: scala.Option[String]
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def controls(value: String): Tag[Video]
  13. def controls: scala.Option[String]
  14. def crossorigin(value: String): Tag[Video]
  15. def crossorigin: scala.Option[String]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  21. def height(value: String): Tag[Video]
  22. def height: scala.Option[String]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def loop(value: String): Tag[Video]
  25. def loop: scala.Option[String]
  26. def muted(value: String): Tag[Video]
  27. def muted: scala.Option[String]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  31. def played(value: String): Tag[Video]
  32. def played: scala.Option[String]
  33. def poster(value: String): Tag[Video]
  34. def poster: scala.Option[String]
  35. def preload(value: String): Tag[Video]
  36. def preload: scala.Option[String]
  37. def src(value: String): Tag[Video]
  38. def src: scala.Option[String]
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def width(value: String): Tag[Video]
  45. def width: scala.Option[String]

Inherited from AnyRef

Inherited from Any

Ungrouped