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