Uses of Enum Class
com.iamsoft.util.ui.javafx.table.AbstractTableFindSupport.FindStrategy
Packages that use AbstractTableFindSupport.FindStrategy
-
Uses of AbstractTableFindSupport.FindStrategy in com.iamsoft.util.ui.javafx.table
Methods in com.iamsoft.util.ui.javafx.table that return AbstractTableFindSupport.FindStrategyModifier and TypeMethodDescriptionAbstractTableFindSupport.getFindStrategy()
Gets the value of the property findStrategy.Returns the enum constant of this class with the specified name.AbstractTableFindSupport.FindStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iamsoft.util.ui.javafx.table that return types with arguments of type AbstractTableFindSupport.FindStrategyModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<AbstractTableFindSupport.FindStrategy>
AbstractTableFindSupport.findStrategyProperty()
Methods in com.iamsoft.util.ui.javafx.table with parameters of type AbstractTableFindSupport.FindStrategyModifier and TypeMethodDescriptionvoid
AbstractTableFindSupport.setFindStrategy
(AbstractTableFindSupport.FindStrategy pFindStrategy) Sets the value of the property findStrategy.