Trait

com.karasiq.videojs.components

ProgressControl

Related Doc: package components

Permalink

trait ProgressControl extends Object with Component

Annotations
@RawJSType() @native()
Linear Supertypes
Component, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProgressControl
  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
    @HotSpotIntrinsicCandidate() @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. def dimensions(width: |[Int, String], height: |[Int, String]): Unit

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

    Permalink
    Definition Classes
    Component
  19. def el(): Element

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getChild(name: String): Component

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

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def handleBlur(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Object
  39. def name(): String

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  42. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  43. def off(event: String, handler: Function): ProgressControl.this.type

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  50. def player(): Player

    Permalink
    Definition Classes
    Component
  51. def propertyIsEnumerable(v: String): Boolean

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

    Permalink
    Definition Classes
    Component
  53. def removeChild(component: Component): Unit

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

    Permalink
    Definition Classes
    Component
  55. val seekBar: SeekBar

    Permalink
  56. def setInterval(fn: Function, interval: Int): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
  60. def toLocaleString(): String

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

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

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

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

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

    Permalink
    Definition Classes
    Object
  66. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(): Unit

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

    Permalink
    Definition Classes
    Component

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Component

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped