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