Module is.codion.swing.common.ui
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface is.codion.common.reactive.observer.Observer
Observer.Builder<T,B extends Observer.Builder<T, B>> -
Method Summary
Methods inherited from interface is.codion.common.reactive.observer.Observable
changed, get, getOrThrow, getOrThrow, is, isNot, isNull, isNullable, optionalMethods inherited from interface is.codion.common.reactive.observer.Observer
addConsumer, addListener, addWeakConsumer, addWeakListener, observer, removeConsumer, removeListener, removeWeakConsumer, removeWeakListener, when, when
-
Method Details
-
is
boolean is(int row, int column) - Parameters:
row- the rowcolumn- the column- Returns:
- true if the given row and column represent the current search result
-