GotoPreviousViewBehaviors
A collection of goto previous view behavior objects.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
GotoPreviousViewBehavior [] (index:Number)
Returns the GotoPreviousViewBehavior with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
GotoPreviousViewBehavior add (withProperties:Object)
Creates a new GotoPreviousViewBehavior.
Parameter |
Type |
Description |
---|---|---|
withProperties |
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.
GotoPreviousViewBehavior everyItem ()
Returns every GotoPreviousViewBehavior in the collection.
GotoPreviousViewBehavior firstItem ()
Returns the first GotoPreviousViewBehavior in the collection.
GotoPreviousViewBehavior item (index:Varies LongInteger String)
Returns the GotoPreviousViewBehavior with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
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 |
The ID. |
GotoPreviousViewBehavior itemByName (name:String)
Returns the GotoPreviousViewBehavior with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
GotoPreviousViewBehavior itemByRange (from:Varies GotoPreviousViewBehavior LongInteger String, to:Varies GotoPreviousViewBehavior LongInteger String)
Returns the GotoPreviousViewBehaviors within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The GotoPreviousViewBehavior, index, or name at the beginning of the range. Can accept: GotoPreviousViewBehavior, Long Integer or String. |
to |
LongInteger |
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 |
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 |
The index of the GotoPreviousViewBehavior that follows the desired GotoPreviousViewBehavior. |
String toSource ()
Generates a string which, if executed, will return the GotoPreviousViewBehavior.
Object of
Button.gotoPreviousViewBehaviors
CheckBox.gotoPreviousViewBehaviors
ComboBox.gotoPreviousViewBehaviors
ListBox.gotoPreviousViewBehaviors
RadioButton.gotoPreviousViewBehaviors
TextBox.gotoPreviousViewBehaviors
SignatureField.gotoPreviousViewBehaviors