Package | Description |
---|---|
com.iamsoft.util.ui.javafx.table |
Utility classes related to TableView.
|
Modifier and Type | Method and Description |
---|---|
AbstractTableFindSupport.FindStrategy |
AbstractTableFindSupport.getFindStrategy() |
static AbstractTableFindSupport.FindStrategy |
AbstractTableFindSupport.FindStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractTableFindSupport.FindStrategy[] |
AbstractTableFindSupport.FindStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<AbstractTableFindSupport.FindStrategy> |
AbstractTableFindSupport.findStrategyProperty() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTableFindSupport.setFindStrategy(AbstractTableFindSupport.FindStrategy pFindStrategy) |
Copyright © 2023. All rights reserved.