GotoPreviousViewBehaviors

A collection of goto previous view behavior objects.

Methods

GotoPreviousViewBehavioradd ([withProperties:
Object])
Creates a new GotoPreviousViewBehavior.

Parameter Type Description
withProperties Object Initial values for properties of the new GotoPreviousViewBehavior (Optional)

GotoPreviousViewBehavioranyItem ()
Returns any GotoPreviousViewBehavior in the collection.

number count ()
Displays the number of elements in the GotoPreviousViewBehavior.

Array of GotoPreviousViewBehavioreveryItem ()
Returns every GotoPreviousViewBehavior in the collection.

GotoPreviousViewBehaviorfirstItem ()
Returns the first GotoPreviousViewBehavior in the collection.

GotoPreviousViewBehavioritem (index:
any)
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.

GotoPreviousViewBehavioritemByID (id:
number)
Returns the GotoPreviousViewBehavior with the specified ID.

Parameter Type Description
id number The ID.

GotoPreviousViewBehavioritemByName (name:
string)
Returns the GotoPreviousViewBehavior with the specified name.

Parameter Type Description
name string The name.

Array of GotoPreviousViewBehavioritemByRange (from:
any, to:
any)
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.

GotoPreviousViewBehaviorlastItem ()
Returns the last GotoPreviousViewBehavior in the collection.

GotoPreviousViewBehaviormiddleItem ()
Returns the middle GotoPreviousViewBehavior in the collection.

GotoPreviousViewBehaviornextItem (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.

GotoPreviousViewBehaviorpreviousItem (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.

Element of:

Button.gotoPreviousViewBehaviors
FormField.gotoPreviousViewBehaviors

Leave a Comment

Previous post:

Next post: