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
ClearFormBehavior item( Mixed index )
Returns the ClearFormBehavior with the specified index or name.
Parameters
ClearFormBehavior itemByName( String name )
Returns the ClearFormBehavior with the specified name.
Parameters
ClearFormBehavior itemByID( Number id )
Returns the ClearFormBehavior with the specified ID.
Parameters
ClearFormBehavior itemByRange( Mixed from, Mixed to )
Returns the ClearFormBehaviors within the specified range.
Parameters
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
ClearFormBehavior nextItem( ClearFormBehavior obj )
Returns the ClearFormBehavior whose index follows the specified ClearFormBehavior in the collection.
Parameters
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.