Trait/Object

com.karasiq.videojs

Component

Related Docs: object Component | package videojs

Permalink

trait Component extends Object

Annotations
@RawJSType() @native()
See also

http://docs.videojs.com/docs/api/component.html

Linear Supertypes
Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Component
  2. Object
  3. Any
  4. AnyRef
  5. 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
  4. def $$(selector: String, context: |[Element, String] = ???): NodeList

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

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

    Permalink
  7. def addClass(classToAdd: String): Unit

    Permalink
  8. final def asInstanceOf[T0]: T0

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

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

    Permalink
  11. def clearInterval(intervalId: Int): Unit

    Permalink
  12. def clearTimeout(timeoutId: Int): Unit

    Permalink
  13. def clone(): AnyRef

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

    Permalink
  15. def controlText(el: Element): Element

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

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

    Permalink
  18. def dispose(): Unit

    Permalink
  19. def el(): Element

    Permalink
  20. def enableTouchActivity(): Unit

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def getChild(name: String): Component

    Permalink
  25. def getChildById(id: String): Component

    Permalink
  26. final def getClass(): Class[_]

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

    Permalink
  28. def handleClick(): Unit

    Permalink
  29. def handleFocus(): Unit

    Permalink
  30. def handleKeyPress(): Unit

    Permalink
  31. def hasClass(classToCheck: String): Boolean

    Permalink
  32. def hasOwnProperty(v: String): Boolean

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

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

    Permalink
  35. def hide(): Unit

    Permalink
  36. def id(): String

    Permalink
  37. def initChildren(): Unit

    Permalink
  38. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
  41. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
  45. def off(component: Component, event: String, handler: Function): Component.this.type

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

    Permalink
  47. def on(component: Component, event: String, handler: Function): Component.this.type

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

    Permalink
  49. def one(component: Component, event: String, handler: Function): Component.this.type

    Permalink
  50. def options(obj: Object): Object

    Permalink
  51. def player(): Player

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

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

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

    Permalink
  55. def removeClass(classToRemove: String): Unit

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

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

    Permalink
  58. def show(): Unit

    Permalink
  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
  63. def trigger(event: |[Object, String], hash: Object = ???): Unit

    Permalink
  64. def triggerReady(): Unit

    Permalink
  65. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  66. final def wait(): Unit

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

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

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

    Permalink

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped