All Known Implementing Classes:
PMITable, VisionAdvancedTable

public interface CustomizableTable<A extends TableColumnAttributes>
Common interface between PMITable and VisionJideTable to share a customizer
  • Method Details

    • updateWidths

      boolean updateWidths()
      make sure that the widths on the ColumnAttributes represent the currently configured widths of the actual columns
    • getData

      Dataset getData()
    • getColumnAttributes

      Map<String,A> getColumnAttributes()
    • setColumnAttributes

      void setColumnAttributes(Map<String,A> attributes)