Class JsmActionCell
Object
|
+--JsmObject
|
+--JsmCell
|
+--JsmActionCell
- class
JsmActionCell
- extends JsmCell
An action table data cell
Defined in net/sf/jsm/table/jsmActionCell.js
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.
|
JsmActionCell
JsmActionCell(value, title)
An action table data cell
Parameters:
value
- Optional: The value can be a string or an object with a getNode() method
title
- Optional: The title
clone
JsmActionCell clone()
Creates a new JsmActionCell object and copies the values
getNode
Object getNode(specialClassName, jsmRowType)
Get the node object; the model (this) will be attached to the node as property 'model'
Parameters:
specialClassName
- The name of the special style class
jsmRowType
- The value of the meta data 'jsmRowType' of the td's row
init
Object init(<JsmTable> table, <int> rowIdx, <int> columnIdx)
The init method will be called while rendering before the getNode method.
Does not have to be implemented
Parameters:
rowIdx
- The index of the row
columnIdx
- The index of the column
Documentation generated by
JSDoc on Tue Sep 26 08:42:57 2006