A collection of enabling groups.
Go to Property Listing | Method Listing
add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The number of objects in the collection. |
EnablingGroup add (withProperties:Object)
Creates a new EnablingGroup.
|
Parameter |
Type |
Description |
|---|---|---|
|
withProperties |
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.
EnablingGroup everyItem ()
Returns every EnablingGroup in the collection.
EnablingGroup firstItem ()
Returns the first EnablingGroup in the collection.
EnablingGroup item (index:Varies Long String)
Returns the EnablingGroup with the specified index or name.
|
Parameter |
Type |
Description |
|---|---|---|
|
index |
Long |
The index or name. Can accept: Long or String. |
EnablingGroup itemByID (id:Number)
Returns the EnablingGroup with the specified ID.
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
The ID. |
EnablingGroup itemByName (name:String)
Returns the EnablingGroup with the specified name.
|
Parameter |
Type |
Description |
|---|---|---|
|
name |
The name. |
EnablingGroup itemByRange (from:Varies EnablingGroup Long String, to:Varies EnablingGroup Long String)
Returns the EnablingGroups within the specified range.
|
Parameter |
Type |
Description |
|---|---|---|
|
from |
Long |
The EnablingGroup, index, or name at the beginning of the range. Can accept: EnablingGroup, Long or String. |
|
to |
Long |
The EnablingGroup, index, or name at the end of the range. Can accept: EnablingGroup, Long 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 |
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 |
The index of the EnablingGroup that follows the desired EnablingGroup. |
String toSource ()
Generates a string which, if executed, will return the EnablingGroup.
DialogColumn.enablingGroups
EnablingGroup.enablingGroups
BorderPanel.enablingGroups
DialogRow.enablingGroups