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