Interface FilterTableSearchModel.Results.CurrentResult

All Superinterfaces:
Observable<FilterTableSearchModel.RowColumn>, Observer<FilterTableSearchModel.RowColumn>
Enclosing interface:
FilterTableSearchModel.Results

public static interface FilterTableSearchModel.Results.CurrentResult extends Observable<FilterTableSearchModel.RowColumn>
Specifies the current search result
  • Method Details

    • is

      boolean is(int row, int column)
      Parameters:
      row - the row
      column - the column
      Returns:
      true if the given row and column represent the current search result