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