Dropdowns
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Dropdown [] (index:
number)
Returns the Dropdown with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Dropdown add ([withProperties:
Object])
Creates a new Dropdown.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new Dropdown (Optional) |
Dropdown anyItem ()
Returns any Dropdown in the collection.
number count ()
Displays the number of elements in the Dropdown.
Array of Dropdown everyItem ()
Returns every Dropdown in the collection.
Dropdown firstItem ()
Returns the first Dropdown in the collection.
Dropdown item (index:
any)
Returns the Dropdown with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Dropdown itemByID (id:
number)
Returns the Dropdown with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
Dropdown itemByName (name:
string)
Returns the Dropdown with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of Dropdown itemByRange (from:
any, to:
any)
Returns the Dropdowns within the specified range.
Parameter | Type | Description |
---|---|---|
from | Dropdown Long Integer String | The Dropdown, index, or name at the beginning of the range. Can accept: Dropdown, Long Integer or String. |
to | Dropdown Long Integer String | The Dropdown, index, or name at the end of the range. Can accept: Dropdown, Long Integer or String. |
Dropdown lastItem ()
Returns the last Dropdown in the collection.
Dropdown middleItem ()
Returns the middle Dropdown in the collection.
Dropdown nextItem (obj:
Dropdown)
Returns the Dropdown whose index follows the specified Dropdown in the collection.
Parameter | Type | Description |
---|---|---|
obj | Dropdown | The Dropdown whose index comes before the desired Dropdown. |
Dropdown previousItem (obj:
Dropdown)
Returns the Dropdown with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | Dropdown | The index of the Dropdown that follows the desired Dropdown. |
string toSource ()
Generates a string which, if executed, will return the Dropdown.
Element of
BorderPanel.dropdowns
DialogColumn.dropdowns
DialogRow.dropdowns
EnablingGroup.dropdowns
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |