Interface TableCellInplaceEditorListener

  • All Known Implementing Classes:
    NameItem

    public interface TableCellInplaceEditorListener
    • Method Detail

      • inplaceValueSet

        boolean inplaceValueSet​(TableCell cell,
                                java.lang.String value,
                                boolean finalEdit)
        Override this function to obtain edited values
        Parameters:
        cell - that is being edited
        value - the new value
        finalEdit - true if the user finalizes his editing
        Returns:
        should be false if the currently entered value is invalid