Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.javafx.table
Class AbstractTableFindSupport.SearchResult
java.lang.Object
com.iamsoft.util.ui.javafx.table.AbstractTableFindSupport.SearchResult
- Enclosing class:
- AbstractTableFindSupport
Search result from a background search.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsPosition
(int pRow, int pCol) boolean
containsRow
(int pRow) long
getColumnsWithOccurrences
(int pRow) long
javafx.scene.control.IndexRange
getMatchRange
(javafx.scene.control.TablePositionBase<?> pPos) The length of the range represents the number of matches in the specified position (row or column).getOccurrences
(int pRow, int pColumn) long
boolean
isEmpty()
-
Constructor Details
-
SearchResult
protected SearchResult()
-
-
Method Details
-
getDelegate
-
getRowsWithOccurrences
-
getColumnsWithOccurrences
-
getOccurrences
-
containsRow
public boolean containsRow(int pRow) -
containsPosition
public boolean containsPosition(int pRow, int pCol) -
isEmpty
public boolean isEmpty() -
getRowCount
public long getRowCount() -
getCellCount
public long getCellCount() -
getMatchCount
public long getMatchCount() -
getMatchRange
public javafx.scene.control.IndexRange getMatchRange(javafx.scene.control.TablePositionBase<?> pPos) The length of the range represents the number of matches in the specified position (row or column). The start of the range is the (one-based) index of the first match in the specified position.
-