Class/Object

japgolly.scalajs.react.extra

DefaultReusabilityOverlay

Related Docs: object DefaultReusabilityOverlay | package extra

Permalink

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)

    Permalink

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. var bad: Vector[String]

    Permalink
    Attributes
    protected
  6. def badCount: Int

    Permalink
    Attributes
    protected
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val create: Callback

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. var good: Int

    Permalink
    Attributes
    protected
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. val highlightUpdate: Callback

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def logBad(reason: String): CallbackTo[Unit]

    Permalink
  18. val logGood: CallbackTo[Unit]

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. val onClick: Callback

    Permalink
  23. val onMount: CallbackTo[Unit]

    Permalink
  24. final def onUnmount(f: Callback): Callback

    Permalink
    Definition Classes
    OnUnmount
  25. val onUnmount: CallbackTo[Unit]

    Permalink
  26. var overlay: Option[Nodes]

    Permalink
    Attributes
    protected
  27. final def setGuaranteedInterval(f: Callback, interval: FiniteDuration): Callback

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink
    Definition Classes
    TimerSupport
  31. final def setTimeout(f: Callback, timeout: FiniteDuration): Callback

    Permalink

    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

    Permalink

    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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def unmount: Callback

    Permalink
    Definition Classes
    OnUnmount
  36. val update: CallbackTo[Unit]

    Permalink
  37. val updateContent: Callback

    Permalink
  38. val updatePosition: Callback

    Permalink
  39. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withNodes(f: (Nodes) ⇒ Unit): Callback

    Permalink

Inherited from TimerSupport

Inherited from OnUnmount

Inherited from ReusabilityOverlay

Inherited from AnyRef

Inherited from Any

Ungrouped