ChakraElement

org.terminal21.client.components.chakra.ChakraElement
sealed trait ChakraElement extends CEJson, HasStyle

Attributes

Graph
Supertypes
trait HasStyle
trait CEJson
class UiElement
trait AnyElement
class Object
trait Matchable
class Any
Show all
Known subtypes
class AddIcon
class Alert
class AlertIcon
class AlertTitle
class ArrowUpIcon
class AtSignIcon
class Badge
class BellIcon
class Box
class Breadcrumb
class Button
class ButtonGroup
class CalendarIcon
class Center
class ChatIcon
class CheckIcon
class Checkbox
class Circle
class CloseIcon
class Code
class CopyIcon
class DeleteIcon
class DownloadIcon
class EditIcon
class Editable
class EmailIcon
class FormControl
class FormLabel
class HStack
class Image
class InfoIcon
class Input
class InputGroup
class Link
class LinkIcon
class ListItem
class LockIcon
class Menu
class MenuButton
class MenuDivider
class MenuItem
class MenuList
class MinusIcon
class MoonIcon
class Option_
class OrderedList
class PhoneIcon
class Progress
class QuestionIcon
class Radio
class RadioGroup
class RepeatIcon
class Search2Icon
class SearchIcon
class Select
class SettingsIcon
class SimpleGrid
class SmallAddIcon
class SpinnerIcon
class Square
class StarIcon
class SunIcon
class Switch
class Tab
class TabList
class TabPanel
class TabPanels
class Table
class TableCaption
class Tabs
class Tbody
class Td
class Text
class Textarea
class Tfoot
class Th
class Thead
class TimeIcon
class Tooltip
class Tr
class UnlockIcon
class UpDownIcon
class VStack
class ViewIcon
class ViewOffIcon
class WarningIcon
Show all

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
def style: Map[String, Any]

Attributes

Inherited from:
HasStyle

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
def withStyle(vs: (String, Any)*): This

Attributes

Inherited from:
HasStyle
def withStyle(v: Map[String, Any]): This

Attributes

Inherited from:
HasStyle