Class upShapedTableRecord
Defined in: <datarange.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
upShapedTableRecord(p_oTable, p_jqHtml)
Table record
|
Method Attributes | Method Name and Description |
---|---|
getControl(p_strGuid)
|
|
getHtml()
|
|
getRecId()
|
|
hide()
Hides the record row(s).
|
|
remove()
Remove Record from DOM
|
|
show()
Makes the record row(s) visible.
|
Method Detail
{upShapedTableControl}
getControl(p_strGuid)
- Parameters:
- {string} p_strGuid
- Control guid
- Returns:
- {upShapedTableControl} Column/Control
- See:
- upShapedTableControl
{Array}
getControls()
- Returns:
- {Array} Returns a jQuery list with all control objects {upShapedTableControl} of the current record.
- See:
- upShapedTableControl
{Array}
getHtml()
// set background color for current record row(s) oRecord.getHtml().css('backgroundColor', 'blue');
- Returns:
- {Array} jQuery list with one or more html nodes (e.g.
or - ...)
getIdentifier()- Returns:
- Record unique record identifier within the table
getParentRecId()- Returns:
- Record parent id
getRecId()- Returns:
- Record Id
getRecPosition()- Returns:
- Record position within the table
hide()Hides the record row(s).
remove()Remove Record from DOM
show()Makes the record row(s) visible.
Documentation generated by JsDoc Toolkit 2.4.0 on Fri Nov 23 2012 12:16:41 GMT+0100 (MEZ) - ...)