Tab

interface Tab : Fragment

A Tab contains a Selectable button, that is bound to a block of content (a Container usually). Whenever the Tab is Selectable.isSelected the block of content becomes visible and the Tab will display a label instead of the button. Deselecting a Tab usually happens when another Tab becomes selected.

See also

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

isSelected
Link copied to clipboard
common
open var isSelected: Boolean
key
Link copied to clipboard
common
open val key: String
root
Link copied to clipboard
common
abstract val root: Component
The Component this Fragment contains.
tabButton
Link copied to clipboard
common
abstract val tabButton: RadioButton

Inheritors

DefaultTab
Link copied to clipboard

Sources

(source)
Link copied to clipboard