Class columns
Object
|
+--columns
- class
columns
Representation of columns
Defined in movtableInc.js
|
Field Summary |
array of column |
item
Collection of column objects |
table |
parent
Reference to table object |
|
Method Summary |
column
|
getColByID(<string> id)
Get a column object by id attribute
|
boolean
|
hidden()
Check if there are hidden columns
|
array
|
listInvisible()
Return an array of column objects which have invisible status
|
Object
|
recol(<int> ncol, <int> tocol)
Reorder columns
|
void
|
setOrder()
Write column order cookie
|
void
|
show()
Show all columns
|
item
array of column item
Collection of column objects
parent
table parent
Reference to table object
columns
columns(<tableRow> tr,<table> parent)
getColByID
column getColByID(<string> id)
Get a column object by id attribute
hidden
boolean hidden()
Check if there are hidden columns
Returns:
true=there are hidden columns
listInvisible
array listInvisible()
Return an array of column objects which have invisible status
Returns:
Array of column with invisible status
recol
Object recol(<int> ncol, <int> tocol)
setOrder
void setOrder()
Write column order cookie
show
void show()
Documentation generated by
JSDoc on Tue Apr 26 20:20:26 2005