Trait

com.karasiq.videojs.components

ControlBar

Related Doc: package components

Permalink

trait ControlBar extends Object with Component

Annotations
@RawJSType() @native()
Linear Supertypes
Component, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ControlBar
  2. Component
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def $(selector: String, context: |[Element, String] = ???): Element

    Permalink
    Definition Classes
    Component
  4. def $$(selector: String, context: |[Element, String] = ???): NodeList

    Permalink
    Definition Classes
    Component
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def addChild(child: |[String, Component], options: Object = ???): Unit

    Permalink
    Definition Classes
    Component
  7. def addClass(classToAdd: String): Unit

    Permalink
    Definition Classes
    Component
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def buildCSSClass(): String

    Permalink
    Definition Classes
    Component
  10. def children(): Array[Component]

    Permalink
    Definition Classes
    Component
  11. def clearInterval(intervalId: Int): Unit

    Permalink
    Definition Classes
    Component
  12. def clearTimeout(timeoutId: Int): Unit

    Permalink
    Definition Classes
    Component
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def contentEl(): Element

    Permalink
    Definition Classes
    Component
  15. def controlText(el: Element): Element

    Permalink
    Definition Classes
    Component
  16. def createEl(tagName: String = ???, properties: Object = ???, attributes: Object = ???): Element

    Permalink
    Definition Classes
    Component
  17. val currentTimeDisplay: Component

    Permalink
  18. def dimensions(width: |[Int, String], height: |[Int, String]): Unit

    Permalink
    Definition Classes
    Component
  19. def dispose(): Unit

    Permalink
    Definition Classes
    Component
  20. val durationDisplay: Component

    Permalink
  21. def el(): Element

    Permalink
    Definition Classes
    Component
  22. def enableTouchActivity(): Unit

    Permalink
    Definition Classes
    Component
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. val fullscreenToggle: Component

    Permalink
  27. def getChild(name: String): Component

    Permalink
    Definition Classes
    Component
  28. def getChildById(id: String): Component

    Permalink
    Definition Classes
    Component
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def handleBlur(): Unit

    Permalink
    Definition Classes
    Component
  31. def handleClick(): Unit

    Permalink
    Definition Classes
    Component
  32. def handleFocus(): Unit

    Permalink
    Definition Classes
    Component
  33. def handleKeyPress(): Unit

    Permalink
    Definition Classes
    Component
  34. def hasClass(classToCheck: String): Boolean

    Permalink
    Definition Classes
    Component
  35. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  36. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  37. def height(num: |[Int, String] = ???, skipListeners: Boolean = ???): Int

    Permalink
    Definition Classes
    Component
  38. def hide(): Unit

    Permalink
    Definition Classes
    Component
  39. def id(): String

    Permalink
    Definition Classes
    Component
  40. def initChildren(): Unit

    Permalink
    Definition Classes
    Component
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  43. val muteToggle: Component

    Permalink
  44. def name(): String

    Permalink
    Definition Classes
    Component
  45. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  46. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. def off(event: String, handler: Function): ControlBar.this.type

    Permalink
    Definition Classes
    Component
  49. def off(component: Component, event: String, handler: Function): ControlBar.this.type

    Permalink
    Definition Classes
    Component
  50. def on(event: String, handler: Function): ControlBar.this.type

    Permalink
    Definition Classes
    Component
  51. def on(component: Component, event: String, handler: Function): ControlBar.this.type

    Permalink
    Definition Classes
    Component
  52. def one(event: String, handler: Function): ControlBar.this.type

    Permalink
    Definition Classes
    Component
  53. def one(component: Component, event: String, handler: Function): ControlBar.this.type

    Permalink
    Definition Classes
    Component
  54. def options(obj: Object): Object

    Permalink
    Definition Classes
    Component
  55. val playToggle: Component

    Permalink
  56. def player(): Player

    Permalink
    Definition Classes
    Component
  57. val progressControl: ProgressControl

    Permalink
  58. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  59. def ready(fn: Function, sync: Boolean): ControlBar.this.type

    Permalink
    Definition Classes
    Component
  60. val remainingTimeDisplay: Component

    Permalink
  61. def removeChild(component: Component): Unit

    Permalink
    Definition Classes
    Component
  62. def removeClass(classToRemove: String): Unit

    Permalink
    Definition Classes
    Component
  63. def setInterval(fn: Function, interval: Int): Unit

    Permalink
    Definition Classes
    Component
  64. def setTimeout(fn: Function, timeout: Int): Unit

    Permalink
    Definition Classes
    Component
  65. def show(): Unit

    Permalink
    Definition Classes
    Component
  66. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  67. val timeDivider: Component

    Permalink
  68. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  69. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  70. def toggleClass(classToToggle: String, predicate: |[Function, Boolean] = ???): Unit

    Permalink
    Definition Classes
    Component
  71. def trigger(event: |[Object, String], hash: Object = ???): Unit

    Permalink
    Definition Classes
    Component
  72. def triggerReady(): Unit

    Permalink
    Definition Classes
    Component
  73. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  74. val volumeControl: VolumeControl

    Permalink
  75. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. def width(num: |[Int, String], skipListeners: Boolean): Int

    Permalink
    Definition Classes
    Component

Inherited from Component

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped