Dropdown

oxygen.ui.web.component.Dropdown
object Dropdown extends Decorable

Attributes

Graph
Supertypes
class Decorable
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]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Show all
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 extends PropsCompanion

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
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
object form extends Decorable

Attributes

Supertypes
class Decorable
class Object
trait Matchable
class Any
Self type
form.type

Inherited classlikes

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
Show all

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
Show all

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
Show all

Value members

Concrete methods

def apply[S]: Builder1[S]