Class: AbstractRadioButton

AbstractRadioButton

Provides common implementation details for radio buttons.

Constructor

new AbstractRadioButton()

Source:

Extends

Members

_active :boolean

Whether the user is pressing the radio button.
Type:
  • boolean
Source:

_enabled :boolean

Whether this radio button is enabled.
Type:
  • boolean
Source:

checked :boolean

Whether this radio button is checked.
Type:
  • boolean
Source:

handlePress

Handle press event from press composer
Source:

radioButtonController :RadioButtonController

The radio button controller that ensures that only one radio button in its `content` is `checked` at any time.
Type:
Source:

Events

action

Dispatched when the radio button is activated through a mouse click, finger tap, or when focused and the spacebar is pressed.
Parameters:
Name Type Description
event Event
Source:

action

Dispatched when the button is activated through a mouse click, finger tap, or when focused and the spacebar is pressed.
Type:
  • Event
Properties:
Name Type Description
detail Map pass custom data in this property
Overrides:
Source: