Builder1

oxygen.ui.web.component.Dropdown.Builder1
class Builder1[S] extends Builder2[S]

Attributes

Graph
Supertypes
class Builder2[S]
class Builder3[Nothing, S]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

final def show(f: S => String): Builder2[S]
final def toStringShow: Builder2[S]
final def usingShow(using ev: Show[S]): Builder2[S]

Inherited methods

final def apply(): WidgetAS[Nothing, State[S]]

Attributes

Inherited from:
Builder3
final def apply(decorator: Decorator => Decorator): WidgetAS[Nothing, State[S]]

Attributes

Inherited from:
Builder3
final def apply(decorator: Decorator): WidgetAS[Nothing, State[S]]

Attributes

Inherited from:
Builder3
final def decorate(decorator: Decorator => Decorator): WidgetAS[Nothing, State[S]]

Attributes

Inherited from:
Builder3
final def decorate(decorator: Decorator): WidgetAS[Nothing, State[S]]

Attributes

Inherited from:
Builder3
final def default: WidgetAS[Nothing, State[S]]

Attributes

Inherited from:
Builder3
final def onSelectRaise: Builder3[Option[S], S]

Attributes

Inherited from:
Builder2
final def onSelectSomeRaise: Builder3[S, S]

Attributes

Inherited from:
Builder2