Panels
A collection of panels.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the Panel.
Panel item( Mixed index )
Returns the Panel with the specified index or name.
Parameters
Panel itemByName( String name )
Returns the Panel with the specified name.
Parameters
Panel itemByRange( Mixed from, Mixed to )
Returns the Panels within the specified range.
Parameters
Panel firstItem()
Returns the first Panel in the collection.
Panel lastItem()
Returns the last Panel in the collection.
Panel middleItem()
Returns the middle Panel in the collection.
Panel previousItem( Panel obj )
Returns the Panel with the index previous to the specified index.
Parameters
Panel nextItem( Panel obj )
Returns the Panel whose index follows the specified Panel in the collection.
Parameters
Panel anyItem()
Returns any Panel in the collection.
Panel everyItem()
Returns every Panel in the collection.
String toSource()
Generates a string which, if executed, will return the Panel.
Panel []( Number index )
Returns the Panel with the specified index.