IllegalArgumentException
row
A row is marked as empty when:
Javascript example:
if (orders.isRowEmpty(rowNum)) { .. }
returns boolean
IllegalArgumentExceptionifrowis not a valid row number.A row is marked as empty when:
- the row is added by the user clicking on the add row button of a Table Control and none of the columns have a value
- method #setRowEmpty(boolean) or #setRowEmpty(int, boolean) is called
Rows marked as empty are ignored by the #updateTable() method.Javascript example:
if (orders.isRowEmpty(rowNum)) { .. }