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