Interface IColumnConfiguration

All Known Subinterfaces:
IObjectListColumnConfiguration<T>
All Known Implementing Classes:
ColumnConfiguration, ObjectListColumnConfiguration

public interface IColumnConfiguration
  • Method Details

    • getCellRenderer

      TableCellRenderer getCellRenderer()
    • getPreferredWidth

      int getPreferredWidth()
    • isSortable

      boolean isSortable()
    • getHeaderValue

      Object getHeaderValue()
    • getCellEditor

      TableCellEditor getCellEditor()
    • getComparator

      Comparator getComparator()