Packages

class DefaultReusabilityOverlay extends ReusabilityOverlay with TimerSupport

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultReusabilityOverlay
  2. TimerSupport
  3. OnUnmount
  4. ReusabilityOverlay
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultReusabilityOverlay(arg0: Comp, options: Options)

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. var bad: Vector[String]
    Attributes
    protected
  6. def badCount: Int
    Attributes
    protected
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. val create: Callback
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. var good: Int
    Attributes
    protected
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val highlightUpdate: Callback
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def logBad(reason: String): CallbackTo[Unit]
  18. val logGood: CallbackTo[Unit]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val onClick: Callback
  23. val onMount: CallbackTo[Unit]
  24. final def onUnmount(f: Callback): Callback
    Definition Classes
    OnUnmount
  25. val onUnmount: CallbackTo[Unit]
  26. var overlay: Option[Nodes]
    Attributes
    protected
  27. final def setGuaranteedInterval(f: Callback, interval: FiniteDuration): Callback

    Provides setInterval-like behavior insuring that the time between calls of f is *at least* the timeout.

    Provides setInterval-like behavior insuring that the time between calls of f is *at least* the timeout.

    Definition Classes
    TimerSupport
  28. final def setGuaranteedIntervalMs(f: Callback, intervalInMilliseconds: Double): Callback

    Provides setInterval-like behavior insuring that the time between calls of f is *at least* the timeout.

    Provides setInterval-like behavior insuring that the time between calls of f is *at least* the timeout.

    Definition Classes
    TimerSupport
  29. final def setInterval(f: Callback, period: FiniteDuration): Callback

    Invokes the callback f repeatedly every period.

    Invokes the callback f repeatedly every period.

    Definition Classes
    TimerSupport
  30. final def setIntervalMs(f: Callback, periodInMilliseconds: Double): Callback
    Definition Classes
    TimerSupport
  31. final def setTimeout(f: Callback, timeout: FiniteDuration): Callback

    Invokes the callback f once after a minimum of timeout elapses.

    Invokes the callback f once after a minimum of timeout elapses.

    Definition Classes
    TimerSupport
  32. final def setTimeoutMs(f: Callback, timeoutInMilliseconds: Double): Callback

    Invokes the callback f once after a minimum of timeout elapses.

    Invokes the callback f once after a minimum of timeout elapses.

    Definition Classes
    TimerSupport
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def unmount: Callback
    Definition Classes
    OnUnmount
  36. val update: CallbackTo[Unit]
  37. val updateContent: Callback
  38. val updatePosition: Callback
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  42. def withNodes(f: (Nodes) ⇒ Unit): Callback

Inherited from TimerSupport

Inherited from OnUnmount

Inherited from ReusabilityOverlay

Inherited from AnyRef

Inherited from Any

Ungrouped