A radio button is a two-state button that can be
either checked or unchecked. When the radio button is unchecked, the user can
press or click it to check it.
Radio buttons are normally used together in a
Radio buttons are normally used together in a
RadioGroup
. When several radio buttons live inside a radio group, checking
one radio button unchecks all the others.
Public Constructors
|
|||||||||||
RadioButton(Context context)
|
|||||||||||
RadioButton(Context context, AttributeSet
attrs)
|
|||||||||||
RadioButton(Context context, AttributeSet
attrs, int defStyle)
|
Public Methods
|
|||||||||||
void
|
onPopulateAccessibilityEvent(AccessibilityEvent event)
|
||||||||||
void
|
toggle()
|
No comments:
Post a Comment