Adds an event listener.
Object
DialogColumn
A borderless column for containing controls in a dialog.
Hierarchy
BorderPanel | Dialog | DialogRow | EnablingGroup
DialogColumn
AngleCombobox | AngleEditbox | BorderPanel | CheckboxControl | DialogRow | Dropdown | EnablingGroup | IntegerCombobox | IntegerEditbox | MeasurementCombobox | MeasurementEditbox | PercentCombobox | PercentEditbox | RadiobuttonGroup | RealCombobox | RealEditbox | StaticText | TextEditbox | Widget
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| AngleComboboxes |
readonly | A collection of angle comboboxes. | |
| AngleEditboxes |
readonly | A collection of angle editboxes. | |
| BorderPanels |
readonly | A collection of border panels. | |
| CheckboxControls |
readonly | A collection of checkbox controls. | |
| DialogRows |
readonly | A collection of dialog rows. | |
| Dropdowns |
readonly | A collection of dropdowns. | |
| EnablingGroups |
readonly | A collection of enabling groups. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Number | readonly | The unique ID of the DialogColumn. | |
| Number | readonly | The index of the DialogColumn within its containing object. | |
| IntegerComboboxes |
readonly | A collection of integer comboboxes. | |
| IntegerEditboxes |
readonly | A collection of integer editboxes. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| MeasurementComboboxes |
readonly | A collection of measurement comboboxes. | |
| MeasurementEditboxes |
readonly | A collection of measurement editboxes. | |
| DialogRow | EnablingGroup | BorderPanel | Dialog | readonly | The parent of the DialogColumn (a Dialog, DialogRow, EnablingGroup or BorderPanel). | |
| PercentComboboxes |
readonly | A collection of percent comboboxes. | |
| PercentEditboxes |
readonly | A collection of percent editboxes. | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| RadiobuttonGroups |
readonly | A collection of radiobutton groups. | |
| RealComboboxes |
readonly | A collection of real number comboboxes. | |
| RealEditboxes |
readonly | A collection of real number editboxes. | |
| StaticTexts |
readonly | A collection of static text objects. | |
| TextEditboxes |
readonly | A collection of text editboxes. | |
| Widgets |
readonly | A collection of widgets. |
Methods
→ DialogColumn[]
Resolves the object specifier, creating an array of object references.
→ Boolean
Removes the event listener.
→ String
Generates a string which, if executed, will return the DialogColumn.
→ String
Retrieves the object specifier.
Object of 22
Properties elsewhere that hold a DialogColumn.
AngleCombobox.parentAngleEditbox.parentBorderPanel.parentCheckboxControl.parentDialogRow.parentDropdown.parentEnablingGroup.parentEvent.parentEventListener.parentIntegerCombobox.parentIntegerEditbox.parentMeasurementCombobox.parentMeasurementEditbox.parentMutationEvent.parentPercentCombobox.parentPercentEditbox.parentRadiobuttonGroup.parentRealCombobox.parentRealEditbox.parentStaticText.parentTextEditbox.parentWidget.parent
Parameter of 3
Method parameters that accept a DialogColumn.
Return 13
Methods that return a DialogColumn.
DialogColumn.getElements()DialogColumns.[]()DialogColumns.add()DialogColumns.anyItem()DialogColumns.everyItem()DialogColumns.firstItem()DialogColumns.item()DialogColumns.itemByID()DialogColumns.itemByRange()DialogColumns.lastItem()DialogColumns.middleItem()DialogColumns.nextItem()DialogColumns.previousItem()