|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--column
Representation of a column
Defined in movtableInc.js
| Field Summary | |
string |
displayName
The column display name |
HTMLelement |
element
The HTML element object |
string |
fieldName
The real field name |
boolean |
filterable
Column is filterable |
int |
index
Original display order index |
columns |
parent
Reference to columns object |
boolean |
sortable
Column is sortable |
table |
table
Reference to table object |
boolean |
visible
Column is visible |
| Constructor Summary | |
column
(<tableCell> th,<columns> parent)
|
|
| Method Summary | |
int
|
getAbsoluteIndx()
It return the right cell index, fixing the IE explorer behaviour |
int
|
getRelativeIndx()
It return the relative cell index, as displayed on screen (as IE does) |
void
|
hideColumn()
Hide the column |
void
|
retrieveStatus()
Read width and visible information from cookies |
void
|
setVisible(<boolean> state)
Write visible information to cookies |
void
|
setWidth(<string> width)
Write width information to cookies |
void
|
showColumn()
Show the column |
| Field Detail |
string displayName
HTMLelement element
string fieldName
boolean filterable
int index
columns parent
boolean sortable
table table
boolean visible
| Constructor Detail |
column(<tableCell> th,<columns> parent)
th - TH element
parent - columns object
| Method Detail |
int getAbsoluteIndx()
int getRelativeIndx()
void hideColumn()
void retrieveStatus()
void setVisible(<boolean> state)
state - TRUE=visible
void setWidth(<string> width)
width - The width of the colum. Ex '100px'
void showColumn()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||