Class column

Object
   |
   +--column

class 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

displayName

string displayName

element

HTMLelement element

fieldName

string fieldName

filterable

boolean filterable

index

int index

parent

columns parent

sortable

boolean sortable

table

table table

visible

boolean visible

Constructor Detail

column

column(<tableCell> th,<columns> parent)

Method Detail

getAbsoluteIndx

int getAbsoluteIndx()

getRelativeIndx

int getRelativeIndx()

hideColumn

void hideColumn()

retrieveStatus

void retrieveStatus()

setVisible

void setVisible(<boolean> state)

setWidth

void setWidth(<string> width)

showColumn

void showColumn()


Documentation generated by JSDoc on Tue Apr 26 20:20:26 2005