
BBjRadioGroup
Creation Path
|
+--BBjSysGui
|
+--BBjWindow
|
|
+--BBjRadioGroup
Description
In BBj 5.0 and higher, the BBjRadioGroup object provides methods for manipulating a collection of related GUI radio button controls.
Implemented Interfaces
None.
Creation
A BBjRadioGroup object is created through
the following BBjWindow methods:
Return Value |
Method |
BBjRadioGroup |
|
BBjRadioGroup |
addRadioGroup(BBjVector radioButtons) |
Methods of BBjRadioGroup
Return Value |
Method |
void |
add(BBjRadioButton radioButton!) |
void |
remove(BBjRadioButton radioButton!) |
Events
None.
Remarks
The BBjRadioGroup is the structure that defines the mutual exclusivity of a set of radio buttons, such that selecting one causes all others in the group to become unselected. Radio buttons are also usually set to be in a keyboard navigation group .
Example
rem ' BBjRadioGroup |
See Also
RADIOBUTTON Mnemonic - Create a Radio Button Control
RADIOGROUP Mnemonic - Create a Radio Button Group
CALLBACK Verb - Register BBj Subroutine
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.