GotoNextViewBehaviors
A collection of goto next view behavior objects.
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
GotoNextViewBehavior [] (index:Number)
Returns the GotoNextViewBehavior with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
GotoNextViewBehavior add (withProperties:Object)
Creates a new GotoNextViewBehavior.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new GotoNextViewBehavior (Optional) |
GotoNextViewBehavior anyItem ()
Returns any GotoNextViewBehavior in the collection.
Number count ()
Displays the number of elements in the GotoNextViewBehavior.
GotoNextViewBehavior everyItem ()
Returns every GotoNextViewBehavior in the collection.
GotoNextViewBehavior firstItem ()
Returns the first GotoNextViewBehavior in the collection.
GotoNextViewBehavior item (index:Varies LongInteger String)
Returns the GotoNextViewBehavior with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
GotoNextViewBehavior itemByID (id:Number)
Returns the GotoNextViewBehavior with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
GotoNextViewBehavior itemByName (name:String)
Returns the GotoNextViewBehavior with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
GotoNextViewBehavior itemByRange (from:Varies GotoNextViewBehavior LongInteger String, to:Varies GotoNextViewBehavior LongInteger String)
Returns the GotoNextViewBehaviors within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The GotoNextViewBehavior, index, or name at the beginning of the range. Can accept: GotoNextViewBehavior, Long Integer or String. |
to |
LongInteger |
The GotoNextViewBehavior, index, or name at the end of the range. Can accept: GotoNextViewBehavior, Long Integer or String. |
GotoNextViewBehavior lastItem ()
Returns the last GotoNextViewBehavior in the collection.
GotoNextViewBehavior middleItem ()
Returns the middle GotoNextViewBehavior in the collection.
GotoNextViewBehavior nextItem (obj:GotoNextViewBehavior)
Returns the GotoNextViewBehavior whose index follows the specified GotoNextViewBehavior in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The GotoNextViewBehavior whose index comes before the desired GotoNextViewBehavior. |
GotoNextViewBehavior previousItem (obj:GotoNextViewBehavior)
Returns the GotoNextViewBehavior with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the GotoNextViewBehavior that follows the desired GotoNextViewBehavior. |
String toSource ()
Generates a string which, if executed, will return the GotoNextViewBehavior.
Object of
Button.gotoNextViewBehaviors
CheckBox.gotoNextViewBehaviors
ComboBox.gotoNextViewBehaviors
ListBox.gotoNextViewBehaviors
RadioButton.gotoNextViewBehaviors
TextBox.gotoNextViewBehaviors
SignatureField.gotoNextViewBehaviors