Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

burst.webui.widgets.SortHead Class Reference

Inheritance diagram for burst.webui.widgets.SortHead:

burst.webui.widgets.AbstractWidget List of all members.

Detailed Description

Subclass of AbstractWidget to hold per-column sorting configuration.

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.


Member Data Documentation

Boolean burst.webui.widgets.SortHead.sortAscending
 

Instance property: Whether the initial sort should be in the ascending direction (the default for comparator) or the reverse.

Default value is true

String burst.webui.widgets.SortHead.sortComparator
 

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''

String burst.webui.widgets.SortHead.sortIncomparable
 

Instance property: How incomparable values such as blank are ordered.

Must be one of: ['first', 'last', 'lowest', 'highest']* Default value is ''last''

Number burst.webui.widgets.SortHead.sortOrder
 

Instance property: The 0-based order of this column in onLoad sorting.

No default.


The documentation for this class was generated from the following file:
Generated on Tue Nov 30 04:03:09 2004 for BurstProject by doxygen 1.3.4