Edit in GitHubLog an issue

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

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

Number count()

Displays the number of elements in the BorderPanel.


BorderPanel item( Mixed index )

Returns the BorderPanel with the specified index or name.

Parameters

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

BorderPanel itemByID( Number id )

Returns the BorderPanel with the specified ID.

Parameters

TypeNameDescription
Number
id
The ID.

BorderPanel itemByRange( Mixed from, Mixed to )

Returns the BorderPanels within the specified range.

Parameters

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

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

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

BorderPanel nextItem( BorderPanel obj )

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

Parameters

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

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.

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.