Interface TableCellInplaceEditorListener

All Known Implementing Classes:
NameItem

public interface TableCellInplaceEditorListener
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    inplaceValueSet(TableCell cell, String value, boolean finalEdit)
    Override this function to obtain edited values
  • Method Details

    • inplaceValueSet

      boolean inplaceValueSet(TableCell cell, 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