Input

org.terminal21.client.components.std.Input
case class Input(key: String, `type`: String, defaultValue: String, style: Map[String, Any], dataStore: TypedMap) extends StdElement, CanHandleOnChangeEvent

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StdElement
trait HasStyle
trait StdEJson
class UiElement
trait AnyElement
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type This = Input

Value members

Concrete methods

override def withDataStore(ds: TypedMap): Input

Attributes

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

Attributes

Definition Classes
HasStyle
def withType(v: String): Input

Inherited methods

def findKey(key: String): UiElement

Attributes

Inherited from:
UiElement
def flat: Seq[UiElement]

Attributes

Returns

this element along all it's children flattened

Inherited from:
UiElement
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