DataRow
Represents a single domain object (typically an entity instance) and it’s associated values as cell elements.
API
DataRow.java
class DataRow {
DataRow(DataTable parentTable, ManagedObject rowElement)
Can<ManagedObject> getCellElements(DataColumn column, InteractionInitiatedBy interactionInitiatedBy) (1)
}
1 | getCellElements(DataColumn, InteractionInitiatedBy)
Can be none, one or many per table cell. |