Start changeButtongroup tag

The following is the basic syntax of the buttongroup tag :

<RADIOBUTTON name=name>

where name identifies the button group programmatically.

The buttongroup tag can be expanded with the following elements:
<BUTTONGROUP name=name>
	<DATACLASS>class_name</DATACLASS>
	<ATTRIBUTE>attribute_name</ATTRIBUTE>
</BUTTONGROUP>
ATTRIBUTEVALUEDESCRIPTION
<DATACLASS> class_name Expresses the state of the button group.
<ATTRIBUTE> attribute_name Specifies whether or not the button has been selected.

GETTOR PROTOCOLS:
String get<attribute_name>()
where the return value is the name of the button component that should be selected

SETTOR PROTOCOLS:
void set<attribute_name>(String selected)
where selected identifies the name of the button component that is currently selected.
The buttongroup tag supports the radio button and check box components within the dataclass and attribute tags. However, the button group does not support the deselected tag for buttons. End change


[ Legal | AS/400 Glossary ]