A collection of goto next view behavior objects.
Methods
GotoNextViewBehavioradd ([withProperties:
Object])
Creates a new GotoNextViewBehavior.
| Parameter | Type | Description |
|---|---|---|
| withProperties | Object | Initial values for properties of the new GotoNextViewBehavior (Optional) |
GotoNextViewBehavioranyItem ()
Returns any GotoNextViewBehavior in the collection.
number count ()
Displays the number of elements in the GotoNextViewBehavior.
Array of GotoNextViewBehavioreveryItem ()
Returns every GotoNextViewBehavior in the collection.
GotoNextViewBehaviorfirstItem ()
Returns the first GotoNextViewBehavior in the collection.
GotoNextViewBehavioritem (index:
any)
Returns the GotoNextViewBehavior with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
GotoNextViewBehavioritemByID (id:
number)
Returns the GotoNextViewBehavior with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
GotoNextViewBehavioritemByName (name:
string)
Returns the GotoNextViewBehavior with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of GotoNextViewBehavioritemByRange (from:
any, to:
any)
Returns the GotoNextViewBehaviors within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | GotoNextViewBehavior Long Integer String |
The GotoNextViewBehavior, index, or name at the beginning of the range. Can accept: GotoNextViewBehavior, Long Integer or String. |
| to | GotoNextViewBehavior Long Integer String |
The GotoNextViewBehavior, index, or name at the end of the range. Can accept: GotoNextViewBehavior, Long Integer or String. |
GotoNextViewBehaviorlastItem ()
Returns the last GotoNextViewBehavior in the collection.
GotoNextViewBehaviormiddleItem ()
Returns the middle GotoNextViewBehavior in the collection.
GotoNextViewBehaviornextItem (obj:
GotoNextViewBehavior)
Returns the GotoNextViewBehavior whose index follows the specified GotoNextViewBehavior in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | GotoNextViewBehavior | The GotoNextViewBehavior whose index comes before the desired GotoNextViewBehavior. |
GotoNextViewBehaviorpreviousItem (obj:
GotoNextViewBehavior)
Returns the GotoNextViewBehavior with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | GotoNextViewBehavior | The index of the GotoNextViewBehavior that follows the desired GotoNextViewBehavior. |
string toSource ()
Generates a string which, if executed, will return the GotoNextViewBehavior.