Trait

fm.common

EventTargetOrTargets

Related Doc: package common

Permalink

trait EventTargetOrTargets extends Any

Linear Supertypes
Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventTargetOrTargets
  2. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addEventListener[T <: Event](tpe: String)(f: Function1[T, Unit]): Unit

    Permalink
  2. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any
  3. abstract def jQueryElements: JQuery

    Permalink
    Attributes
    protected
  4. abstract def removeEventListener[T <: Event](tpe: String)(f: Function1[T, Unit]): Unit

    Permalink

Concrete Value Members

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

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

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

    Permalink
    Definition Classes
    Any
  4. final def addEventListener[T <: Event](tpe: EventType[T])(f: Function1[T, Unit]): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    Any
  7. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  8. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  9. final def off[T <: Event](tpe: EventType[T])(f: Function1[T, Unit]): Unit

    Permalink
  10. final def off[T <: Event](tpe: String)(f: Function1[T, Unit]): Unit

    Permalink
  11. final def offJQueryEvent(tpe: String, f: Function1[JQueryEventObject, Any]): Unit

    Permalink
  12. final def offJQueryEvent(tpe: String): Unit

    Permalink
  13. final def on[T <: Event](tpe: EventType[T]): EventAttachments[T]

    Permalink
  14. final def on[T <: Event](tpe: String): EventAttachments[T]

    Permalink
  15. final def onJQueryEvent(tpe: String): JQueryEventAttachments

    Permalink
  16. final def one[T <: Event](tpe: EventType[T])(f: (T) ⇒ Unit): Unit

    Permalink

    Only execute the event once

  17. final def one[T <: Event](tpe: String)(f: (T) ⇒ Unit): Unit

    Permalink

    Only execute the event once

    Only execute the event once

    Note: This is NOT compatible with off()

  18. final def oneJQueryEvent(tpe: String): JQueryEventAttachments

    Permalink
  19. final def removeEventListener[T <: Event](tpe: EventType[T])(f: Function1[T, Unit]): Unit

    Permalink
  20. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from Any

Ungrouped