ComponentView

A View that can display input and fill in details for a Component.

Inheritors

Functions

Link copied to clipboard
abstract fun getView(): View
Link copied to clipboard

Highlight and focus on the current validation errors for the user to take action. If the component doesn't need validation or if everything is already valid, nothing will happen.

Link copied to clipboard
abstract fun initView(delegate: ComponentDelegate, coroutineScope: CoroutineScope, localizedContext: Context)

This function will be called when the component is attached and the view is ready to get initialized.