DialogColumn
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 | readonly | A collection of border panels. |
checkboxControls | CheckboxControls | readonly | A collection of checkbox controls. |
dialogRows | DialogRows | readonly | A collection of dialog rows. |
dropdowns | Dropdowns | readonly | A collection of dropdowns. |
enablingGroups | EnablingGroups | readonly | A collection of enabling groups. |
eventListeners | EventListeners | readonly | A collection of event listeners. |
events | Events | readonly | A collection of events. |
id | number | readonly | The unique ID of the DialogColumn. |
index | number | readonly | The index of the DialogColumn 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. |
parent | BorderPanelDialog DialogRow EnablingGroup |
readonly | The parent of the DialogColumn (a Dialog, 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 | readonly | A collection of radiobutton groups. |
realComboboxes | RealComboboxes | readonly | A collection of real number comboboxes. |
realEditboxes | RealEditboxes | readonly | A collection of real number editboxes. |
staticTexts | StaticTexts | readonly | A collection of static text objects. |
textEditboxes | TextEditboxes | readonly | A collection of text editboxes. |
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 DialogColumn 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 DialogColumn.
Element of
DialogRow.parent
Used in:
DialogColumn DialogColumns.nextItem (obj: DialogColumn)
DialogColumn DialogColumns.previousItem (obj: DialogColumn)
Return
Array of DialogColumn DialogColumn.getElements ()
DialogColumn DialogColumns.[] (index: number)
DialogColumn DialogColumns.add ([withProperties: Object])
DialogColumn DialogColumns.anyItem ()
Array of DialogColumn DialogColumns.everyItem ()
DialogColumn DialogColumns.firstItem ()
DialogColumn DialogColumns.item (index: varies)
DialogColumn DialogColumns.itemByID (id: number)
Array of DialogColumn DialogColumns.itemByRange (from: varies, to: varies)
DialogColumn DialogColumns.lastItem ()
DialogColumn DialogColumns.middleItem ()
DialogColumn DialogColumns.nextItem (obj: DialogColumn)
DialogColumn DialogColumns.previousItem (obj: DialogColumn)
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |