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