Th

org.terminal21.client.components.chakra.Th
case class Th(key: String, var text: String, isNumeric: Boolean, var children: Seq[UiElement], var style: Map[String, Any]) extends ChakraElement, HasChildren[Th]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait HasChildren[Th]
trait HasStyle
trait UiElement
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def addChildren(e: UiElement*): A

Attributes

Inherited from:
HasChildren
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def render()(using session: ConnectedSession): Unit

Attributes

Inherited from:
UiElement
def withChildren(cn: UiElement*): A

Attributes

Inherited from:
HasChildren