Class: com.ibm.btt.rcp.visualbean.BTTRadioButton
Extends:
org.eclipse.swt.widgets.Button
Implements:
- com.ibm.btt.rcp.visualbean.core.GUIControl
- org.eclipse.swt.events.SelectionListener
The BTTRadioButton class has the following properties:
- BTT_activatedOkKey: boolean. If true, focus on the button, and OK button
exists in the composite or its parent composite, the composite fires the same
CoordinationEvent as Ok button is clicked when OkKey is pressed.
- BTT_helpID: Identifier for the help function. The static method showHelp(String
helpId) is called with this property as input when the Help key is pressed.
If this property is not defined, the HelpId of the composite where the button
is located is used. If that composite's helpId property is not defined, the
parent composites are searched recursively until the property is found or
the BTTCoordinatedComp is reached. If the helpID value is not found at the
BTTCoordinatedComp, null is used.
- BTT_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).
- BTT_type: Specifies the type of button. Possible values are Default, OK,
Clear, Close, Repeat, Euro, EMU Currency, Help, Previous View, Next View,
Undo, Cancel, Open View, None, Close_Navigation, and Execute Operation.
- BTT_value: The value that is used in the operation view to link between
an BTTButtonGroup and the related data element.