|
jsm | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--JsmObject | +--JsmCell | +--JsmTh
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 |
Object onClickFunctionName
Constructor Detail |
JsmTh(value, title)
value
- Optional: The value
title
- Optional: The title
Method Detail |
Object getNode()
|
jsm | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |