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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,A>getColumnAttributes()DatasetgetData()voidsetColumnAttributes(java.util.Map<java.lang.String,A> attributes)booleanupdateWidths()make sure that the widths on the ColumnAttributes represent the currently configured widths of the actual columns
 
- 
- 
- 
Method Detail- 
updateWidthsboolean updateWidths() make sure that the widths on the ColumnAttributes represent the currently configured widths of the actual columns
 - 
getDataDataset getData() 
 - 
getColumnAttributesjava.util.Map<java.lang.String,A> getColumnAttributes() 
 - 
setColumnAttributesvoid setColumnAttributes(java.util.Map<java.lang.String,A> attributes) 
 
- 
 
-