GotoPreviousViewBehaviors

A collection of goto previous view behavior objects.

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

GotoPreviousViewBehavior [] (index:Number)

Returns the GotoPreviousViewBehavior with the specified index.

Parameter

Type

Description

index

Number

The index.

GotoPreviousViewBehavior add (withProperties:Object)

Creates a new GotoPreviousViewBehavior.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new GotoPreviousViewBehavior (Optional)

GotoPreviousViewBehavior anyItem ()

Returns any GotoPreviousViewBehavior in the collection.

Number count ()

Displays the number of elements in the GotoPreviousViewBehavior.

GotoPreviousViewBehavior everyItem ()

Returns every GotoPreviousViewBehavior in the collection.

GotoPreviousViewBehavior firstItem ()

Returns the first GotoPreviousViewBehavior in the collection.

GotoPreviousViewBehavior item (index:Varies LongInteger String)

Returns the GotoPreviousViewBehavior with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

GotoPreviousViewBehavior itemByID (id:Number)

Returns the GotoPreviousViewBehavior with the specified ID.

Parameter

Type

Description

id

Number

The ID.

GotoPreviousViewBehavior itemByName (name:String)

Returns the GotoPreviousViewBehavior with the specified name.

Parameter

Type

Description

name

String

The name.

GotoPreviousViewBehavior itemByRange (from:Varies GotoPreviousViewBehavior LongInteger String, to:Varies GotoPreviousViewBehavior LongInteger String)

Returns the GotoPreviousViewBehaviors within the specified range.

Parameter

Type

Description

from

GotoPreviousViewBehavior

LongInteger

String

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

to

GotoPreviousViewBehavior

LongInteger

String

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

GotoPreviousViewBehavior lastItem ()

Returns the last GotoPreviousViewBehavior in the collection.

GotoPreviousViewBehavior middleItem ()

Returns the middle GotoPreviousViewBehavior in the collection.

GotoPreviousViewBehavior nextItem (obj:GotoPreviousViewBehavior)

Returns the GotoPreviousViewBehavior whose index follows the specified GotoPreviousViewBehavior in the collection.

Parameter

Type

Description

obj

GotoPreviousViewBehavior

The GotoPreviousViewBehavior whose index comes before the desired GotoPreviousViewBehavior.

GotoPreviousViewBehavior previousItem (obj:GotoPreviousViewBehavior)

Returns the GotoPreviousViewBehavior with the index previous to the specified index.

Parameter

Type

Description

obj

GotoPreviousViewBehavior

The index of the GotoPreviousViewBehavior that follows the desired GotoPreviousViewBehavior.

String toSource ()

Generates a string which, if executed, will return the GotoPreviousViewBehavior.

Object of

Button.gotoPreviousViewBehaviors

CheckBox.gotoPreviousViewBehaviors

ComboBox.gotoPreviousViewBehaviors

ListBox.gotoPreviousViewBehaviors

RadioButton.gotoPreviousViewBehaviors

TextBox.gotoPreviousViewBehaviors

SignatureField.gotoPreviousViewBehaviors