Item Control
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard