PageMessages

oxygen.ui.web.PageMessages
See thePageMessages companion class
object PageMessages

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
PageLocal.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def -(message: PageMessage)(using pi: Untyped): UIO[Unit]
def --(messages: IterableOnce[PageMessage])(using pi: Untyped): UIO[Unit]
def :+(message: PageMessage)(using pi: Untyped): UIO[Unit]
def :++(messages: IterableOnce[PageMessage])(using pi: Untyped): UIO[Unit]
def add(message: PageMessage)(using pi: Untyped): UIO[Unit]
def addAll(messages: IterableOnce[PageMessage])(using pi: Untyped): UIO[Unit]
def remove(message: PageMessage)(using pi: Untyped): UIO[Unit]
def removeAll(messages: IterableOnce[PageMessage])(using pi: Untyped): UIO[Unit]
def schedule(message: PageMessage, duration: Duration)(using pi: Untyped): UIO[Unit]