A collection of behavior objects.
|
Method
|
Returns
|
Description
|
|
anyItem
|
Object
|
Returns any behavior.
|
|
firstItem
|
Object
|
Returns the first behavior.
|
|
itemByID
|
Object
|
Returns the behavior with the specified ID.
|
|
itemByRange
|
Objects
|
Returns the behaviors within the specified range.
|
|
lastItem
|
Object
|
Returns the last behavior.
|
|
middleItem
|
Object
|
Returns the middle behavior.
|
|
nextItem
|
Object
|
Returns the next behavior.
|
|
previousItem
|
Object
|
Returns the previous behavior.
|