Dropdown

oxygen.ui.web.component.Dropdown
object Dropdown

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Dropdown.type

Members list

Type members

Classlikes

class Builder1[S] extends Builder2[S]

Attributes

Supertypes
class Builder2[S]
class Builder3[Nothing, S]
class Object
trait Matchable
class Any
class Builder2[S](showF: S => String) extends Builder3[Nothing, S]

Attributes

Supertypes
class Builder3[Nothing, S]
class Object
trait Matchable
class Any
Known subtypes
class Builder1[S]
class Builder3[A, S](showF: S => String, onSelectF: (RaiseHandler[Any, A], Option[S]) => ZIO[Scope, UIError, Unit])

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Builder2[S]
class Builder1[S]
final class Decorator extends DecoratorBuilder

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Decorator extends DecoratorBuilder

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Decorator.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Decorator
object Decorator
final case class Props(_width: String, _optionsMaxHeight: String, _displayFGColor: String, _displayBGColor: String, _selectedFGColor: String, _selectedBGColor: CSSColor, _notSelectedFGColor: String, _notSelectedBGColor: CSSColor, _hoverTransform: ColorTransform, _displayPadding: Padding, _optionPadding: Padding, _externalBorderSize: String, _internalBorderSize: String, _displayBorderRadius: String, _optionsBorderRadius: String, _externalBorderColor: String, _internalBorderColor: String, _fontSize: String, _mod: NodeModifier, _closeOnMouseLeave: Boolean, _displayMod: NodeModifier, _selectedOptionMod: NodeModifier, _notSelectedOptionMod: NodeModifier, _displayNone: String, _showSetNone: Specified[String])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Props

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Props.type
final case class State[S](options: Seq[S], selected: Option[S], expanded: Boolean)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object State

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
State.type

Value members

Concrete methods

def apply[S]: Builder1[S]