Interface CustomizableTable<A extends TableColumnAttributes>
- All Known Implementing Classes:
- PMITable,- VisionAdvancedTable
public interface CustomizableTable<A extends TableColumnAttributes>
Common interface between PMITable and VisionJideTable to share a customizer
- 
Method SummaryModifier and TypeMethodDescriptiongetData()voidsetColumnAttributes(Map<String, A> attributes) booleanmake sure that the widths on the ColumnAttributes represent the currently configured widths of the actual columns
- 
Method Details- 
updateWidthsboolean updateWidths()make sure that the widths on the ColumnAttributes represent the currently configured widths of the actual columns
- 
getDataDataset getData()
- 
getColumnAttributes
- 
setColumnAttributes
 
-