Edit in GitHubLog an issue

ClearFormBehaviors

A collection of clear form behavior objects.

Instance

Read Only

Number length

The number of objects in the collection.

Methods

Number count()

Displays the number of elements in the ClearFormBehavior.


ClearFormBehavior add( Object withProperties )

Creates a new ClearFormBehavior.

Parameters

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

ClearFormBehavior item( Mixed index )

Returns the ClearFormBehavior with the specified index or name.

Parameters

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

ClearFormBehavior itemByName( String name )

Returns the ClearFormBehavior with the specified name.

Parameters

TypeNameDescription
String
name
The name.

ClearFormBehavior itemByID( Number id )

Returns the ClearFormBehavior with the specified ID.

Parameters

TypeNameDescription
Number
id
The ID.

ClearFormBehavior itemByRange( Mixed from, Mixed to )

Returns the ClearFormBehaviors within the specified range.

Parameters

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

ClearFormBehavior firstItem()

Returns the first ClearFormBehavior in the collection.


ClearFormBehavior lastItem()

Returns the last ClearFormBehavior in the collection.


ClearFormBehavior middleItem()

Returns the middle ClearFormBehavior in the collection.


ClearFormBehavior previousItem( ClearFormBehavior obj )

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

Parameters

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

ClearFormBehavior nextItem( ClearFormBehavior obj )

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

Parameters

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

ClearFormBehavior anyItem()

Returns any ClearFormBehavior in the collection.


ClearFormBehavior everyItem()

Returns every ClearFormBehavior in the collection.


String toSource()

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


ClearFormBehavior []( Number index )

Returns the ClearFormBehavior 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.