Uses of Class
org.tentackle.fx.component.FxTableView
Packages that use FxTableView
Package
Description
Delegates implementing tentackle features for FX components.
FX table support.
FX value translators.
-
Uses of FxTableView in org.tentackle.fx.component.delegate
Methods in org.tentackle.fx.component.delegate that return FxTableViewConstructors in org.tentackle.fx.component.delegate with parameters of type FxTableViewModifierConstructorDescriptionFxTableViewDelegate(FxTableView<?> component) Creates the delegate. -
Uses of FxTableView in org.tentackle.fx.table
Subclasses of FxTableView in org.tentackle.fx.tableModifier and TypeClassDescriptionclassA 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 FxTableViewModifier and TypeMethodDescriptionvoidDefaultTableConfiguration.configure(FxTableView<S> table) voidTableConfiguration.configure(FxTableView<S> table) Configures the table.static <T> TotalsTableView<T>TotalsTableView.getTotalsTableView(FxTableView<T> table) Retrieves the TotalsTableView for a table.voidDefaultTableConfiguration.loadPreferences(FxTableView<S> table, String suffix, boolean system) voidTableConfiguration.loadPreferences(FxTableView<S> table, String suffix, boolean system) Loads the column sizes, visibility, view size and sorting from the preferences.voidDefaultTableConfiguration.savePreferences(FxTableView<S> table, String suffix, boolean system) voidTableConfiguration.savePreferences(FxTableView<S> table, String suffix, boolean system) Saves the column sizes, visibility, 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 FxTableViewModifier and TypeMethodDescriptionprotected voidObservableListTranslator.configureTableView(FxTableView<T> tableView, Class<T> elemClass) Configures the tableview.