public class DefaultCellEditor extends java.lang.Object implements CellEditor
| Modifier and Type | Class and Description |
|---|---|
protected class |
DefaultCellEditor.CallbackImpl |
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultCellEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected static Response |
createErrorResponse(java.lang.Exception e) |
protected static Response |
createErrorResponse(java.lang.String message) |
Response |
editCell(EditableTableBean<?> table,
TableData data,
int cell,
int valueIndex,
java.lang.String newValue) |
protected Response |
editCellImpl(EditableTableBean<?> table,
TableData data,
int cell,
int valueIndex,
java.lang.String newValue,
boolean confirmed) |
static CellEditor |
getInstance() |
protected static com.technia.tvc.structurebrowser.edit.UpdateType |
performPostEditActions(TableBean<?> table,
TableData data,
int cellIndex) |
public static CellEditor getInstance()
public Response editCell(EditableTableBean<?> table, TableData data, int cell, int valueIndex, java.lang.String newValue)
editCell in interface CellEditortable - 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.protected Response editCellImpl(EditableTableBean<?> table, TableData data, int cell, int valueIndex, java.lang.String newValue, boolean confirmed)
protected static com.technia.tvc.structurebrowser.edit.UpdateType performPostEditActions(TableBean<?> table, TableData data, int cellIndex) throws TVCException
TVCExceptionprotected static Response createErrorResponse(java.lang.Exception e)
protected static Response createErrorResponse(java.lang.String message)
Copyright ? Technia AB. All Rights Reserved.