Trait

io.udash.wrappers.jquery

JQueryCallbacks

Related Doc: package jquery

Permalink

trait JQueryCallbacks[FunType <: Function1[ArgType, Any], ArgType] extends Any

Annotations
@RawJSType() @native()
Linear Supertypes
Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JQueryCallbacks
  2. Any
  3. AnyRef
  4. 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. def add(callback: FunType): JQueryCallbacks[FunType, ArgType]

    Permalink

    Add a callback or a collection of callbacks to a callback list.

    Add a callback or a collection of callbacks to a callback list.
    See: jQuery Docs

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def disable(): JQueryCallbacks[FunType, ArgType]

    Permalink

    Disable a callback list from doing anything more.

    Disable a callback list from doing anything more.
    See: jQuery Docs

  8. def disabled: Boolean

    Permalink

    Determine if the callbacks list has been disabled.

    Determine if the callbacks list has been disabled.
    See: jQuery Docs

  9. def empty(): JQueryCallbacks[FunType, ArgType]

    Permalink

    Remove all of the callbacks from a list.

    Remove all of the callbacks from a list.
    See: jQuery Docs

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fire(args: ArgType): JQueryCallbacks[FunType, ArgType]

    Permalink

    Call all of the callbacks with the given arguments.

    Call all of the callbacks with the given arguments.
    See: jQuery Docs

  14. def fireWith(context: Any, args: Any*): JQueryCallbacks[FunType, ArgType]

    Permalink

    Call all callbacks in a list with the given context and arguments.

    Call all callbacks in a list with the given context and arguments.
    See: jQuery Docs

  15. def fired: Boolean

    Permalink

    Determine if the callbacks have already been called at least once.

    Determine if the callbacks have already been called at least once.
    See: jQuery Docs

  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def has(callback: FunType): Boolean

    Permalink

    Determine whether callback is in a list.

    Determine whether callback is in a list.
    See: jQuery Docs

  18. def has: Boolean

    Permalink

    Determine whether or not the list has any callbacks attached.

    Determine whether or not the list has any callbacks attached.
    See: jQuery Docs

  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def lock(): JQueryCallbacks[FunType, ArgType]

    Permalink

    Lock a callback list in its current state.

    Lock a callback list in its current state.
    See: jQuery Docs

  22. def locked: Boolean

    Permalink

    Determine if the callbacks list has been locked.

    Determine if the callbacks list has been locked.
    See: jQuery Docs

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def remove(callback: FunType): JQueryCallbacks[FunType, ArgType]

    Permalink

    Remove a callback or a collection of callbacks from a callback list.

    Remove a callback or a collection of callbacks from a callback list.
    See: jQuery Docs

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped