new upShapedTableRecord(table, jqHtml)
Parameters:
Name | Type | Description |
---|---|---|
table |
upShapedTableControl | |
jqHtml |
Object | jQuery-Html Object |
Methods
-
getControl(guid)
-
Parameters:
Name Type Description guid
String Control guid
- See:
Returns:
- Type
- upShapedTableControl
-
getControls()
-
Returns a jQuery list with all control objects of the current record.
- See:
Returns:
- Type
- Array.<upShapedTableControl>
-
getHtml()
-
Returns a jQuery list with one or more html nodes (e.g.
or - ...).
Returns:
- Type
- Array.<Object>
Example
// set background color for current record row(s) oRecord.getHtml().css('backgroundColor', 'blue');
getIdentifier()
Returns:
- Type
- String
getParentRecId()
Returns:
- Type
- String
getRecId()
Returns:
- Type
- String
getRecPosition()
Returns:
- Type
- Number
hide()
Hides the record row(s).
remove()
Remove Record from DOM
show()
Makes the record row(s) visible.
- ...).