jsm

Class JsmTextField

Object
   |
   +--JsmObject
         |
         +--JsmWidget
               |
               +--JsmTextField

class JsmTextField
extends JsmWidget


Represents a text field
Defined in net/sf/jsm/widgets/jsmTextField.js


Field Summary
 String value
          The value of the text field
   
Fields inherited from class JsmObject
className, id, META_DATA_NAME_PROPERTY_PATH, META_DATA_NAME_VALUE, _attributes, _metaData
 
Constructor Summary
JsmTextField (<String> value)
            Creates a new JsmTextField
 
Method Summary
 JsmTextField clone()
           Clones this JsmTextField
 Object getNode()
           Returns the node of the view component; the model (this) will be attached to the node as property 'model'
 String getValue()
           Get the value of this text field
 Object init(<JsmTd> theTd)
           Init this text field's value from with the tabel cells value
 Object setValue(value)
           Set the value of this text field
 void updateModel(<JsmTable> table, <int> rowIdx, <int> columnIdx, theViewComponent)
           Update the tabel model if all validators are passed
 
Methods inherited from class JsmWidget
validate, addValidator, getValidators, removeValidators
   
Methods inherited from class JsmObject
toString, identify, setId, getId, setAttribute, getAttribute, setMetaData, getMetaData, addAttributesToViewComponent
 

Field Detail

value

String value

Constructor Detail

JsmTextField

JsmTextField(<String> value)

Method Detail

clone

JsmTextField clone()

getNode

Object getNode()

getValue

String getValue()

init

Object init(<JsmTd> theTd)

setValue

Object setValue(value)

updateModel

void updateModel(<JsmTable> table, <int> rowIdx, <int> columnIdx, theViewComponent)

jsm

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