ItemControl

data class ItemControl(var name: String, var i18nName: String?, var type: ItemControlType, var currentValue: ItemCurrentValue, var buttonValue: String?, var buttonIcon: MobileIcon?, var toggleOnValue: String?, var toggleOnIcon: MobileIcon?, var toggleOffValue: String?, var toggleOffIcon: MobileIcon?, var labelIcon: MobileIcon?, var choiceType: ItemControlChoiceType?, var choiceOptions: List<ItemChoiceOption>?, var max: Double?, var min: Double?, var step: Double?, var sliderMaxIcon: MobileIcon?, var sliderMinIcon: MobileIcon?) : Parcelable

Constructors

Link copied to clipboard
constructor(name: String, i18nName: String?, type: ItemControlType, currentValue: ItemCurrentValue, buttonValue: String?, buttonIcon: MobileIcon?, toggleOnValue: String?, toggleOnIcon: MobileIcon?, toggleOffValue: String?, toggleOffIcon: MobileIcon?, labelIcon: MobileIcon?, choiceType: ItemControlChoiceType?, choiceOptions: List<ItemChoiceOption>?, max: Double?, min: Double?, step: Double?, sliderMaxIcon: MobileIcon?, sliderMinIcon: MobileIcon?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var max: Double?
Link copied to clipboard
var min: Double?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var step: Double?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun isSelected(itemChoiceOption: ItemChoiceOption): Boolean
Link copied to clipboard
fun setCurrentValue(newValue: Any)
Link copied to clipboard
Link copied to clipboard

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)