Module com.iamsoft.util.ui
Class RetentiveTableViewSupport<S>
java.lang.Object
com.iamsoft.util.ui.javafx.retentive.RetentiveTableViewSupport<S>
- Type Parameters:
S
- The type of the objects contained within the TableView items list.
Deprecated.
Use TableViewPrefUtil.
-
Constructor Summary
ConstructorsConstructorDescriptionRetentiveTableViewSupport
(javafx.scene.control.TableView<S> pTableView, Retentive pRetentive) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Tracks column reordering.protected Preferences
Deprecated.Storage location for visibility, order and width information.void
init()
Deprecated.Loads the column preferences and registers necessary listeners for handling window close events.void
install()
Deprecated.void
Deprecated.This method should be invoked after all columns are added to the table.void
Deprecated.
-
Constructor Details
-
Method Details
-
install
public void install()Deprecated. -
init
public void init()Deprecated.Loads the column preferences and registers necessary listeners for handling window close events. This method should be invoked after all columns are added to the table. -
getColViewIndices
Deprecated.Tracks column reordering.mColViewIndices[<model index>] = <view index>
-
loadColumnPrefs
public void loadColumnPrefs()Deprecated.This method should be invoked after all columns are added to the table. -
saveColumnPrefs
public void saveColumnPrefs()Deprecated. -
getPreferences
Deprecated.Storage location for visibility, order and width information.
-