Home Reference Source
public class | source

FilterSort

Extends:

TypedObject → FilterSort

The advanced grid supports multi column sorting This class was created in order to provide server support for multi column sorting.

Constructor Summary

Public Constructor
public

constructor(sortColumn: *, isAscending: *)

Member Summary

Public Members
public

column: *

The column object associated with the sort

public
public

Ultimate has support to define caseInsensitive sorts

public
public
public
public

Ultimate has support to define numeric sorts

Method Summary

Public Methods
public

copyFrom(filterSort: Object)

Copy sort properties to current instance

public

Inherited Summary

From class TypedObject
public

typeCache: {}

public
public

Returns a list of strings that represent the object hierarchy for this object.

public

Returns true if the class name to check is in the list of class names defined for this class.

Public Constructors

public constructor(sortColumn: *, isAscending: *) source

Override:

TypedObject#constructor

Params:

NameTypeAttributeDescription
sortColumn *
isAscending *

Public Members

public column: * source

The column object associated with the sort

public isAscending: boolean source

public sortCaseInsensitive: boolean source

Ultimate has support to define caseInsensitive sorts

public sortColumn: * source

public sortCompareFunction: * source

public sortComparisionType: string source

public sortNumeric: boolean source

Ultimate has support to define numeric sorts

Public Methods

public copyFrom(filterSort: Object) source

Copy sort properties to current instance

Params:

NameTypeAttributeDescription
filterSort Object

public getClassNames(): string[] source

Returns a list of strings that represent the object hierarchy for this object.

Override:

TypedObject#getClassNames

Return:

string[]