A collection of border panels.
Go to Property Listing | Method Listing
add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The number of objects in the collection. |
BorderPanel add (withProperties:Object)
Creates a new BorderPanel.
|
Parameter |
Type |
Description |
|---|---|---|
|
withProperties |
Initial values for properties of the new BorderPanel (Optional) |
BorderPanel anyItem ()
Returns any BorderPanel in the collection.
Number count ()
Displays the number of elements in the BorderPanel.
BorderPanel everyItem ()
Returns every BorderPanel in the collection.
BorderPanel firstItem ()
Returns the first BorderPanel in the collection.
BorderPanel item (index:Varies Long String)
Returns the BorderPanel with the specified index or name.
|
Parameter |
Type |
Description |
|---|---|---|
|
index |
Long |
The index or name. Can accept: Long or String. |
BorderPanel itemByID (id:Number)
Returns the BorderPanel with the specified ID.
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
The ID. |
BorderPanel itemByName (name:String)
Returns the BorderPanel with the specified name.
|
Parameter |
Type |
Description |
|---|---|---|
|
name |
The name. |
BorderPanel itemByRange (from:Varies BorderPanel Long String, to:Varies BorderPanel Long String)
Returns the BorderPanels within the specified range.
|
Parameter |
Type |
Description |
|---|---|---|
|
from |
Long |
The BorderPanel, index, or name at the beginning of the range. Can accept: BorderPanel, Long or String. |
|
to |
Long |
The BorderPanel, index, or name at the end of the range. Can accept: BorderPanel, Long or String. |
BorderPanel lastItem ()
Returns the last BorderPanel in the collection.
BorderPanel middleItem ()
Returns the middle BorderPanel in the collection.
BorderPanel nextItem (obj:BorderPanel)
Returns the BorderPanel whose index follows the specified BorderPanel in the collection.
|
Parameter |
Type |
Description |
|---|---|---|
|
obj |
The BorderPanel whose index comes before the desired BorderPanel. |
BorderPanel previousItem (obj:BorderPanel)
Returns the BorderPanel with the index previous to the specified index.
|
Parameter |
Type |
Description |
|---|---|---|
|
obj |
The index of the BorderPanel that follows the desired BorderPanel. |
String toSource ()
Generates a string which, if executed, will return the BorderPanel.
DialogColumn.borderPanels
EnablingGroup.borderPanels
BorderPanel.borderPanels
DialogRow.borderPanels