EnablingGroup
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
angleComboboxes | AngleComboboxes | readonly | A collection of angle comboboxes. |
angleEditboxes | AngleEditboxes | readonly | A collection of angle editboxes. |
borderPanels | BorderPanels BorderPanel | readonly | A collection of border panels. |
checkboxControls | CheckboxControls CheckboxControl | readonly | A collection of checkbox controls. |
checkedState | bool | r/w | If true, the control is checked by default in the dialog. |
dialogColumns | DialogColumns DialogColumn | readonly | A collection of dialog columns. |
dropdowns | Dropdowns Dropdown | readonly | A collection of dropdowns. |
enablingGroups | EnablingGroups EnablingGroup | readonly | A collection of enabling groups. |
eventListeners | EventListeners EventListener | readonly | A collection of event listeners. |
events | Events Event | readonly | A collection of events. |
id | number | readonly | The unique ID of the EnablingGroup. |
index | number | readonly | The index of the EnablingGroup within its containing object. |
integerComboboxes | IntegerComboboxes | readonly | A collection of integer comboboxes. |
integerEditboxes | IntegerEditboxes | readonly | A collection of integer editboxes. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
measurementComboboxes | MeasurementComboboxes | readonly | A collection of measurement comboboxes. |
measurementEditboxes | MeasurementEditboxes | readonly | A collection of measurement editboxes. |
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 EnablingGroup (a DialogColumn, DialogRow, EnablingGroup or BorderPanel). |
percentComboboxes | PercentComboboxes | readonly | A collection of percent comboboxes. |
percentEditboxes | PercentEditboxes | readonly | A collection of percent editboxes. |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
radiobuttonGroups | RadiobuttonGroups RadiobuttonGroup | readonly | A collection of radiobutton groups. |
realComboboxes | RealComboboxes | readonly | A collection of real number comboboxes. |
realEditboxes | RealEditboxes | readonly | A collection of real number editboxes. |
staticLabel | string | r/w | Text that appears in the EnablingGroup. |
staticTexts | StaticTexts StaticText | readonly | A collection of static text objects. |
textEditboxes | TextEditboxes | readonly | A collection of text editboxes. |
widgets | Widgets Widget | 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 EnablingGroup 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 EnablingGroup.
Element of
AngleCombobox.parent
AngleEditbox.parent
BorderPanel.parent
CheckboxControl.parent
DialogColumn.parent
Dropdown.parent
EnablingGroup.parent
IntegerCombobox.parent
IntegerEditbox.parent
MeasurementCombobox.parent
MeasurementEditbox.parent
PercentCombobox.parent
PercentEditbox.parent
RadiobuttonGroup.parent
RealCombobox.parent
RealEditbox.parent
StaticText.parent
TextEditbox.parent
Used in:
EnablingGroup EnablingGroups.nextItem (obj: EnablingGroup)
EnablingGroup EnablingGroups.previousItem (obj: EnablingGroup)
Return
Array of EnablingGroup EnablingGroup.getElements ()
EnablingGroup EnablingGroups.[] (index: number)
EnablingGroup EnablingGroups.add ([withProperties: Object])
EnablingGroup EnablingGroups.anyItem ()
Array of EnablingGroup EnablingGroups.everyItem ()
EnablingGroup EnablingGroups.firstItem ()
EnablingGroup EnablingGroups.item (index: varies)
EnablingGroup EnablingGroups.itemByID (id: number)
Array of EnablingGroup EnablingGroups.itemByRange (from: varies, to: varies)
EnablingGroup EnablingGroups.lastItem ()
EnablingGroup EnablingGroups.middleItem ()
EnablingGroup EnablingGroups.nextItem (obj: EnablingGroup)
EnablingGroup EnablingGroups.previousItem (obj: EnablingGroup)
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |