MeasurementCombobox
A measurement entry control featuring both a pop-up menu and an entry field.
Go to Property Listing | Method Listing
Methods:
addEventListener, getElements, removeEventListener, toSource, toSpecifier
Objects:
Boolean, EventListeners, Events, MeasurementUnits, Number, Object, String
Hierarchy:
Superclass: Widget
Class: MeasurementCombobox
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
read/write |
The default value in an editbox control. Note: Do not specify both edit contents and edit value. If both are specified, the one that occurs later in the script is used. |
||
read/write |
The measurement units to display in the measurement control. |
||
read/write |
The real number default value of the editbox or combobox. Note: For measurement controls, the value is interpreted in points. The points value is converted to edit units when the dialog opens. Note: Do not specify both edit value and edit contents. If both are specified, the one that occurs later in the script is used. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
readonly |
The unique ID of the MeasurementCombobox. |
||
readonly |
The index of the MeasurementCombobox within its containing object. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
read/write |
The amount to increment/decrement the value when a user selects the control and holds down the Shift key while pressing an arrow key on the keyboard. |
||
read/write |
The maximum value that a user is allowed to type in a numeric editbox or combobox. Note: The value for a measurement editbox or combobox is interpreted in points, regardless of the edit units specified for the control. The points value is converted automatically to the edit unit when the dialog is opened. |
||
read/write |
The width of the control. For an editbox or combobox, specifies the minimum width of the box. |
||
read/write |
The minumim value that a user is allowed to type in a numeric editbox or combobox. Note: The value for a measurement editbox or combobox is interpreted in points, regardless of the edit units specified for the control. The points value is converted automatically to the edit unit when the dialog is opened. |
||
readonly |
The parent of the MeasurementCombobox (a DialogColumn, DialogRow, EnablingGroup or BorderPanel). |
||
read/write |
A property that allows setting of several properties at the same time. |
||
read/write |
The amount to increment/decrement the value when the user selects the control and presses an arrow key on the keyboard. |
||
read/write |
The menu items on a dropdown or combobox control, as an array of strings. |
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) |
MeasurementCombobox 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 MeasurementCombobox.
String toSpecifier ()
Retrieves the object specifier.
Object of
Event.parent
EventListener.parent
MutationEvent.parent
Return
MeasurementCombobox.getElements()
MeasurementComboboxes.anyItem()
MeasurementComboboxes.everyItem()
MeasurementComboboxes.nextItem()
MeasurementComboboxes.previousItem()
MeasurementComboboxes.itemByID()
MeasurementComboboxes.itemByRange()
MeasurementComboboxes.firstItem()