HeaderSection

abstract class HeaderSection(view: View) : Section

Displays the header view, if any, in the upper most part of a Step.

Inheritors

Constructors

Link copied to clipboard
constructor(view: View)

Properties

Link copied to clipboard
abstract val layoutResId: Int

Functions

Link copied to clipboard
abstract fun setHeaderVisibility(isShown: Boolean = true)

Sets the visibility of the HeaderSection

Link copied to clipboard
abstract fun setTitle(title: String)

Set the title of the HeaderSection