Class IdIndexIdentifier<T>

java.lang.Object
org.eclipse.nebula.widgets.nattable.datachange.IdIndexIdentifier<T>
Type Parameters:
T - The type of the row object.

public class IdIndexIdentifier<T> extends Object
Identifier implementation based on column index and row id. The row object itself is also kept inside this class to calculate the current row index again.
Since:
1.6
  • Field Details

    • columnIndex

      public final int columnIndex
    • rowId

      public final Object rowId
    • rowObject

      public final T rowObject
  • Constructor Details

    • IdIndexIdentifier

      public IdIndexIdentifier(int columnIndex, Object rowId, T rowObject)
  • Method Details