new (require("nmodule/webEditors/rc/wb/table/model/Row"))(subject [, icon])
API Status: Development
Row for use in a TableModel.
Parameters:
| Name | Type | Argument | Description |
|---|---|---|---|
subject |
* | the value represented by this row |
|
icon |
* |
<optional> |
- Mixes In:
- module:nmodule/webEditors/rc/mixin/DataMixin
- See:
Methods
-
getIcon()
-
Get this row's icon.
Returns:
the icon, or null if none given
- Type
- *
-
getSubject()
-
Get the value represented by this row.
Returns:
- Type
- *