GotoPageBehaviors
A collection of go to page behavior objects.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the GotoPageBehavior.
GotoPageBehavior add( Object withProperties )
Creates a new GotoPageBehavior.
Parameters
Type Name Description 
GotoPageBehavior item( Mixed index )
Returns the GotoPageBehavior with the specified index or name.
Parameters
Type Name Description 
GotoPageBehavior itemByName( String name )
Returns the GotoPageBehavior with the specified name.
Parameters
Type Name Description 
GotoPageBehavior itemByID( Number id )
Returns the GotoPageBehavior with the specified ID.
Parameters
Type Name Description 
GotoPageBehavior itemByRange( Mixed from, Mixed to )
Returns the GotoPageBehaviors within the specified range.
Parameters
Type Name Description 
GotoPageBehavior firstItem()
Returns the first GotoPageBehavior in the collection.
GotoPageBehavior lastItem()
Returns the last GotoPageBehavior in the collection.
GotoPageBehavior middleItem()
Returns the middle GotoPageBehavior in the collection.
GotoPageBehavior previousItem( GotoPageBehavior obj )
Returns the GotoPageBehavior with the index previous to the specified index.
Parameters
Type Name Description 
GotoPageBehavior nextItem( GotoPageBehavior obj )
Returns the GotoPageBehavior whose index follows the specified GotoPageBehavior in the collection.
Parameters
Type Name Description 
GotoPageBehavior anyItem()
Returns any GotoPageBehavior in the collection.
GotoPageBehavior everyItem()
Returns every GotoPageBehavior in the collection.
String toSource()
Generates a string which, if executed, will return the GotoPageBehavior.
GotoPageBehavior []( Number index )
Returns the GotoPageBehavior with the specified index.
Parameters
Type Name Description