GotoNextPageBehaviors
A collection of goto next 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 GotoNextPageBehavior.
GotoNextPageBehavior add( Object withProperties )
Creates a new GotoNextPageBehavior.
Parameters
GotoNextPageBehavior item( Mixed index )
Returns the GotoNextPageBehavior with the specified index or name.
Parameters
GotoNextPageBehavior itemByName( String name )
Returns the GotoNextPageBehavior with the specified name.
Parameters
GotoNextPageBehavior itemByID( Number id )
Returns the GotoNextPageBehavior with the specified ID.
Parameters
GotoNextPageBehavior itemByRange( Mixed from, Mixed to )
Returns the GotoNextPageBehaviors within the specified range.
Parameters
GotoNextPageBehavior firstItem()
Returns the first GotoNextPageBehavior in the collection.
GotoNextPageBehavior lastItem()
Returns the last GotoNextPageBehavior in the collection.
GotoNextPageBehavior middleItem()
Returns the middle GotoNextPageBehavior in the collection.
GotoNextPageBehavior previousItem( GotoNextPageBehavior obj )
Returns the GotoNextPageBehavior with the index previous to the specified index.
Parameters
GotoNextPageBehavior nextItem( GotoNextPageBehavior obj )
Returns the GotoNextPageBehavior whose index follows the specified GotoNextPageBehavior in the collection.
Parameters
GotoNextPageBehavior anyItem()
Returns any GotoNextPageBehavior in the collection.
GotoNextPageBehavior everyItem()
Returns every GotoNextPageBehavior in the collection.
String toSource()
Generates a string which, if executed, will return the GotoNextPageBehavior.
GotoNextPageBehavior []( Number index )
Returns the GotoNextPageBehavior with the specified index.