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 Summary
Modifier 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
- 
updateWidths
boolean updateWidths()make sure that the widths on the ColumnAttributes represent the currently configured widths of the actual columns - 
getData
Dataset getData() - 
getColumnAttributes
 - 
setColumnAttributes
 
 -