Tabs

org.terminal21.client.components.chakra.Tabs
case class Tabs(key: String, defaultIndex: Int, variant: Option[String], align: Option[String], colorScheme: Option[String], size: Option[String], isFitted: Option[Boolean], style: Map[String, Any], children: Seq[UiElement], dataStore: TypedMap) extends ChakraElement, HasChildren

Attributes

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

Members list

Type members

Types

type This = Tabs

Value members

Concrete methods

def withAlign(v: Option[String]): Tabs
override def withChildren(cn: UiElement*): This

Attributes

Definition Classes
def withColorScheme(v: Option[String]): Tabs
override def withDataStore(ds: TypedMap): This

Attributes

Definition Classes
def withIsFitted(v: Option[Boolean]): Tabs
def withKey(v: String): This
def withSize(v: Option[String]): Tabs
override def withStyle(v: Map[String, Any]): This

Attributes

Definition Classes
HasStyle
def withVariant(v: Option[String]): Tabs

Inherited methods

Attributes

Inherited from:
HasChildren
def findKey(key: String): UiElement

Attributes

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

Attributes

Definition Classes
Inherited from:
HasChildren

Attributes

Inherited from:
HasChildren
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

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

Attributes

Inherited from:
HasStyle