org.querki.jquery

JQueryEventObject

trait JQueryEventObject extends Event

The facade over an event from JQuery.

Annotations
@RawJSType() @native()
Linear Supertypes
Event, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JQueryEventObject
  2. Event
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def altKey: UndefOr[Boolean]

    Is the alt key pressed? Only defined on certain events.

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def bubbles: Boolean

    Definition Classes
    Event
  9. def cancelBubble: Boolean

    Definition Classes
    Event
  10. def cancelable: Boolean

    Definition Classes
    Event
  11. def clientX: UndefOr[Int]

    Provides the horizontal coordinate within the application's client area at which the event occurred (as opposed to the coordinates within the page).

    Provides the horizontal coordinate within the application's client area at which the event occurred (as opposed to the coordinates within the page).

    Only defined on certain events.

  12. def clientY: UndefOr[Int]

    Provides the vertical coordinate within the application's client area at which the event occurred (as opposed to the coordinates within the page).

    Provides the vertical coordinate within the application's client area at which the event occurred (as opposed to the coordinates within the page).

    Only defined on certain events.

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def ctrlKey: UndefOr[Boolean]

    Is the ctrl key pressed? Only defined on certain events.

  15. def currentTarget: EventTarget

    Definition Classes
    Event
  16. def data: Any

    An optional object of data passed to an event method when the current executing handler is bound.

  17. def defaultPrevented: Boolean

    Definition Classes
    Event
  18. def delegateTarget: Element

    The element where the currently-called jQuery event handler was attached.

  19. def detail: Any

    Returns additional numerical information about the event, depending on the type of event.

  20. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  22. def eventPhase: Int

    Definition Classes
    Event
  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. def isDefaultPrevented(): Boolean

    Returns whether event.

    Returns whether event.preventDefault() was ever called on this event object.

  28. def isImmediatePropagationStopped(): Boolean

    Returns whether event.

    Returns whether event.stopImmediatePropagation() was ever called on this event object.

  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def isPropagationStopped(): Boolean

    Returns whether event.

    Returns whether event.stopPropagation() was ever called on this event object.

  31. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  32. def isTrusted: Boolean

    Definition Classes
    Event
  33. def metaKey: Boolean

    Indicates whether the META key was pressed when the event fired.

  34. def namespace: String

    The namespace specified when the event was triggered.

  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. def offsetX: UndefOr[Int]

    Provides the offset in the X coordinate of the mouse pointer between that event and the padding edge of the target node.

  39. def offsetY: UndefOr[Int]

    Provides the offset in the Y coordinate of the mouse pointer between that event and the padding edge of the target node.

  40. def pageX: Int

    The mouse position relative to the left edge of the document.

  41. def pageY: Int

    The mouse position relative to the top edge of the document.

  42. def preventDefault(): Unit

    If this method is called, the default action of the event will not be triggered.

    If this method is called, the default action of the event will not be triggered.

    Definition Classes
    JQueryEventObject → Event
  43. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  44. def relatedTarget: Element

    The other DOM element involved in the event, if any.

  45. def result: UndefOr[Any]

    The last value returned by an event handler that was triggered by this event, unless the value was undefined.

  46. def screenX: UndefOr[Int]

    Provides the horizontal coordinate of the mouse pointer in global (screen) coordinates.

    Provides the horizontal coordinate of the mouse pointer in global (screen) coordinates. Only defined on certain events.

  47. def screenY: UndefOr[Int]

    Provides the vertical coordinate of the mouse pointer in global (screen) coordinates.

    Provides the vertical coordinate of the mouse pointer in global (screen) coordinates. Only defined on certain events.

  48. def shiftKey: UndefOr[Boolean]

    Is the shift key pressed? Only defined on certain events.

  49. def stopImmediatePropagation(): Unit

    Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.

    Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.

    Definition Classes
    JQueryEventObject → Event
  50. def stopPropagation(): Unit

    Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.

    Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.

    Definition Classes
    JQueryEventObject → Event
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. def target: EventTarget

    Definition Classes
    Event
  53. def timeStamp: Double

    Definition Classes
    Event
  54. def toLocaleString(): String

    Definition Classes
    Object
  55. def toString(): String

    Definition Classes
    AnyRef → Any
  56. def type: String

    Definition Classes
    Event
  57. def valueOf(): Any

    Definition Classes
    Object
  58. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def which: Int

    For key or mouse events, this property indicates the specific key or button that was pressed.

Deprecated Value Members

  1. def initEvent(eventTypeArg: String, canBubbleArg: Boolean, cancelableArg: Boolean): Unit

    Definition Classes
    Event
    Annotations
    @deprecated
    Deprecated

    (Since version forever) Non-standard

  2. def srcElement: Element

    Definition Classes
    Event
    Annotations
    @deprecated
    Deprecated

    (Since version forever) Non standard.

Inherited from Event

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped