Uses of Class
org.tentackle.fx.component.FxTableView
-
Packages that use FxTableView Package Description org.tentackle.fx.component.delegate Delegates implementing tentackle features for FX components.org.tentackle.fx.table FX table support.org.tentackle.fx.translate FX value translators. -
-
Uses of FxTableView in org.tentackle.fx.component.delegate
Methods in org.tentackle.fx.component.delegate that return FxTableView Modifier and Type Method Description FxTableView<?>FxTableViewDelegate. getComponent()Constructors in org.tentackle.fx.component.delegate with parameters of type FxTableView Constructor Description FxTableViewDelegate(FxTableView<?> component)Creates the delegate. -
Uses of FxTableView in org.tentackle.fx.table
Subclasses of FxTableView in org.tentackle.fx.table Modifier and Type Class Description classTotalsTableView<S>A table displaying the totals of another table.
Displays any number of rows (1 for totals, 3 for totals and min + max, for example).
The items must contain the total values.Methods in org.tentackle.fx.table with parameters of type FxTableView Modifier and Type Method Description voidDefaultTableConfiguration. configure(FxTableView<S> table)voidTableConfiguration. configure(FxTableView<S> table)Configures the table.voidDefaultTableConfiguration. loadPreferences(FxTableView<S> table, java.lang.String suffix, boolean system)voidTableConfiguration. loadPreferences(FxTableView<S> table, java.lang.String suffix, boolean system)Loads the column sizes, visability, view size and sorting from the preferences.voidDefaultTableConfiguration. savePreferences(FxTableView<S> table, java.lang.String suffix, boolean system)voidTableConfiguration. savePreferences(FxTableView<S> table, java.lang.String suffix, boolean system)Saves the column sizes, visability, view size and sorting to the preferences.voidTotalsTableView. setBoundTable(FxTableView<S> boundTable)Sets the bound table.
This is the table holding the data to summarize in this table. -
Uses of FxTableView in org.tentackle.fx.translate
Methods in org.tentackle.fx.translate with parameters of type FxTableView Modifier and Type Method Description protected voidObservableListTranslator. configureTableView(FxTableView<T> tableView, java.lang.Class<T> elemClass)Configures the tableview.
-