Interface FilteredTableSearchModel.RowColumn

Enclosing interface:
FilteredTableSearchModel

public static interface FilteredTableSearchModel.RowColumn
Holds a row/column coordinate
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    default boolean
    equals(int row, int column)
     
    int
    row()
     
  • Method Details

    • row

      int row()
      Returns:
      the row
    • column

      int column()
      Returns:
      the column
    • equals

      default boolean equals(int row, int column)
      Parameters:
      row - the row
      column - the column
      Returns:
      true if this RowColumn instance represents the given row and column