SeekBar

io.laminext.videojs.api.components.SeekBar
trait SeekBar extends Component

Attributes

Graph
Supertypes
trait Component
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def $(selector: String, context: Element | String): Element

Attributes

Inherited from:
Component
def $$(selector: String, context: Element | String): NodeList[Node]

Attributes

Inherited from:
Component
def addChild(child: String | Component, options: Object): Unit

Attributes

Inherited from:
Component
def addClass(classToAdd: String): Unit

Attributes

Inherited from:
Component
def buildCSSClass(): String

Attributes

Inherited from:
Component
def children(): Array[Component]

Attributes

Inherited from:
Component
def clearInterval(intervalId: Int): Unit

Attributes

Inherited from:
Component
def clearTimeout(timeoutId: Int): Unit

Attributes

Inherited from:
Component
def contentEl(): Element

Attributes

Inherited from:
Component
def controlText(el: Element): Element

Attributes

Inherited from:
Component
def createEl(tagName: String, properties: Object, attributes: Object): Element

Attributes

Inherited from:
Component
def dimensions(width: Int | String, height: Int | String): Unit

Attributes

Inherited from:
Component
def dispose(): Unit

Attributes

Inherited from:
Component
def el(): Element

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component
def getChild(name: String): Component

Attributes

Inherited from:
Component
def getChildById(id: String): Component

Attributes

Inherited from:
Component
def handleBlur(): Unit

Attributes

Inherited from:
Component
def handleClick(): Unit

Attributes

Inherited from:
Component
def handleFocus(): Unit

Attributes

Inherited from:
Component
def handleKeyPress(): Unit

Attributes

Inherited from:
Component
def hasClass(classToCheck: String): Boolean

Attributes

Inherited from:
Component
def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def height(num: Int | String, skipListeners: Boolean): Int

Attributes

Inherited from:
Component
def hide(): Unit

Attributes

Inherited from:
Component
def id(): String

Attributes

Inherited from:
Component
def initChildren(): Unit

Attributes

Inherited from:
Component
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def name(): String

Attributes

Inherited from:
Component
def off(event: String, handler: Function): Unit

Attributes

Inherited from:
Component
def off(component: Component, event: String, handler: Function): Unit

Attributes

Inherited from:
Component
def on(event: String, handler: Function): Unit

Attributes

Inherited from:
Component
def on(component: Component, event: String, handler: Function): Unit

Attributes

Inherited from:
Component
def one(event: String, handler: Function): Unit

Attributes

Inherited from:
Component
def one(component: Component, event: String, handler: Function): Unit

Attributes

Inherited from:
Component
def options(obj: Object): Object

Attributes

Inherited from:
Component
def player(): Player

Attributes

Inherited from:
Component
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def ready(fn: Function, sync: Boolean): Component.this.type

Attributes

Inherited from:
Component
def removeChild(component: Component): Unit

Attributes

Inherited from:
Component
def removeClass(classToRemove: String): Unit

Attributes

Inherited from:
Component
def setInterval(fn: Function, interval: Int): Unit

Attributes

Inherited from:
Component
def setTimeout(fn: Function, timeout: Int): Unit

Attributes

Inherited from:
Component
def show(): Unit

Attributes

Inherited from:
Component
def toLocaleString(): String

Attributes

Inherited from:
Object
def toggleClass(classToToggle: String, predicate: Function | Boolean): Unit

Attributes

Inherited from:
Component
def trigger(event: Object | String, hash: Object): Unit

Attributes

Inherited from:
Component
def triggerReady(): Unit

Attributes

Inherited from:
Component
def valueOf(): Any

Attributes

Inherited from:
Object
def width(num: Int | String, skipListeners: Boolean): Int

Attributes

Inherited from:
Component