PageLocal

oxygen.ui.web.PageMessages.PageLocal

Attributes

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

Members list

Value members

Inherited methods

def attach[Env, Action](f: WidgetState[PageMessages] => Stateful[Env, Action, PageMessages]): Stateless[Env, Action]

Attributes

Inherited from:
PageLocalState
def detach[Env, Action, InnerStateGet, InnerStateSet <: InnerStateGet](f: WidgetState[PageMessages] => PWidget[Env, Action, InnerStateGet, InnerStateSet]): PWidget[Env, Action, InnerStateGet, InnerStateSet]

Attributes

Inherited from:
PageLocalState
final def get(pageInstance: Untyped): UIO[PageMessages]

Attributes

Inherited from:
PageLocalState
final def set(pageInstance: Untyped)(value: PageMessages): UIO[Unit]

Attributes

Inherited from:
PageLocalState
final def toState(using pageInstance: Untyped): WidgetState[PageMessages]

Attributes

Inherited from:
PageLocalState
final def update(pageInstance: Untyped)(f: PageMessages => PageMessages): UIO[Unit]

Attributes

Inherited from:
PageLocalState

Inherited fields

final val name: String

Attributes

Inherited from:
PageLocalState