Packages

c

io.scalajs.npm.angularjs.toaster

ToasterEnhancements

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)

    toaster

    the given Toaster service instance

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def danger(title: String, body: String, timeout: Long): ToasterInstance
    Annotations
    @inline()
  6. def danger(title: String, body: String): ToasterInstance
    Annotations
    @inline()
  7. def danger(title: String): ToasterInstance
    Annotations
    @inline()
  8. def error(title: String, body: String, timeout: Long): ToasterInstance
    Annotations
    @inline()
  9. def error(title: String, body: String): ToasterInstance
    Annotations
    @inline()
  10. def error(title: String): ToasterInstance
    Annotations
    @inline()
  11. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  12. def info(title: String, body: String, timeout: Long): ToasterInstance
    Annotations
    @inline()
  13. def info(title: String, body: String): ToasterInstance
    Annotations
    @inline()
  14. def info(title: String): ToasterInstance
    Annotations
    @inline()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def success(title: String, body: String, timeout: Long): ToasterInstance
    Annotations
    @inline()
  17. def success(title: String, body: String): ToasterInstance
    Annotations
    @inline()
  18. def success(title: String): ToasterInstance
    Annotations
    @inline()
  19. def toString(): String
    Definition Classes
    Any
  20. val toaster: Toaster
  21. def warning(title: String, body: String, timeout: Long): ToasterInstance
    Annotations
    @inline()
  22. def warning(title: String, body: String): ToasterInstance
    Annotations
    @inline()
  23. def warning(title: String): ToasterInstance
    Annotations
    @inline()

Inherited from AnyVal

Inherited from Any

Ungrouped