import SortInfo from 'flexicious-react-datagrid/js/flexgrid/valueobjects/SortInfo.js'
SortInfo
Extends:
TypedObject → SortInfo
Constructor Summary
Public Constructor | ||
public |
constructor(sortCol: *, sortAscending: *) |
Member Summary
Public Members | ||
public |
|
|
public |
sortCol: * |
Method Summary
Public Methods | ||
public |
|
Inherited Summary
From class TypedObject | ||
public |
typeCache: {} |
|
public |
|
|
public |
Returns a list of strings that represent the object hierarchy for this object. |
|
public |
implementsOrExtends(name: *): Boolean Returns true if the class name to check is in the list of class names defined for this class. |
Public Constructors
public constructor(sortCol: *, sortAscending: *) source
Override:
TypedObject#constructorParams:
Name | Type | Attribute | Description |
sortCol | * | ||
sortAscending | * |
Public Members
public sortAscending: * source
Properties:
Name | Type | Attribute | Description |
sortAscending | * |
public sortCol: * source
Properties:
Name | Type | Attribute | Description |
sortCol | * |
Public Methods
public getClassNames(): String source
Returns a list of strings that represent the object hierarchy for this object.