EventHandlerBuilder

oxygen.ui.web.create.EventHandlerBuilder
See theEventHandlerBuilder companion object
sealed abstract class EventHandlerBuilder[Event](key: String)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object onAuxClick
object onBlur
object onChange
object onClick
object onContextMenu
object onDblClick
object onDrag
object onDragEnd
object onDragEnter
object onDragLeave
object onDragOver
object onDragStart
object onDrop
object onFocus
object onKeyDown
object onKeyPress
object onKeyUp
object onMouseDown
object onMouseEnter
object onMouseLeave
object onMouseMove
object onMouseOut
object onMouseOver
object onMouseUp
object onReset
object onSubmit
Show all

Members list

Value members

Concrete methods

final def :=[Env](f: => ZIO[Env & Scope, UIError, Unit]): WidgetE[Env]
final def a[Action]: A[Event, Action]
final def action[Action](a: Action): WidgetA[Action]
final def as[Action, State]: AS[Event, Action, State]
final def e: E[Event]
final def ea[Action]: EA[Event, Action]
final def eas[Action, State]: EAS[Event, Action, State]
final def es[State]: ES[Event, State]
final def handle[Env](f: => ZIO[Env & Scope, UIError, Unit]): WidgetE[Env]
final def s[State]: S[Event, State]
final def setState[State](s: State): WidgetS[State]
final def updateState[State](s: State => State): WidgetS[State]