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