Edit in GitHubLog an issue

GotoNextViewBehaviors

A collection of goto next view behavior objects.

Instance

Read Only

Number length

The number of objects in the collection.

Methods

Number count()

Displays the number of elements in the GotoNextViewBehavior.


GotoNextViewBehavior add( Object withProperties )

Creates a new GotoNextViewBehavior.

Parameters

TypeNameDescription
Object
withProperties
Initial values for properties of the new GotoNextViewBehavior (Optional)

GotoNextViewBehavior item( Mixed index )

Returns the GotoNextViewBehavior with the specified index or name.

Parameters

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

GotoNextViewBehavior itemByName( String name )

Returns the GotoNextViewBehavior with the specified name.

Parameters

TypeNameDescription
String
name
The name.

GotoNextViewBehavior itemByID( Number id )

Returns the GotoNextViewBehavior with the specified ID.

Parameters

TypeNameDescription
Number
id
The ID.

GotoNextViewBehavior itemByRange( Mixed from, Mixed to )

Returns the GotoNextViewBehaviors within the specified range.

Parameters

TypeNameDescription
Mixed
from
The GotoNextViewBehavior, index, or name at the beginning of the range. Can accept: GotoNextViewBehavior, Long Integer or String.
Mixed
to
The GotoNextViewBehavior, index, or name at the end of the range. Can accept: GotoNextViewBehavior, Long Integer or String.

GotoNextViewBehavior firstItem()

Returns the first GotoNextViewBehavior in the collection.


GotoNextViewBehavior lastItem()

Returns the last GotoNextViewBehavior in the collection.


GotoNextViewBehavior middleItem()

Returns the middle GotoNextViewBehavior in the collection.


GotoNextViewBehavior previousItem( GotoNextViewBehavior obj )

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

Parameters

TypeNameDescription
GotoNextViewBehavior
obj
The index of the GotoNextViewBehavior that follows the desired GotoNextViewBehavior.

GotoNextViewBehavior nextItem( GotoNextViewBehavior obj )

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

Parameters

TypeNameDescription
GotoNextViewBehavior
obj
The GotoNextViewBehavior whose index comes before the desired GotoNextViewBehavior.

GotoNextViewBehavior anyItem()

Returns any GotoNextViewBehavior in the collection.


GotoNextViewBehavior everyItem()

Returns every GotoNextViewBehavior in the collection.


String toSource()

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


GotoNextViewBehavior []( Number index )

Returns the GotoNextViewBehavior with the specified index.

Parameters

TypeNameDescription
Number
index
The index.
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.