ButtonGroup

org.terminal21.client.components.chakra.ButtonGroup
case class ButtonGroup(key: String, variant: Option[String], spacing: Option[String], size: Option[String], width: Option[String], height: Option[String], border: Option[String], borderColor: Option[String], style: Map[String, Any], children: Seq[UiElement]) extends ChakraElement[ButtonGroup], HasChildren[ButtonGroup]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CEJson
trait UiElement
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withBorder(v: Option[String]): ButtonGroup
def withBorderColor(v: Option[String]): ButtonGroup
override def withChildren(cn: UiElement*): ButtonGroup

Attributes

Definition Classes
def withHeight(v: Option[String]): ButtonGroup
def withKey(v: String): ButtonGroup
def withSize(v: Option[String]): ButtonGroup
def withSpacing(v: Option[String]): ButtonGroup
override def withStyle(v: Map[String, Any]): ButtonGroup

Attributes

Definition Classes
def withVariant(v: Option[String]): ButtonGroup
def withWidth(v: Option[String]): ButtonGroup

Inherited methods

def addChildren(cn: UiElement*): A

Attributes

Inherited from:
HasChildren
def current(using session: ConnectedSession): A

Attributes

Inherited from:
Current
override def flat: Seq[UiElement]

Attributes

Definition Classes
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 renderChanges()(using session: ConnectedSession): Unit

Renders any changes for this element and it's children (if any). The element must previously have been added to the session.

Renders any changes for this element and it's children (if any). The element must previously have been added to the session.

Attributes

Inherited from:
UiElement
def withStyle(vs: (String, Any)*): A

Attributes

Inherited from:
HasStyle