org.eclipse.nebula.widgets.nattable.config
Interface CellConfigAttributes


public interface CellConfigAttributes


Field Summary
static ConfigAttribute<ICellPainter> CELL_PAINTER
          Attribute for configuring the ICellPainter that should be used to render a cell.
static ConfigAttribute<IStyle> CELL_STYLE
          Attribute for configuring the IStyle that should be used to render a cell.
static ConfigAttribute<IDisplayConverter> DISPLAY_CONVERTER
          Attribute for configuring the IDisplayConverter that should be used to convert the data in a cell for rendering.
static ConfigAttribute<org.eclipse.swt.graphics.Color> GRID_LINE_COLOR
          Attribute for configuring the Color that should be used to render the grid lines.
static ConfigAttribute<Boolean> RENDER_GRID_LINES
          Attribute for configuring whether grid lines should be rendered or not.
 

Field Detail

CELL_PAINTER

static final ConfigAttribute<ICellPainter> CELL_PAINTER
Attribute for configuring the ICellPainter that should be used to render a cell.


CELL_STYLE

static final ConfigAttribute<IStyle> CELL_STYLE
Attribute for configuring the IStyle that should be used to render a cell.


DISPLAY_CONVERTER

static final ConfigAttribute<IDisplayConverter> DISPLAY_CONVERTER
Attribute for configuring the IDisplayConverter that should be used to convert the data in a cell for rendering.


GRID_LINE_COLOR

static final ConfigAttribute<org.eclipse.swt.graphics.Color> GRID_LINE_COLOR
Attribute for configuring the Color that should be used to render the grid lines. Will be interpreted by the GridLineCellLayerPainter.


RENDER_GRID_LINES

static final ConfigAttribute<Boolean> RENDER_GRID_LINES
Attribute for configuring whether grid lines should be rendered or not. Will be interpreted by the GridLineCellLayerPainter.



Copyright © 2015. All rights reserved.