To get full access to the Kademi Hub existing customers can login here, or new customers can register here.
A single row of a table result: an ordered list of cell values, with an optional reference back to the source object the row was built from.
Extends: KillableList
Properties
| Property | Returns | Description |
|---|---|---|
| source | Object | The domain object this row represents, if the table implementation set one when building the row. |
Methods
getSource()
Returns: Object
The domain object this row represents, if the table implementation set one when building the row.
setSource(Object source)
Returns: void
Sets the domain object this row represents.
| Parameter | Description |
|---|---|
source | the source object to associate with this row |