MdSecondaryTab

open class MdSecondaryTab(text: String, active: Boolean = false, className: String? = null, init: MdSecondaryTab.() -> Unit? = null) : MdTab

Secondary tabs are used within a content area to further separate related content and establish hierarchy.

Author

Maanrifa Bacar Ali

Constructors

Link copied to clipboard
constructor(text: String, active: Boolean = false, className: String? = null, init: MdSecondaryTab.() -> Unit? = null)

Properties

Link copied to clipboard
var active: <Error class: unknown class>

Whether or not the tab is selected.

Link copied to clipboard
open var parent: <Error class: unknown class>?
Link copied to clipboard
var text: <Error class: unknown class>

The label of the tab.

Functions

Link copied to clipboard
open fun afterCreate(node: <Error class: unknown class>)
Link copied to clipboard
open fun buildAttributeSet(attributeSetBuilder: <Error class: unknown class>)
Link copied to clipboard
open fun dispose()
Link copied to clipboard
open override fun icon(component: <Error class: unknown class>?)
Link copied to clipboard

Sets the icon identified by name to the icon slot.

Link copied to clipboard
open override fun render(): <Error class: unknown class>