Event Xbp3State():selected Foundation

Three state Button is selected.

Syntax
:selected := {| nValue, uNIL, self | ... }
:selected ( nValue ) --> self
xbeP_Selected (1048912)
Parameters
<nValue>
<nValue> is the current value in the edit buffer of a three state button. 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 after a three state button is selected by the user clicking the left mouse button, or using the space bar if the Xbp3State 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.