GotoPreviousStateBehaviors

A collection of goto previous state behaviors.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

GotoPreviousStateBehavior [] (index:Number)

Returns the GotoPreviousStateBehavior with the specified index.

Parameter

Type

Description

index

Number

The index.

GotoPreviousStateBehavior add (withProperties:Object)

Creates a new GotoPreviousStateBehavior.

Parameter

Type

Description

withProperties

Object

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

String

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

Number

The ID.

GotoPreviousStateBehavior itemByName (name:String)

Returns the GotoPreviousStateBehavior with the specified name.

Parameter

Type

Description

name

String

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

GotoPreviousStateBehavior

LongInteger

String

The GotoPreviousStateBehavior, index, or name at the beginning of the range. Can accept: GotoPreviousStateBehavior, Long Integer or String.

to

GotoPreviousStateBehavior

LongInteger

String

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

GotoPreviousStateBehavior

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

GotoPreviousStateBehavior

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