InstancesGotoNextViewBehavior [] (index:
number)
Returns the GotoNextViewBehavior with the specified index.
Parameter | Type | Description |
index | number | The index. |
GotoNextViewBehavior add ([withProperties:
Object])
Creates a new GotoNextViewBehavior.
Parameter | Type | Description |
withProperties | Object | Initial values for properties of the new GotoNextViewBehavior (Optional) |
GotoNextViewBehavior anyItem ()
Returns any GotoNextViewBehavior in the collection.
number count ()
Displays the number of elements in the GotoNextViewBehavior.
Array of GotoNextViewBehavior everyItem ()
Returns every GotoNextViewBehavior in the collection.
GotoNextViewBehavior firstItem ()
Returns the first GotoNextViewBehavior in the collection.
GotoNextViewBehavior item (index:
varies)
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. |
GotoNextViewBehavior itemByID (id:
number)
Returns the GotoNextViewBehavior with the specified ID.
Parameter | Type | Description |
id | number | The ID. |
GotoNextViewBehavior itemByName (name:
string)
Returns the GotoNextViewBehavior with the specified name.
Parameter | Type | Description |
name | string | The name. |
Array of GotoNextViewBehavior itemByRange (from:
varies, to:
varies)
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. |
GotoNextViewBehavior lastItem ()
Returns the last GotoNextViewBehavior in the collection.
GotoNextViewBehavior middleItem ()
Returns the middle GotoNextViewBehavior in the collection.
GotoNextViewBehavior nextItem (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. |
GotoNextViewBehavior previousItem (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.
|