QuickTabs

org.terminal21.client.components.chakra.QuickTabs
case class QuickTabs(key: String, style: Map[String, Any], tabs: Seq[String | Seq[UiElement]], tabPanels: Seq[Seq[UiElement]], dataStore: TypedMap) extends UiComponent, HasStyle

Attributes

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

Members list

Type members

Types

type This = QuickTabs

Value members

Concrete methods

override def withDataStore(ds: TypedMap): This

Attributes

Definition Classes
override def withKey(key: String): QuickTabs

Attributes

Definition Classes
override def withStyle(v: Map[String, Any]): QuickTabs

Attributes

Definition Classes
HasStyle
def withTabPanels(tabPanels: Seq[UiElement]*): QuickTabs
def withTabs(tabs: String | Seq[UiElement]*): QuickTabs

Inherited methods

def findKey(key: String): UiElement

Attributes

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

Attributes

Returns

this element along all it's children flattened

Definition Classes
Inherited from:
UiComponent
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
protected def subKey(suffix: String): String

Attributes

Inherited from:
UiComponent

Attributes

Inherited from:
UiElement
def toSimpleString: String

Attributes

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

Attributes

Inherited from:
HasStyle

Concrete fields

lazy override val rendered: Seq[UiElement]