Package com.biglybt.pif.ui.tables
Interface TableCellInplaceEditorListener
- All Known Implementing Classes:
NameItem
public interface TableCellInplaceEditorListener
-
Method Summary
Modifier and TypeMethodDescriptionboolean
inplaceValueSet
(TableCell cell, String value, boolean finalEdit) Override this function to obtain edited values
-
Method Details
-
inplaceValueSet
Override this function to obtain edited values- Parameters:
cell
- that is being editedvalue
- the new valuefinalEdit
- true if the user finalizes his editing- Returns:
- should be false if the currently entered value is invalid
-