EnablingGroups
A collection of enabling groups.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
EnablingGroup [] (index:Number)
Returns the EnablingGroup with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
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 LongInteger String)
Returns the EnablingGroup with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
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 |
The ID. |
EnablingGroup itemByRange (from:Varies EnablingGroup LongInteger String, to:Varies EnablingGroup LongInteger String)
Returns the EnablingGroups within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The EnablingGroup, index, or name at the beginning of the range. Can accept: EnablingGroup, Long Integer or String. |
to |
LongInteger |
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 |
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.
Object of
DialogColumn.enablingGroups
EnablingGroup.enablingGroups
BorderPanel.enablingGroups
DialogRow.enablingGroups