null values unless rowData is specified. Notification of the row being added will be generated.
@param rowData optional data of the row being added
This is a shortcut for {@code addRow(Arrays.asList(values))}. @param values the row values (corresponding to the bind variables of theinsertion statement used when creating by this writer). @return this writer.
getRows().add(row)
@param row the row to add
If the new row element is already in the table a deep clone (calling Node.cloneNode(boolean deep)) is inserted. This avoids an indirect delete by DOM.
Row.
@param row the new row to add.
MOTableRow instance to add.
@return the previous row with the specified index or null if it did not have one.
| |
| |
| |
| |
| |
| |
| |
| |
| |