GotoPreviousStateBehaviors
A collection of goto previous state behaviors.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
GotoPreviousStateBehavior [] (index:Number)
Returns the GotoPreviousStateBehavior with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
GotoPreviousStateBehavior add (withProperties:Object)
Creates a new GotoPreviousStateBehavior.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new GotoPreviousStateBehavior (Optional) |
GotoPreviousStateBehavior anyItem ()
Returns any GotoPreviousStateBehavior in the collection.
Number count ()
Displays the number of elements in the GotoPreviousStateBehavior.
GotoPreviousStateBehavior everyItem ()
Returns every GotoPreviousStateBehavior in the collection.
GotoPreviousStateBehavior firstItem ()
Returns the first GotoPreviousStateBehavior in the collection.
GotoPreviousStateBehavior item (index:Varies LongInteger String)
Returns the GotoPreviousStateBehavior with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
GotoPreviousStateBehavior itemByID (id:Number)
Returns the GotoPreviousStateBehavior with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
GotoPreviousStateBehavior itemByName (name:String)
Returns the GotoPreviousStateBehavior with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
GotoPreviousStateBehavior itemByRange (from:Varies GotoPreviousStateBehavior LongInteger String, to:Varies GotoPreviousStateBehavior LongInteger String)
Returns the GotoPreviousStateBehaviors within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The GotoPreviousStateBehavior, index, or name at the beginning of the range. Can accept: GotoPreviousStateBehavior, Long Integer or String. |
to |
LongInteger |
The GotoPreviousStateBehavior, index, or name at the end of the range. Can accept: GotoPreviousStateBehavior, Long Integer or String. |
GotoPreviousStateBehavior lastItem ()
Returns the last GotoPreviousStateBehavior in the collection.
GotoPreviousStateBehavior middleItem ()
Returns the middle GotoPreviousStateBehavior in the collection.
GotoPreviousStateBehavior nextItem (obj:GotoPreviousStateBehavior)
Returns the GotoPreviousStateBehavior whose index follows the specified GotoPreviousStateBehavior in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The GotoPreviousStateBehavior whose index comes before the desired GotoPreviousStateBehavior. |
GotoPreviousStateBehavior previousItem (obj:GotoPreviousStateBehavior)
Returns the GotoPreviousStateBehavior with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the GotoPreviousStateBehavior that follows the desired GotoPreviousStateBehavior. |
String toSource ()
Generates a string which, if executed, will return the GotoPreviousStateBehavior.
Object of
Button.gotoPreviousStateBehaviors