Packages

c

pine.dom.Implicits

TagRefHtmlExtensions

implicit class TagRefHtmlExtensions[T <: Singleton] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TagRefHtmlExtensions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TagRefHtmlExtensions(tagRef: TagRef[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def abort(implicit js: JsHtml[T]): EventHtml[UIEvent]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def blur(implicit js: JsHtml[T]): EventHtml[FocusEvent]
  7. def canPlay(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  8. def canPlayThrough(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  9. def change(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  10. def click(implicit js: JsHtml[T]): EventHtml[MouseEvent]
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def contextMenu(implicit js: JsHtml[T]): EventHtml[MouseEvent]
  13. def dblClick(implicit js: JsHtml[T]): EventHtml[MouseEvent]
  14. def drag(implicit js: JsHtml[T]): EventHtml[DragEvent]
  15. def dragEnd(implicit js: JsHtml[T]): EventHtml[DragEvent]
  16. def dragEnter(implicit js: JsHtml[T]): EventHtml[DragEvent]
  17. def dragLeave(implicit js: JsHtml[T]): EventHtml[DragEvent]
  18. def dragOver(implicit js: JsHtml[T]): EventHtml[DragEvent]
  19. def dragStart(implicit js: JsHtml[T]): EventHtml[DragEvent]
  20. def drop(implicit js: JsHtml[T]): EventHtml[DragEvent]
  21. def durationChange(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  22. def emptied(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  23. def ended(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  27. def focus(implicit js: JsHtml[T]): EventHtml[FocusEvent]
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def input(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def keyDown(implicit js: JsHtml[T]): EventHtml[KeyboardEvent]
  33. def keyPress(implicit js: JsHtml[T]): EventHtml[KeyboardEvent]
  34. def keyUp(implicit js: JsHtml[T]): EventHtml[KeyboardEvent]
  35. def loadStart(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  36. def loadedData(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  37. def loadedMetadata(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  38. def mouseDown(implicit js: JsHtml[T]): EventHtml[MouseEvent]
  39. def mouseMove(implicit js: JsHtml[T]): EventHtml[MouseEvent]
  40. def mouseOut(implicit js: JsHtml[T]): EventHtml[MouseEvent]
  41. def mouseOver(implicit js: JsHtml[T]): EventHtml[MouseEvent]
  42. def mouseUp(implicit js: JsHtml[T]): EventHtml[MouseEvent]
  43. def mouseWheel(implicit js: JsHtml[T]): EventHtml[WheelEvent]
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. def onEnter(f: (String) => Unit)(implicit js: JsHtml[T], ev: <:<[T, Input]): Unit
  48. def pause(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  49. def play(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  50. def playing(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  51. def rateChange(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  52. def readyStateChange(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  53. def reset(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  54. def scroll(implicit js: JsHtml[T]): EventHtml[UIEvent]
  55. def seeked(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  56. def seeking(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  57. def select(implicit js: JsHtml[T]): EventHtml[UIEvent]
  58. def stalled(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  59. def submit(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  60. def suspend(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  61. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  62. def timeUpdate(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  63. def toString(): String
    Definition Classes
    AnyRef → Any
  64. def volumeChange(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  68. def waiting(implicit js: JsHtml[T]): EventHtml[org.scalajs.dom.Event]

Inherited from AnyRef

Inherited from Any

Ungrouped