ButtonFooterSection

A FooterSection with a button whose purpose is usually to navigate to the following step.

Constructors

Link copied to clipboard
constructor(view: View)

Properties

Link copied to clipboard
open override val layoutResId: Int

Functions

Link copied to clipboard
open override fun onClick(action: () -> Unit)

Passes listener that is called when the view was clicked.

Link copied to clipboard
open override fun setButtonState(state: TriState)

Sets the tri-state button view state.

Link copied to clipboard
open override fun setEnableButton(isEnabled: Boolean)

Sets the boolean button view state.

Link copied to clipboard
open override fun setTitle(title: String)

Sets the title string of the view.