Builder2

oxygen.ui.web.component.Dropdown.Builder2
class Builder2[S](showF: S => String) extends Builder3[Nothing, S]

Attributes

Graph
Supertypes
class Builder3[Nothing, S]
class Object
trait Matchable
class Any
Known subtypes
class Builder1[S]

Members list

Value members

Concrete methods

final def onSelectRaise: Builder3[Option[S], S]
final def onSelectSomeRaise: Builder3[S, 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