GotoPreviousPageBehaviors
A collection of goto previous page 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
GotoPreviousPageBehavior [] (index:Number)
Returns the GotoPreviousPageBehavior with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
GotoPreviousPageBehavior add (withProperties:Object)
Creates a new GotoPreviousPageBehavior.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new GotoPreviousPageBehavior (Optional) |
GotoPreviousPageBehavior anyItem ()
Returns any GotoPreviousPageBehavior in the collection.
Number count ()
Displays the number of elements in the GotoPreviousPageBehavior.
GotoPreviousPageBehavior everyItem ()
Returns every GotoPreviousPageBehavior in the collection.
GotoPreviousPageBehavior firstItem ()
Returns the first GotoPreviousPageBehavior in the collection.
GotoPreviousPageBehavior item (index:Varies LongInteger String)
Returns the GotoPreviousPageBehavior with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
GotoPreviousPageBehavior itemByID (id:Number)
Returns the GotoPreviousPageBehavior with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
GotoPreviousPageBehavior itemByName (name:String)
Returns the GotoPreviousPageBehavior with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
GotoPreviousPageBehavior itemByRange (from:Varies GotoPreviousPageBehavior LongInteger String, to:Varies GotoPreviousPageBehavior LongInteger String)
Returns the GotoPreviousPageBehaviors within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The GotoPreviousPageBehavior, index, or name at the beginning of the range. Can accept: GotoPreviousPageBehavior, Long Integer or String. |
to |
LongInteger |
The GotoPreviousPageBehavior, index, or name at the end of the range. Can accept: GotoPreviousPageBehavior, Long Integer or String. |
GotoPreviousPageBehavior lastItem ()
Returns the last GotoPreviousPageBehavior in the collection.
GotoPreviousPageBehavior middleItem ()
Returns the middle GotoPreviousPageBehavior in the collection.
GotoPreviousPageBehavior nextItem (obj:GotoPreviousPageBehavior)
Returns the GotoPreviousPageBehavior whose index follows the specified GotoPreviousPageBehavior in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The GotoPreviousPageBehavior whose index comes before the desired GotoPreviousPageBehavior. |
GotoPreviousPageBehavior previousItem (obj:GotoPreviousPageBehavior)
Returns the GotoPreviousPageBehavior with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the GotoPreviousPageBehavior that follows the desired GotoPreviousPageBehavior. |
String toSource ()
Generates a string which, if executed, will return the GotoPreviousPageBehavior.
Object of
Button.gotoPreviousPageBehaviors
CheckBox.gotoPreviousPageBehaviors
ComboBox.gotoPreviousPageBehaviors
ListBox.gotoPreviousPageBehaviors
RadioButton.gotoPreviousPageBehaviors
TextBox.gotoPreviousPageBehaviors
SignatureField.gotoPreviousPageBehaviors