DropdownSpec

data class DropdownSpec(    val api_path: IdentifierSpec,     @StringRes val label: Int,     val items: List<DropdownItemSpec>) : FormItemSpec, RequiredItemSpec

Constructors

Link copied to clipboard
fun DropdownSpec(    api_path: IdentifierSpec,     @StringRes label: Int,     items: List<DropdownItemSpec>)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
fun transform(initialValues: Map<IdentifierSpec, String?> = mapOf()): SectionElement
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
open override val api_path: IdentifierSpec
Link copied to clipboard
val items: List<DropdownItemSpec>
Link copied to clipboard
val label: Int