Module net.anwiba.commons.swing
Package net.anwiba.commons.swing.table
Interface IObjectListColumnConfiguration<T>
- All Superinterfaces:
IColumnConfiguration
- All Known Implementing Classes:
ObjectListColumnConfiguration
-
Method Summary
Methods inherited from interface net.anwiba.commons.swing.table.IColumnConfiguration
getCellEditor, getCellRenderer, getComparator, getHeaderValue, getPreferredWidth, isSortable
-
Method Details
-
getColumnValueProvider
IColumnValueProvider<T> getColumnValueProvider() -
getColumnValueAdaptor
IColumnValueAdaptor<T> getColumnValueAdaptor() -
getColumnClass
Class<?> getColumnClass()
-