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
All 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
- 
updateWidths
boolean updateWidths()
make sure that the widths on the ColumnAttributes represent the currently configured widths of the actual columns 
- 
getData
Dataset getData()
 
- 
getColumnAttributes
java.util.Map<java.lang.String,A> getColumnAttributes()
 
- 
setColumnAttributes
void setColumnAttributes(java.util.Map<java.lang.String,A> attributes)
 
 - 
 
 -