Instance Properties
Name | Description | Access |
---|---|---|
length | number The number of objects in the collection. | read-only |
Methods
add( | [withProperties]) |
→ GotoNextViewBehavior |
count( | ) |
→ number |
item( | index) |
→ GotoNextViewBehavior |
itemByID( | id) |
→ GotoNextViewBehavior |
itemByName( | name) |
→ GotoNextViewBehavior |
itemByRange( | from, to) |
→ GotoNextViewBehavior |
nextItem( | obj) |
→ GotoNextViewBehavior |
previousItem( | obj) |
→ GotoNextViewBehavior |
toSource( | ) |
→ string |
-
add( [withProperties])→ GotoNextViewBehavior -
Creates a new GotoNextViewBehavior.
withProperties
Object Initial values for properties of the new GotoNextViewBehavior (Optional) -
anyItem( )→ GotoNextViewBehavior -
Returns any GotoNextViewBehavior in the collection.
-
count( )→ number -
Displays the number of elements in the GotoNextViewBehavior.
-
everyItem( )→ GotoNextViewBehavior -
Returns every GotoNextViewBehavior in the collection.
-
firstItem( )→ GotoNextViewBehavior -
Returns the first GotoNextViewBehavior in the collection.
-
item( index)→ GotoNextViewBehavior -
Returns the GotoNextViewBehavior with the specified index or name.
index
The index or name. Can accept: Long Integer or String. -
itemByID( id)→ GotoNextViewBehavior -
Returns the GotoNextViewBehavior with the specified ID.
id
number The ID. -
itemByName( name)→ GotoNextViewBehavior -
Returns the GotoNextViewBehavior with the specified name.
name
string The name. -
itemByRange( from, to)→ GotoNextViewBehavior -
Returns the GotoNextViewBehaviors within the specified range.
from
The GotoNextViewBehavior, index, or name at the beginning of the range. Can accept: GotoNextViewBehavior, Long Integer or String. to
The GotoNextViewBehavior, index, or name at the end of the range. Can accept: GotoNextViewBehavior, Long Integer or String. -
lastItem( )→ GotoNextViewBehavior -
Returns the last GotoNextViewBehavior in the collection.
-
middleItem( )→ GotoNextViewBehavior -
Returns the middle GotoNextViewBehavior in the collection.
-
nextItem( obj)→ GotoNextViewBehavior -
Returns the GotoNextViewBehavior whose index follows the specified GotoNextViewBehavior in the collection.
obj
GotoNextViewBehavior The GotoNextViewBehavior whose index comes before the desired GotoNextViewBehavior. -
previousItem( obj)→ GotoNextViewBehavior -
Returns the GotoNextViewBehavior with the index previous to the specified index.
obj
GotoNextViewBehavior The index of the GotoNextViewBehavior that follows the desired GotoNextViewBehavior. -
toSource( )→ string -
Generates a string which, if executed, will return the GotoNextViewBehavior.