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