EnterpriseSelectionControl

interface EnterpriseSelectionControl

Types

Companion
Link copied to clipboard
object Companion

Properties

colorSelectorRes
Link copied to clipboard
abstract var colorSelectorRes: Int
compoundButton
Link copied to clipboard
abstract var compoundButton: CompoundButton?
compoundDrawablePaddingRes
Link copied to clipboard
abstract var compoundDrawablePaddingRes: Int
drawableSelectorRes
Link copied to clipboard
abstract var drawableSelectorRes: Int
groupLabel
Link copied to clipboard
abstract var groupLabel: String?
nestedParentCount
Link copied to clipboard
abstract var nestedParentCount: Int
overrideNestedParentCountRes
Link copied to clipboard
abstract var overrideNestedParentCountRes: Int
textAppearanceDisabledStyleRes
Link copied to clipboard
abstract var textAppearanceDisabledStyleRes: Int
textAppearanceEnabledStyleRes
Link copied to clipboard
abstract var textAppearanceEnabledStyleRes: Int

Functions

appendGroupContentDescription
Link copied to clipboard
open fun appendGroupContentDescription(@StringRes() groupLabelRes: Int)
open fun appendGroupContentDescription(groupLabel: String?)
Appends the provided label string to end of the selection control's Content Description.
init
Link copied to clipboard
open fun init(attrs: AttributeSet?)
updateTextAppearance
Link copied to clipboard
open fun updateTextAppearance()

Inheritors

EnterpriseCheckbox
Link copied to clipboard
EnterpriseRadioButton
Link copied to clipboard