Inheritance diagram for burst.webui.widgets.SortHead:

It is a full widget on its own, since it can have html inline constructors.
Public Member Functions | |
| SortHead (Node dom_node, Number col_ind, Boolean parse_properties) | |
| Construct a SortHead from a DOM Node (th or td). | |
Public Attributes | |
| String | sortComparator |
| Instance property: The name of a sort comparator (from burst.Comparator). | |
| Boolean | sortAscending |
| Instance property: Whether the initial sort should be in the ascending direction (the default for comparator) or the reverse. | |
| String | sortIncomparable |
| Instance property: How incomparable values such as blank are ordered. | |
| Number | sortOrder |
| Instance property: The 0-based order of this column in onLoad sorting. | |
|
|
Instance property: Whether the initial sort should be in the ascending direction (the default for comparator) or the reverse. Default value is true |
|
|
Instance property: The name of a sort comparator (from burst.Comparator). Must be one of: burst.Lang.keys(burst.Comparator.ALL)* Default value is ''string:cs'' |
|
|
Instance property: How incomparable values such as blank are ordered. Must be one of: ['first', 'last', 'lowest', 'highest']* Default value is ''last'' |
|
|
Instance property: The 0-based order of this column in onLoad sorting. No default. |
1.3.4