Builder3

oxygen.ui.web.component.Dropdown.Builder3
class Builder3[A, S](showF: S => String, onSelectF: (RaiseHandler[Any, A], Option[S]) => ZIO[Scope, UIError, Unit])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Builder2[S]
class Builder1[S]

Members list

Value members

Concrete methods

final def apply(decorator: Decorator): WidgetAS[A, State[S]]
final def apply(decorator: Decorator => Decorator): WidgetAS[A, State[S]]
final def apply(): WidgetAS[A, State[S]]
final def decorate(decorator: Decorator): WidgetAS[A, State[S]]
final def decorate(decorator: Decorator => Decorator): WidgetAS[A, State[S]]
final def default: WidgetAS[A, State[S]]