Uses of Class
com.iamsoft.util.ui.javafx.retentive.RetentiveTableViewSupport
-
Packages that use RetentiveTableViewSupport Package Description com.iamsoft.util.ui.javafx.filtertable Code for adding 'filter' rows to TableView.com.iamsoft.util.ui.javafx.retentive Widgets that remember properties in between sessions. -
-
Uses of RetentiveTableViewSupport in com.iamsoft.util.ui.javafx.filtertable
Methods in com.iamsoft.util.ui.javafx.filtertable that return RetentiveTableViewSupport Modifier and Type Method Description RetentiveTableViewSupport<javafx.collections.ObservableMap<javafx.scene.control.TableColumn<S,?>,Predicate<?>>>
FilterTableView2. getRetentiveTableViewSupport()
-
Uses of RetentiveTableViewSupport in com.iamsoft.util.ui.javafx.retentive
Methods in com.iamsoft.util.ui.javafx.retentive that return RetentiveTableViewSupport Modifier and Type Method Description RetentiveTableViewSupport<S>
RetentiveTableView. getRetentiveTableViewSupport()
Deprecated.RetentiveTableViewSupport<S>
RetentiveTableViewExtension. getRetentiveTableViewSupport()
Deprecated.
-