SimpleDropdownConfig

class SimpleDropdownConfig(@StringRes label: Int, items: List<DropdownItemSpec>) : DropdownConfig

Functions

Link copied to clipboard
open override fun convertFromRaw(rawValue: String): String

This will convert the field to a raw value to use in the parameter map

Link copied to clipboard
open override fun convertToRaw(displayName: String): String?

This will convert from a raw value used in the parameter map to a disiplayValue

Link copied to clipboard
open override fun getDisplayItems(): List<String>

This is the list of displayable items to show in the drop down

Properties

Link copied to clipboard
open override val debugLabel: String

This is a label for debug logs

Link copied to clipboard
open override val label: Int

This is the label to describe the field