InstancesGotoPreviousViewBehavior [] (index:
number)
Returns the GotoPreviousViewBehavior with the specified index.
Parameter | Type | Description |
index | number | The index. |
GotoPreviousViewBehavior add ([withProperties:
Object])
Creates a new GotoPreviousViewBehavior.
Parameter | Type | Description |
withProperties | Object | Initial values for properties of the new GotoPreviousViewBehavior (Optional) |
GotoPreviousViewBehavior anyItem ()
Returns any GotoPreviousViewBehavior in the collection.
number count ()
Displays the number of elements in the GotoPreviousViewBehavior.
Array of GotoPreviousViewBehavior everyItem ()
Returns every GotoPreviousViewBehavior in the collection.
GotoPreviousViewBehavior firstItem ()
Returns the first GotoPreviousViewBehavior in the collection.
GotoPreviousViewBehavior item (index:
varies)
Returns the GotoPreviousViewBehavior with the specified index or name.
Parameter | Type | Description |
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
GotoPreviousViewBehavior itemByID (id:
number)
Returns the GotoPreviousViewBehavior with the specified ID.
Parameter | Type | Description |
id | number | The ID. |
GotoPreviousViewBehavior itemByName (name:
string)
Returns the GotoPreviousViewBehavior with the specified name.
Parameter | Type | Description |
name | string | The name. |
Array of GotoPreviousViewBehavior itemByRange (from:
varies, to:
varies)
Returns the GotoPreviousViewBehaviors within the specified range.
Parameter | Type | Description |
from | GotoPreviousViewBehavior Long Integer String | The GotoPreviousViewBehavior, index, or name at the beginning of the range. Can accept: GotoPreviousViewBehavior, Long Integer or String. |
to | GotoPreviousViewBehavior Long Integer String | The GotoPreviousViewBehavior, index, or name at the end of the range. Can accept: GotoPreviousViewBehavior, Long Integer or String. |
GotoPreviousViewBehavior lastItem ()
Returns the last GotoPreviousViewBehavior in the collection.
GotoPreviousViewBehavior middleItem ()
Returns the middle GotoPreviousViewBehavior in the collection.
GotoPreviousViewBehavior nextItem (obj:
GotoPreviousViewBehavior)
Returns the GotoPreviousViewBehavior whose index follows the specified GotoPreviousViewBehavior in the collection.
Parameter | Type | Description |
obj | GotoPreviousViewBehavior | The GotoPreviousViewBehavior whose index comes before the desired GotoPreviousViewBehavior. |
GotoPreviousViewBehavior previousItem (obj:
GotoPreviousViewBehavior)
Returns the GotoPreviousViewBehavior with the index previous to the specified index.
Parameter | Type | Description |
obj | GotoPreviousViewBehavior | The index of the GotoPreviousViewBehavior that follows the desired GotoPreviousViewBehavior. |
string toSource ()
Generates a string which, if executed, will return the GotoPreviousViewBehavior.
|