FooterSection

abstract class FooterSection(view: View) : Section

Displays the footer view, if any, in the bottom 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 onClick(action: () -> Unit)

Passes listener that is called when the view was clicked.

Link copied to clipboard
abstract fun setButtonState(state: TriState)

Sets the tri-state button view state.

Link copied to clipboard
abstract fun setEnableButton(isEnabled: Boolean)

Sets the boolean button view state.

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

Sets the title string of the view.