CardDetailsSectionElement

class CardDetailsSectionElement(val context: Context, initialValues: Map<IdentifierSpec, String?>, viewOnlyFields: Set<IdentifierSpec>, val identifier: IdentifierSpec, val controller: CardDetailsSectionController = CardDetailsSectionController(context, initialValues, viewOnlyFields)) : FormElement

Constructors

Link copied to clipboard
fun CardDetailsSectionElement(context: Context, initialValues: Map<IdentifierSpec, String?>, viewOnlyFields: Set<IdentifierSpec>, identifier: IdentifierSpec, controller: CardDetailsSectionController = CardDetailsSectionController(context, initialValues, viewOnlyFields))

Functions

Link copied to clipboard
Link copied to clipboard
open override fun getTextFieldIdentifiers(): Flow<List<IdentifierSpec>>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val identifier: IdentifierSpec