Trait

io.udash.wrappers.jquery

JQueryEvent

Related Doc: package jquery

Permalink

trait JQueryEvent extends Event

Annotations
@RawJSType() @native()
Linear Supertypes
Event, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JQueryEvent
  2. Event
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bubbles: Boolean

    Permalink
    Definition Classes
    Event
  6. def cancelBubble: Boolean

    Permalink
    Definition Classes
    Event
  7. def cancelable: Boolean

    Permalink
    Definition Classes
    Event
  8. def clone(): AnyRef

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

    Permalink

    The current DOM element within the event bubbling phase.
    See: jQuery Docs

    The current DOM element within the event bubbling phase.
    See: jQuery Docs

    Definition Classes
    JQueryEvent → Event
  10. def data: Any

    Permalink

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

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

  11. def defaultPrevented: Boolean

    Permalink
    Definition Classes
    Event
  12. def delegateTarget: Element

    Permalink

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def eventPhase: Int

    Permalink
    Definition Classes
    Event
  16. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Object
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def isDefaultPrevented: Boolean

    Permalink

    Returns whether event.preventDefault() was ever called on this event object.
    See: jQuery Docs

    Returns whether event.preventDefault() was ever called on this event object.
    See: jQuery Docs

  21. def isImmediatePropagationStopped: Boolean

    Permalink

    Returns whether event.stopImmediatePropagation() was ever called on this event object.
    See: jQuery Docs

    Returns whether event.stopImmediatePropagation() was ever called on this event object.
    See: jQuery Docs

  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isPropagationStopped: Boolean

    Permalink

    Returns whether event.stopPropagation() was ever called on this event object.
    See: jQuery Docs

    Returns whether event.stopPropagation() was ever called on this event object.
    See: jQuery Docs

  24. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  25. def isTrusted: Boolean

    Permalink
    Definition Classes
    Event
  26. def metaKey: Any

    Permalink

    Indicates whether the META key was pressed when the event fired.
    See: jQuery Docs

    Indicates whether the META key was pressed when the event fired.
    See: jQuery Docs

  27. def namespace: String

    Permalink

    The namespace specified when the event was triggered.
    See: jQuery Docs

    The namespace specified when the event was triggered.
    See: jQuery Docs

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

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def pageX: Double

    Permalink

    The mouse position relative to the left edge of the document.
    See: jQuery Docs

    The mouse position relative to the left edge of the document.
    See: jQuery Docs

  32. def pageY: Double

    Permalink

    The mouse position relative to the top edge of the document.
    See: jQuery Docs

    The mouse position relative to the top edge of the document.
    See: jQuery Docs

  33. def preventDefault(): Unit

    Permalink

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

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

    Definition Classes
    JQueryEvent → Event
  34. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  35. def relatedTarget: Element

    Permalink

    The other DOM element involved in the event, if any.
    See: jQuery Docs

    The other DOM element involved in the event, if any.
    See: jQuery Docs

  36. def result: Any

    Permalink

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

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

  37. def stopImmediatePropagation(): Unit

    Permalink

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

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

    Definition Classes
    JQueryEvent → Event
  38. def stopPropagation(): Unit

    Permalink

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

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

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

    Permalink
    Definition Classes
    AnyRef
  40. def target: EventTarget

    Permalink

    The DOM element that initiated the event.
    See: jQuery Docs

    The DOM element that initiated the event.
    See: jQuery Docs

    Definition Classes
    JQueryEvent → Event
  41. def timeStamp: Double

    Permalink

    The difference in milliseconds between the time the browser created the event and January 1, 1970.
    See: jQuery Docs

    The difference in milliseconds between the time the browser created the event and January 1, 1970.
    See: jQuery Docs

    Definition Classes
    JQueryEvent → Event
  42. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. def tpe: String

    Permalink

    Describes the nature of the event.
    See: jQuery Docs

    Describes the nature of the event.
    See: jQuery Docs

    Annotations
    @JSName( "type" )
  45. def type: String

    Permalink

    Describes the nature of the event.
    See: jQuery Docs

    Describes the nature of the event.
    See: jQuery Docs

    Definition Classes
    JQueryEvent → Event
  46. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  47. final def wait(): Unit

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

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

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

    Permalink

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

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

Deprecated Value Members

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

    Permalink
    Definition Classes
    Event
    Annotations
    @deprecated
    Deprecated

    (Since version forever) Non-standard

  2. def srcElement: Element

    Permalink
    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