new upShapedTableRecord(table, jqHtml)
Parameters:
Name | Type | Description |
---|---|---|
table |
upShapedTableControl | |
jqHtml |
Object | jQuery-Html Object |
Methods
-
getControl(guid) → {upShapedTableControl}
-
Parameters:
Name Type Description guid
String Control guid
- See:
Returns:
- Type
- upShapedTableControl
-
getControls() → {Array.<upShapedTableControl>}
-
Returns a jQuery list with all control objects of the current record.
- See:
Returns:
- Type
- Array.<upShapedTableControl>
-
getHtml() → {Array.<Object>}
-
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() → {String}
Returns:
- Type
- String
getParentRecId() → {String}
Returns:
- Type
- String
getRecId() → {String}
Returns:
- Type
- String
getRecPosition() → {Number}
Returns:
- Type
- Number
hide()
Hides the record row(s).
remove()
Remove Record from DOM
show()
Makes the record row(s) visible.
- ...).