Class: com.ibm.dse.gui.SpRadioButton
Extends: java.swing.JRadioButton
The
SpRadioButton class has the following properties:
- helpId: Identifier for the online help function. The help text associated
with this property is shown when the Help key is pressed. If this property
is not defined, the HelpId of the panel where the button is located is used.
If that panel's helpId property is not defined, the parent panels are searched
recursively until the property is found or the DSECoordinatedPanel is reached.
If the helpID value is not found at the DSECoordinatedPanel, null is used.
- navigationParameters: An object that contains properties to facilitate
navigation between views. (For more information about this object see NavigationParameters
object description.) Only the properties that are needed for the specified
type are significant (see the type property, below).
- type: Specifies the type of button. Possible values are Default, OK, Clear,
Close, Repeat, Euro, EMUCurrency, Help, Previous View, Next View, Undo, Cancel,
Open View, None, and Execute Operation.
- value: The value that is used in the operation view to link between an
SpButtonGroup and the related data element.