public interface CellEditor
| Modifier and Type | Method and Description |
|---|---|
Response |
editCell(EditableTableBean<?> table,
TableData data,
int cell,
int valueIndex,
java.lang.String newValue) |
Response editCell(EditableTableBean<?> table, TableData data, int cell, int valueIndex, java.lang.String newValue)
table - The table that owns the cell being edited.data - The table data (row) that should be edited.cell - The cell being edited.valueIndex - The value indexnewValue - The new value of the cell.Copyright ? Technia AB. All Rights Reserved.