Select

org.terminal21.client.components.chakra.Select
case class Select(key: String, placeholder: String, defaultValue: String, bg: Option[String], color: Option[String], borderColor: Option[String], style: Map[String, Any], children: Seq[UiElement], dataStore: TypedMap) extends ChakraElement, HasChildren, CanHandleOnChangeEvent

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait HasChildren
trait HasStyle
trait CEJson
class UiElement
trait AnyElement
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type This = Select

Value members

Concrete methods

def withBg(v: Option[String]): Select
def withBorderColor(v: Option[String]): Select
override def withChildren(cn: UiElement*): This

Attributes

Definition Classes
def withColor(v: Option[String]): Select
override def withDataStore(ds: TypedMap): Select

Attributes

Definition Classes
def withDefaultValue(v: String): Select
def withKey(v: String): This
def withPlaceholder(v: String): Select
override def withStyle(v: Map[String, Any]): This

Attributes

Definition Classes
HasStyle

Inherited methods

Attributes

Inherited from:
HasChildren
def findKey(key: String): UiElement

Attributes

Inherited from:
UiElement
override def flat: Seq[UiElement]

Attributes

Definition Classes
Inherited from:
HasChildren

Attributes

Inherited from:
HasChildren
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def store[V](key: TypedMapKey[V], value: V): This

Attributes

Inherited from:
UiElement
def storedValue[V](key: TypedMapKey[V]): V

Attributes

Inherited from:
UiElement

Attributes

Inherited from:
UiElement
def toSimpleString: String

Attributes

Inherited from:
UiElement
def withStyle(vs: (String, Any)*): This

Attributes

Inherited from:
HasStyle