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 public class RetentiveTableViewSupport<S> extends Object
Deprecated.Use TableViewPrefUtil.
-
-
Constructor Summary
Constructors Constructor Description RetentiveTableViewSupport(javafx.scene.control.TableView<S> pTableView, Retentive pRetentive)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<Integer>
getColViewIndices()
Deprecated.Tracks column reordering.protected Preferences
getPreferences()
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
loadColumnPrefs()
Deprecated.This method should be invoked after all columns are added to the table.void
saveColumnPrefs()
Deprecated.
-
-
-
Method Detail
-
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
public List<Integer> 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
protected Preferences getPreferences()
Deprecated.Storage location for visibility, order and width information.
-
-