Interface CustomizableTable<A extends TableColumnAttributes>

    • Method Detail

      • updateWidths

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

        java.util.Map<java.lang.String,​A> getColumnAttributes()
      • setColumnAttributes

        void setColumnAttributes​(java.util.Map<java.lang.String,​A> attributes)