setHeaderAndFooter

abstract fun setHeaderAndFooter(header: Component, footer: Component)

Sets the header and footer of the tab list to the given header and footer values.

To reset the header or footer, use Component.empty.

Parameters

header

the header

footer

the footer