Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.javafx.table
Class TableFindSupportBase.SearchFunction
- java.lang.Object
-
- com.iamsoft.util.ui.javafx.table.TableFindSupportBase.SearchFunction
-
- All Implemented Interfaces:
Function<String,List<AbstractTableFindSupport.Range>>
- Enclosing class:
- TableFindSupportBase<T extends javafx.scene.control.Control,C extends javafx.scene.control.TableColumnBase>
protected final class TableFindSupportBase.SearchFunction extends Object implements Function<String,List<AbstractTableFindSupport.Range>>
Used for finding occurrences in a text.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SearchFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AbstractTableFindSupport.Range>
apply(String pText)
boolean
equals(Object pObject)
String
getErrorMessage()
int
hashCode()
boolean
isValid()
-
-
-
Method Detail
-
getErrorMessage
public String getErrorMessage()
-
apply
public List<AbstractTableFindSupport.Range> apply(String pText)
- Specified by:
apply
in interfaceFunction<String,List<AbstractTableFindSupport.Range>>
-
isValid
public boolean isValid()
-
-