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