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