Radio Button Group
Places several radiobuttons in tabular form. Only one radiobutton can be on at any given time.
· columnCount
Defines the amount of columns in which the radiobuttons are divided.
Example
If the columnCount is set to 3 and you define 7 radiobuttons the result is:

· currentItem
Defines the item which has the focus.
· id
Identification name of the radioButtonGroup.
· onClick
Defines the event handling method that will be processed when the user clicks on one radio button. If 'onClick' is specified, the event handling routine is called.
· selection
Specifies the key of the radioButton that is on in the radioButtonGroup.
· verticalAlign
Sets the vertical alignment of the radiobutton column and the text column.
Attributes |
M |
Values |
Usage |
columncount |
|
Numeric (1) |
Taglib Classlib |
currentItem |
|
Numeric (1) |
Taglib Classlib |
id |
* |
String (cs) |
Taglib Classlib |
selection |
|
String (cs) |
Taglib Classlib |
verticalAlign |
|
- |
Taglib Classlib |
Events |
M |
Values |
Usage |
onClick |
|
String (cs) |
Taglib Classlib |
using the taglib
<hbj:radioButtonGroup |
using the classlib
Form form = (Form) this.getForm(); |
