FrontEndElement

org.terminal21.client.components.frontend.FrontEndElement
sealed trait FrontEndElement extends UiElement

Attributes

Graph
Supertypes
class UiElement
trait AnyElement
class Object
trait Matchable
class Any
Known subtypes
class ThemeToggle

Members list

Type members

Inherited types

type This <: UiElement

Attributes

Inherited from:
UiElement

Value members

Inherited methods

def dataStore: TypedMap

Attributes

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

Attributes

Inherited from:
UiElement
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 withDataStore(ds: TypedMap): This

Attributes

Inherited from:
UiElement
def withKey(key: String): This

Attributes

Inherited from:
UiElement