DialogColumn
A borderless column for containing controls in a dialog.
Go to Property Listing | Method Listing
Methods:
addEventListener, getElements, removeEventListener, toSource, toSpecifier
Objects:
AngleComboboxes, AngleEditboxes, Boolean, BorderPanels, CheckboxControls, DialogRows, Dropdowns, EnablingGroups, EventListeners, Events, IntegerComboboxes, IntegerEditboxes, MeasurementComboboxes, MeasurementEditboxes, Number, Object, PercentComboboxes, PercentEditboxes, RadiobuttonGroups, RealComboboxes, RealEditboxes, StaticTexts, TextEditboxes, Widgets
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
A collection of angle comboboxes. |
||
readonly |
A collection of angle editboxes. |
||
readonly |
A collection of border panels. |
||
readonly |
A collection of checkbox controls. |
||
readonly |
A collection of dialog rows. |
||
readonly |
A collection of dropdowns. |
||
readonly |
A collection of enabling groups. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
readonly |
The unique ID of the DialogColumn. |
||
readonly |
The index of the DialogColumn within its containing object. |
||
readonly |
A collection of integer comboboxes. |
||
readonly |
A collection of integer editboxes. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
readonly |
A collection of measurement comboboxes. |
||
readonly |
A collection of measurement editboxes. |
||
readonly |
The parent of the DialogColumn (a Dialog, DialogRow, EnablingGroup or BorderPanel). |
||
readonly |
A collection of percent comboboxes. |
||
readonly |
A collection of percent editboxes. |
||
read/write |
A property that allows setting of several properties at the same time. |
||
readonly |
A collection of radiobutton groups. |
||
readonly |
A collection of real number comboboxes. |
||
readonly |
A collection of real number editboxes. |
||
readonly |
A collection of static text objects. |
||
readonly |
A collection of text editboxes. |
||
readonly |
A collection of widgets. |
Method Listing
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The event type. |
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
DialogColumn getElements ()
Resolves the object specifier, creating an array of object references.
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The registered event type. |
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
String toSource ()
Generates a string which, if executed, will return the DialogColumn.
String toSpecifier ()
Retrieves the object specifier.
Object of
AngleCombobox.parent
AngleEditbox.parent
BorderPanel.parent
CheckboxControl.parent
DialogRow.parent
Dropdown.parent
EnablingGroup.parent
Event.parent
EventListener.parent
IntegerCombobox.parent
IntegerEditbox.parent
MeasurementCombobox.parent
MeasurementEditbox.parent
MutationEvent.parent
PercentCombobox.parent
PercentEditbox.parent
RadiobuttonGroup.parent
RealCombobox.parent
RealEditbox.parent
StaticText.parent
TextEditbox.parent
Widget.parent