Interface TethysUITableColumn.TethysUIOnCellCommit<R,T>

Type Parameters:
R - the row type
T - the value type
Enclosing interface:
TethysUITableColumn<T,C,R>
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 TethysUITableColumn.TethysUIOnCellCommit<R,T>
OnCell commit callback.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    commitCell(R pRow, T pValue)
    CallBack on a columnCommit.
  • Method Details

    • commitCell

      void commitCell(R pRow, T pValue) throws OceanusException
      CallBack on a columnCommit.
      Parameters:
      pRow - the row that is being committed
      pValue - the new value
      Throws:
      OceanusException - on error