Class

io.scalajs.npm.angularjs.toaster

ToasterEnhancements

Related Doc: package toaster

Permalink

implicit final class ToasterEnhancements extends AnyVal

Toaster Enhancements

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ToasterEnhancements
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ToasterEnhancements(toaster: Toaster)

    Permalink

    toaster

    the given Toaster service instance

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 asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def danger(title: String, body: String, timeout: Long): ToasterInstance

    Permalink
    Annotations
    @inline()
  6. def danger(title: String, body: String): ToasterInstance

    Permalink
    Annotations
    @inline()
  7. def danger(title: String): ToasterInstance

    Permalink
    Annotations
    @inline()
  8. def error(title: String, body: String, timeout: Long): ToasterInstance

    Permalink
    Annotations
    @inline()
  9. def error(title: String, body: String): ToasterInstance

    Permalink
    Annotations
    @inline()
  10. def error(title: String): ToasterInstance

    Permalink
    Annotations
    @inline()
  11. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  12. def info(title: String, body: String, timeout: Long): ToasterInstance

    Permalink
    Annotations
    @inline()
  13. def info(title: String, body: String): ToasterInstance

    Permalink
    Annotations
    @inline()
  14. def info(title: String): ToasterInstance

    Permalink
    Annotations
    @inline()
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def success(title: String, body: String, timeout: Long): ToasterInstance

    Permalink
    Annotations
    @inline()
  17. def success(title: String, body: String): ToasterInstance

    Permalink
    Annotations
    @inline()
  18. def success(title: String): ToasterInstance

    Permalink
    Annotations
    @inline()
  19. def toString(): String

    Permalink
    Definition Classes
    Any
  20. val toaster: Toaster

    Permalink

    the given Toaster service instance

  21. def warning(title: String, body: String, timeout: Long): ToasterInstance

    Permalink
    Annotations
    @inline()
  22. def warning(title: String, body: String): ToasterInstance

    Permalink
    Annotations
    @inline()
  23. def warning(title: String): ToasterInstance

    Permalink
    Annotations
    @inline()

Inherited from AnyVal

Inherited from Any

Ungrouped