Event XbpRadioButton():selected Foundation

Radiobutton has been selected.

Syntax
:selected := {| lCheck, uNIL, self | ... }
:selected ( <lCheck> ) --> self
xbeP_Selected (1048912)
Parameters
<lCheck>
<lCheck> is the current value in the edit buffer of a radiobutton. This is the value stored when the callback method is executed.
Return

This method returns the object executing the method (self).

Description

The xbeP_Selected event is generated when the radiobutton changes its state from "not selected" to "selected". This occurs when the user clicks the radiobutton with the left mouse button, or using the space bar if the XbpRadioButton object has input focus. The value is changed in the edit buffer when this event occurs.

Within the callback code block or the callback method, the current value in the edit buffer is usually retrieved using the method :getData(). If a data code block is contained in the instance variable :dataLink, it is executed.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.