Radio Button Set events
aboutToCloseWidget
The aboutToCloseWidget event signals that the part is about to be closed.
If you need to perform any actions just before the window closes, connect the aboutToCloseWidget event of the Window part to an action in your part.
aboutToMapWidget
The aboutToMapWidget event signals that the part is about to be shown on the screen. If you need to take any actions or set any visual attributes on the part before it is shown, connect to this event. If you hide and show the part rather than closing and opening it (typically for performance reasons), you can use this event to refresh the part data before it appears.
aboutToOpenWidget
The aboutToOpenWidget event signals that the part is about to be opened. This event is signaled just before the part is displayed on the screen.
If you need to perform any actions just before the window opens, connect the aboutToOpenWidget event of the Window part to an action in your part.
aboutToUnmapWidget
The aboutToUnmapWidget event signals that the part is about to be hidden.
backgroundColor
The backgroundColor event signals the part that the background color has changed.
borderWidth
The borderWidth event signals the part that the width of the border, specified in pixels, has changed.
closedWidget
The closedWidget event signals that the part has been closed.
configuredWidget
The configuredWidget event signals that the part has been moved or resized.
destroyedPart
The destroyedPart event signals that the part and its children have been destroyed. Any system resources associated with the destroyed parts have been released.
disabledIndices
The disabledIndices event signals the part that the index of disabled items has changed.
disabledItems
The disabledItems event signals the part that a collection of items have been disabled.
dragDropSpec
For more information on the dragDropSpec event, refer to ***.
enabled
The enabled event signals that the part is available for selection.
fontName
The fontName event signals the part which font to use for the text displayed in the part.
foregroundColor
The foregroundColor event signals the part the name of the RGB color, to use, for the foreground of the part.
framingSpec
The framingSpec event signals the part that the edge specifications for the part have changed. The edge specifications determine the width, height, and position of the part.
helpFile
A helpFile event indicates that a signal is sent to the part that the help file associated with the part has changed
helpKeysId
A helpKeysId event indicates that the ID of the keys, help has associated with the part, has changed. The ID can be a string or an integer value.
helpRequested
The helpRequested event signals that help has been requested. You can connect the helpRequested event to an action that displays your own help, such as a message box. If the action you connect this event to does not return nil, default help processing occurs, using the specified help file and help topic.
helpTitle
A helpTitle event signals the part that the title of the help window associated with that part has changed
helpTopicId
The helpTopicId event signals a change in the ID of the help topic associated with the part. The ID can be a string or an integer.
items
An items event signals that the collection of items to display in the part has changed.
itemsConvertError
The itemsConvertError event signals that an error occurred while attempting to convert the items from their specified data type to their displayable format.
mappedWhenManaged
The mappedWhenManaged event signals the part to be visible if the mappedWhenManaged attribute has been set to true.
mappedWidget
The mappedWidget event signals that the part has been shown on the screen.
marginHeight
The marginHeight event sends a signal to the part that the amount of vertical space between the part and its children has changed.
marginWidth
A marginWidth event indicates a change in the amount of horizontal space between the part and its children that are not attached.
numColumns
The numColumns event signals the part that the number of columns, of radio buttons, in the set has changed.
openedWidget
The openedWidget event signals that the part has been opened and displayed on the screen.
selectedItem
The selectedItem event signals the part that the item that is currently selected has changed.
selectedItemChanged
The selectedItemChanged event signals that an item was selected.
selectionIndex
The selectionIndex event signals the part that the index for the collection of items of the part has changed.
selectionIndexChanged
The selectionIndexChanged event signals that the index of a new selected item has changed.
selectionIsValid
An event of selectionIsValid signals the part that the current valid selection of the part has changed.
self
A self event indicates that the value of the target part itself has changed.
spacing
A spacing event signals that a change in distance between the elements of the part has occurred.
tabGroup
A tabGroup event signals the part that it is included as a tab stop and can be accessed via the Tab or Backtab keys
traversalOn
The traversalOn property specifies whether users can access the part using the cursor movement keys. If the part is specified as a tab stop by using the tabGroup property, users also can use the Tab and Backtab keys to access the part.
unmappedWidget
The unmappedWidget event signals that the part is about to be hidden.
vertical
A vertical event indicates that the part has a vertical, rather than a horizontal, orientation.
Last modified date: 01/29/2015