org.querki.jquery

JQueryEventObject

Related Docs: object JQueryEventObject | package jquery

trait JQueryEventObject extends Event

The facade over an event from JQuery.

Annotations
@RawJSType()
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: 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def bubbles: Boolean

    Definition Classes
    Event
  6. def cancelBubble: Boolean

    Definition Classes
    Event
  7. def cancelable: Boolean

    Definition Classes
    Event
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def currentTarget: EventTarget

    Definition Classes
    Event
  10. def data: Any

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

  11. def defaultPrevented: Boolean

    Definition Classes
    Event
  12. def delegateTarget: Element

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

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

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

    Definition Classes
    AnyRef → Any
  15. def eventPhase: Int

    Definition Classes
    Event
  16. def finalize(): Unit

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

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

    Definition Classes
    Object
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def initEvent(eventTypeArg: String, canBubbleArg: Boolean, cancelableArg: Boolean): Unit

    Definition Classes
    Event
  21. def isDefaultPrevented(): Boolean

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

  22. def isImmediatePropogationStopped(): Boolean

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

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def isPropogationStopped(): Boolean

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

  25. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  26. def isTrusted: Boolean

    Definition Classes
    Event
  27. def metaKey: Boolean

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

  28. def namespace: String

    The namespace specified when the event was triggered.

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

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

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

    Definition Classes
    AnyRef
  32. def pageX: Int

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

  33. def pageY: Int

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

  34. 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
  35. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  36. def relatedTarget: Element

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

  37. def result: UndefOr[Any]

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

  38. def srcElement: Element

    Definition Classes
    Event
  39. 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
  40. 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
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def target: EventTarget

    Definition Classes
    Event
  43. def timeStamp: Double

    Definition Classes
    Event
  44. def toLocaleString(): String

    Definition Classes
    Object
  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. def type: String

    Definition Classes
    Event
  47. def valueOf(): Any

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

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

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

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

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

Inherited from Event

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped