Interface RetentiveTableViewExtension<S>

Type Parameters:
S - The type of the objects contained within the TableView items list.
All Known Implementing Classes:
FilterTableView2, RetentiveTableView

@Deprecated public interface RetentiveTableViewExtension<S>
Deprecated.
  • Method Details

    • getRetentiveTableViewSupport

      RetentiveTableViewSupport<S> getRetentiveTableViewSupport()
      Deprecated.
    • init

      default void init()
      Deprecated.
    • loadColumnPrefs

      default void loadColumnPrefs()
      Deprecated.
    • saveColumnPrefs

      default void saveColumnPrefs()
      Deprecated.
    • getColViewIndices

      default List<Integer> getColViewIndices()
      Deprecated.