onClick

oxygen.ui.web.create.onClick
object onClick extends EventHandlerBuilder[MouseEvent]

Attributes

Graph
Supertypes
class EventHandlerBuilder[MouseEvent]
class Object
trait Matchable
class Any
Self type
onClick.type

Members list

Value members

Concrete methods

def push(page: RoutablePage[_])(using ev: Unit <:< page.Params): Widget
def push(page: RoutablePage[_])(params: page.Params): Widget
def render[Env](page: NonRoutablePage[Env])(using ev: Unit <:< page.Params): WidgetE[Env]
def render[Env](page: NonRoutablePage[Env])(params: page.Params): WidgetE[Env]
def replace(page: RoutablePage[_])(using ev: Unit <:< page.Params): Widget
def replace(page: RoutablePage[_])(params: page.Params): Widget

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
EventHandlerBuilder
final def es[State]: ES[MouseEvent, 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[MouseEvent, 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