jsm

Class JsmTh

Object
   |
   +--JsmObject
         |
         +--JsmCell
               |
               +--JsmTh

class JsmTh
extends JsmCell


A table header cell
Defined in net/sf/jsm/table/jsmTh.js


Field Summary
 Object onClickFunctionName
          defaults to 'jsmOnTableHeaderClick'
   
Fields inherited from class JsmCell
value, title, idx, onClickFunctionName, tr
   
Fields inherited from class JsmObject
className, id, META_DATA_NAME_PROPERTY_PATH, META_DATA_NAME_VALUE, _attributes, _metaData
 
Constructor Summary
JsmTh (value, title)
            A table header cell
 
Method Summary
 Object getNode()
           Get the node object; the model (this) will be attached to the node as property 'model'
 
Methods inherited from class JsmCell
getRow, getIndex, getValue, setValue, getTitle, setTitle, setOnClick, getOnClick
   
Methods inherited from class JsmObject
toString, identify, setId, getId, setAttribute, getAttribute, setMetaData, getMetaData, addAttributesToViewComponent
 

Field Detail

onClickFunctionName

Object onClickFunctionName

Constructor Detail

JsmTh

JsmTh(value, title)

Method Detail

getNode

Object getNode()

jsm

Documentation generated by JSDoc on Tue Sep 26 08:42:57 2006