RadiobuttonGroup
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
eventListeners | EventListeners | readonly | A collection of event listeners. |
events | Events | readonly | A collection of events. |
id | number | readonly | The unique ID of the RadiobuttonGroup. |
index | number | readonly | The index of the RadiobuttonGroup within its containing object. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
minWidth | number | r/w | The width of the control. For an editbox or combobox, specifies the minimum width of the box. |
parent | BorderPanelDialogColumn DialogRow EnablingGroup |
readonly | The parent of the RadiobuttonGroup (a DialogColumn, DialogRow, EnablingGroup or BorderPanel). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
radiobuttonControls | RadiobuttonControls | readonly | A collection of individual radiobutton controls. |
selectedButton | number | r/w | The index of the selection in a radiobutton group. |
widgets | Widgets | readonly | A collection of widgets. |
Methods
Instances
EventListener addEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Adds an event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The event type. |
handler | File JavaScript Function | The event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
Array
of RadiobuttonGroup getElements ()
Resolves the object specifier, creating an array of object references.
bool removeEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Removes the event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The registered event type. |
handler | File JavaScript Function | The registered event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
string toSource ()
Generates a string which, if executed, will return the RadiobuttonGroup.
Element of
RadiobuttonControl.parent
Widget.parent
Used in:
RadiobuttonGroup RadiobuttonGroups.nextItem (obj: RadiobuttonGroup)
RadiobuttonGroup RadiobuttonGroups.previousItem (obj: RadiobuttonGroup)
Return
Array of RadiobuttonGroup RadiobuttonGroup.getElements ()
RadiobuttonGroup RadiobuttonGroups.[] (index: number)
RadiobuttonGroup RadiobuttonGroups.add ([withProperties: Object])
RadiobuttonGroup RadiobuttonGroups.anyItem ()
Array of RadiobuttonGroup RadiobuttonGroups.everyItem ()
RadiobuttonGroup RadiobuttonGroups.firstItem ()
RadiobuttonGroup RadiobuttonGroups.item (index: varies)
RadiobuttonGroup RadiobuttonGroups.itemByID (id: number)
Array of RadiobuttonGroup RadiobuttonGroups.itemByRange (from: varies, to: varies)
RadiobuttonGroup RadiobuttonGroups.lastItem ()
RadiobuttonGroup RadiobuttonGroups.middleItem ()
RadiobuttonGroup RadiobuttonGroups.nextItem (obj: RadiobuttonGroup)
RadiobuttonGroup RadiobuttonGroups.previousItem (obj: RadiobuttonGroup)
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |