Class CellConfigAttributes
java.lang.Object
org.eclipse.nebula.widgets.nattable.config.CellConfigAttributes
Interface that specifies configuration attributes for cell rendering.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfigAttribute<ICellPainter>Attribute for configuring the ICellPainter that should be used to render a cell.static final ConfigAttribute<IStyle>Attribute for configuring the IStyle that should be used to render a cell.static final ConfigAttribute<IDisplayConverter>Attribute for configuring the IDisplayConverter that should be used to convert the data in a cell for rendering.static final ConfigAttribute<org.eclipse.swt.graphics.Color>Attribute for configuring the Color that should be used to render the grid lines.static final ConfigAttribute<Integer>Attribute for configuring the width of the grid lines.static final ConfigAttribute<Boolean>Attribute for configuring whether grid lines should be rendered or not. -
Method Summary
-
Field Details
-
CELL_PAINTER
Attribute for configuring the ICellPainter that should be used to render a cell. -
CELL_STYLE
Attribute for configuring the IStyle that should be used to render a cell. -
DISPLAY_CONVERTER
Attribute for configuring the IDisplayConverter that should be used to convert the data in a cell for rendering. -
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
Attribute for configuring whether grid lines should be rendered or not. Will be interpreted by the GridLineCellLayerPainter. -
GRID_LINE_WIDTH
Attribute for configuring the width of the grid lines. Is for example used on printing to ensure the grid lines are always printed.- Since:
- 1.4
-