jsm

Class JsmTd

Object
   |
   +--JsmObject
         |
         +--JsmCell
               |
               +--JsmTd

class JsmTd
extends JsmCell


A table data cell
Defined in net/sf/jsm/table/jsmTd.js


Field Summary
<private>  boolean _dirty
          Indicates if the value of this cell has been changed
   
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
JsmTd (value, title)
            A table data cell
 
Method Summary
 Object getNode(specialClassName, jsmRowType)
           Get the node object; the model (this) will be attached to the node as property 'model'
 boolean isDirty()
          
 Object setDirty(<boolean> dirty, <boolean> propagateToParent)
           Sets the dirty flag; if set to true will propagate this to the parent row; if set to false will check if other the other cells of parent row are also clean and propagate this to the parent row
 
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

_dirty

<private> boolean _dirty

Constructor Detail

JsmTd

JsmTd(value, title)

Method Detail

getNode

Object getNode(specialClassName, jsmRowType)

isDirty

boolean isDirty()

setDirty

Object setDirty(<boolean> dirty, <boolean> propagateToParent)

jsm

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