onReset

oxygen.ui.web.create.onReset
object onReset extends EventHandlerBuilder[Event]

Attributes

Graph
Supertypes
class EventHandlerBuilder[Event]
class Object
trait Matchable
class Any
Self type
onReset.type

Members list

Value members

Inherited methods

final def :=[Env](f: => ZIO[Env & Scope, UIError, Unit]): WidgetE[Env]

Attributes

Inherited from:
EventHandlerBuilder
final def a[Action]: A[Event, Action]

Attributes

Inherited from:
EventHandlerBuilder
final def action[Action](a: Action): WidgetA[Action]

Attributes

Inherited from:
EventHandlerBuilder
final def as[Action, State]: AS[Event, Action, State]

Attributes

Inherited from:
EventHandlerBuilder
final def e: E[Event]

Attributes

Inherited from:
EventHandlerBuilder
final def ea[Action]: EA[Event, Action]

Attributes

Inherited from:
EventHandlerBuilder
final def eas[Action, State]: EAS[Event, Action, State]

Attributes

Inherited from:
EventHandlerBuilder
final def es[State]: ES[Event, State]

Attributes

Inherited from:
EventHandlerBuilder
final def handle[Env](f: => ZIO[Env & Scope, UIError, Unit]): WidgetE[Env]

Attributes

Inherited from:
EventHandlerBuilder
final def s[State]: S[Event, State]

Attributes

Inherited from:
EventHandlerBuilder
final def setState[State](s: State): WidgetS[State]

Attributes

Inherited from:
EventHandlerBuilder
final def updateState[State](s: State => State): WidgetS[State]

Attributes

Inherited from:
EventHandlerBuilder