jsm

Class JsmActionCell

Object
   |
   +--JsmObject
         |
         +--JsmCell
               |
               +--JsmActionCell

class JsmActionCell
extends JsmCell


An action table data cell
Defined in net/sf/jsm/table/jsmActionCell.js


 
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
JsmActionCell (value, title)
            An action table data cell
 
Method Summary
 JsmActionCell clone()
           Creates a new JsmActionCell object and copies the values
 Object getNode(specialClassName, jsmRowType)
           Get the node object; the model (this) will be attached to the node as property 'model'
 Object init(<JsmTable> table, <int> rowIdx, <int> columnIdx)
           The init method will be called while rendering before the getNode method.
 
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
 

Constructor Detail

JsmActionCell

JsmActionCell(value, title)

Method Detail

clone

JsmActionCell clone()

getNode

Object getNode(specialClassName, jsmRowType)

init

Object init(<JsmTable> table, <int> rowIdx, <int> columnIdx)

jsm

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