A2uiBasicCatalogV1.ChoicePicker.Option

class A2uiBasicCatalogV1.ChoicePicker.Option


A selectable option within a ChoicePicker component.

Summary

Public constructors

Option(label: String, value: String)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

String

the evaluated text shown for the option

String

the stable value reported when the option is selected

Public constructors

Option

Added in 1.0.0-alpha01
Option(label: String, value: String)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

label

Added in 1.0.0-alpha01
val labelString

the evaluated text shown for the option

value

Added in 1.0.0-alpha01
val valueString

the stable value reported when the option is selected