Edit in GitHubLog an issue

DialogColumns

A collection of dialog columns.

Instance

Read Only

Number length

The number of objects in the collection.

Methods

DialogColumn add( Object withProperties )

Creates a new DialogColumn.

Parameters

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

Number count()

Displays the number of elements in the DialogColumn.


DialogColumn item( Mixed index )

Returns the DialogColumn with the specified index or name.

Parameters

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

DialogColumn itemByID( Number id )

Returns the DialogColumn with the specified ID.

Parameters

TypeNameDescription
Number
id
The ID.

DialogColumn itemByRange( Mixed from, Mixed to )

Returns the DialogColumns within the specified range.

Parameters

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

DialogColumn firstItem()

Returns the first DialogColumn in the collection.


DialogColumn lastItem()

Returns the last DialogColumn in the collection.


DialogColumn middleItem()

Returns the middle DialogColumn in the collection.


DialogColumn previousItem( DialogColumn obj )

Returns the DialogColumn with the index previous to the specified index.

Parameters

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

DialogColumn nextItem( DialogColumn obj )

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

Parameters

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

DialogColumn anyItem()

Returns any DialogColumn in the collection.


DialogColumn everyItem()

Returns every DialogColumn in the collection.


String toSource()

Generates a string which, if executed, will return the DialogColumn.


DialogColumn []( Number index )

Returns the DialogColumn 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.