Td

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait HasChildren[Td]
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