Class: com.ibm.btt.rcp.visualbean.BTTToggleButton
Extends:
org.eclipse.swt.widgets.Button
Implements: com.ibm.btt.rcp.visualbean.core.GUIControl
The
BTTToggleButton 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.