RecyclerBasicElementConfigurator

interface RecyclerBasicElementConfigurator<CD, SD>

Interface for configuring a RecyclerBasicElementController for a RecyclerPanelContainerControllerAdapter.

Parameters

CD

The type of the panel container data that is visualized by the panel container.

SD

The type of the panel sub-container data. The data is derived from the panel container data.

Functions

Link copied to clipboard
abstract fun <BD> configure(basicElementController: RecyclerBasicElementController<CD, SD, BD>)