Class Index | File Index

Classes


Class Qww.Table.Header

Represents a table header.

Defined in: <JavaScript\QWW\QwwJs_TableMgr.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a new Qww.Table.Header instance.
Field Summary
Field Attributes Field Name and Description
 
Index of the column header within the TableMgr.
 
Index of the column header within the QlikView table.
 
Text for the column header.
 
Direction which the column is sorted in.
 
Sort order for the column.
Class Detail
Qww.Table.Header()
Constructs a new Qww.Table.Header instance.
Field Detail
{Int} HeaderIndex
Index of the column header within the TableMgr.

{Int} HeaderSortIndex
Index of the column header within the QlikView table. Use this when calling Qww.Table.Mgr.Sort.
See:
Qww.Table.Mgr.Sort

{String} HeaderText
Text for the column header.

Direction which the column is sorted in.

{Int} SortOrder
Sort order for the column.