Interface FilterTableCellRenderer<R,C,T>

Type Parameters:
R - the row type
C - the column identifier type
T - the column type
All Superinterfaces:
TableCellRenderer

public interface FilterTableCellRenderer<R,C,T> extends TableCellRenderer
A TableCellRenderer for FilterTable, instantiated via builder().
  • Field Details

    • TABLE_CELL_LEFT_PADDING

      static final PropertyValue<Integer> TABLE_CELL_LEFT_PADDING
      The default left padding for table cells.
      • Value type: Integer
      • Default value: 0
    • TABLE_CELL_RIGHT_PADDING

      static final PropertyValue<Integer> TABLE_CELL_RIGHT_PADDING
      The default right padding for table cells.
      • Value type: Integer
      • Default value: 5
    • NUMERICAL_HORIZONTAL_ALIGNMENT

      static final PropertyValue<Integer> NUMERICAL_HORIZONTAL_ALIGNMENT
      The default horizontal alignment for numerical columns.
    • TEMPORAL_HORIZONTAL_ALIGNMENT

      static final PropertyValue<Integer> TEMPORAL_HORIZONTAL_ALIGNMENT
      The default horizontal alignment for temporal columns.
    • BOOLEAN_HORIZONTAL_ALIGNMENT

      static final PropertyValue<Integer> BOOLEAN_HORIZONTAL_ALIGNMENT
      The default horizontal alignment for boolean columns.
    • HORIZONTAL_ALIGNMENT

      static final PropertyValue<Integer> HORIZONTAL_ALIGNMENT
      The default horizontal alignment.
    • ALTERNATE_ROW_COLORING

      static final PropertyValue<Boolean> ALTERNATE_ROW_COLORING
      Specifies whether alternate row coloring is enabled by default.
      • Value type: Boolean
      • Default value: true
    • FOCUSED_CELL_INDICATOR

      static final PropertyValue<Boolean> FOCUSED_CELL_INDICATOR
      Specifies whether if a focused cell should be indicated with a cell border.
      • Value type: Boolean
      • Default value: true
    • SET_BORDER

      static final PropertyValue<Boolean> SET_BORDER
      Specifies whether cell borders are set. Disable to use the table cell borders provided by the look and feel.
      • Value type: Boolean
      • Default value: true
  • Method Details