implicit class TagRefHtmlExtensions[T <: Singleton] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TagRefHtmlExtensions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def abort(implicit js: JsHtml[T]): EventHtml[UIEvent]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def blur(implicit js: JsHtml[T]): EventHtml[FocusEvent]
- def canPlay(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def canPlayThrough(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def change(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def click(implicit js: JsHtml[T]): EventHtml[MouseEvent]
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def contextMenu(implicit js: JsHtml[T]): EventHtml[MouseEvent]
- def dblClick(implicit js: JsHtml[T]): EventHtml[MouseEvent]
- def drag(implicit js: JsHtml[T]): EventHtml[DragEvent]
- def dragEnd(implicit js: JsHtml[T]): EventHtml[DragEvent]
- def dragEnter(implicit js: JsHtml[T]): EventHtml[DragEvent]
- def dragLeave(implicit js: JsHtml[T]): EventHtml[DragEvent]
- def dragOver(implicit js: JsHtml[T]): EventHtml[DragEvent]
- def dragStart(implicit js: JsHtml[T]): EventHtml[DragEvent]
- def drop(implicit js: JsHtml[T]): EventHtml[DragEvent]
- def durationChange(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def emptied(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def ended(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def focus(implicit js: JsHtml[T]): EventHtml[FocusEvent]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def input(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keyDown(implicit js: JsHtml[T]): EventHtml[KeyboardEvent]
- def keyPress(implicit js: JsHtml[T]): EventHtml[KeyboardEvent]
- def keyUp(implicit js: JsHtml[T]): EventHtml[KeyboardEvent]
- def loadStart(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def loadedData(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def loadedMetadata(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def mouseDown(implicit js: JsHtml[T]): EventHtml[MouseEvent]
- def mouseMove(implicit js: JsHtml[T]): EventHtml[MouseEvent]
- def mouseOut(implicit js: JsHtml[T]): EventHtml[MouseEvent]
- def mouseOver(implicit js: JsHtml[T]): EventHtml[MouseEvent]
- def mouseUp(implicit js: JsHtml[T]): EventHtml[MouseEvent]
- def mouseWheel(implicit js: JsHtml[T]): EventHtml[WheelEvent]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def onEnter(f: (String) => Unit)(implicit js: JsHtml[T], ev: <:<[T, Input]): Unit
- def pause(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def play(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def playing(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def rateChange(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def readyStateChange(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def reset(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def scroll(implicit js: JsHtml[T]): EventHtml[UIEvent]
- def seeked(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def seeking(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def select(implicit js: JsHtml[T]): EventHtml[UIEvent]
- def stalled(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def submit(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def suspend(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timeUpdate(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def volumeChange(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def waiting(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]