Interface CellRendererText.OnEdited

Enclosing class:
CellRendererText
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface CellRendererText.OnEdited
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEdited(Str path, Str new_text)
    This signal is emitted after @renderer has been edited.
  • Method Details

    • onEdited

      void onEdited(@Nonnull Str path, @Nonnull Str new_text)
      This signal is emitted after @renderer has been edited.

      It is the responsibility of the application to update the model
      and store @new_text at the position indicated by @path.
      Parameters:
      path - the path identifying the edited cell
      new_text - the new text