DataSorterKeyCollection

DataSorterKeyCollection class

Represents the key list of data sorter.

class DataSorterKeyCollection;

Constructors

NameDescription
constructor()Default Constructor.

Methods

MethodDescription
get(number)Gets and sets DataSorterKey by index.
getCount()Gets the number of elements contained in.
isNull()Checks whether the implementation object is null.

constructor()

Default Constructor.

constructor();

get(number)

Gets and sets DataSorterKey by index.

get(index: number) : DataSorterKey;

Parameters:

ParameterTypeDescription
indexnumberThe index.

Returns

DataSorterKey

getCount()

Gets the number of elements contained in.

getCount() : number;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;