Currently, data cell renderers being contained in the module are as below. type string is the value being used as "type" or GridStyles.renderer property when specify ValueColumn.renderer. It is also used in GridBase.registerCellRenderers or unregisterCellRenderers.
type | Class | Summary |
---|---|---|
text | TextCellRenderer | Display cell value only with text. |
bar | BarCellRenderer | Display the ratio of minimum and maximum range of renderer property of cell value with the size of bar. |
check | CheckCellRenderer | If the value is corresponding to true, display check mark. |
shape | ShapeCellRenderer | Display the state of cell value with various shapes. |
icon | IconCellRenderer | Display the state of cell value by selecting from images of imageList which has been specified in the column. |
image | ImageCellRenderer | Display the state of cell value with images. |
signal | SignalBarCellRenderer | Display the state of cell value by dividing in several levels. |
link | LinkCellRenderer | Enable the user to click the mouse to connect to external link, etc. |
code39 | Code39CellRenderer | Display Alpha Numeric values in code39 barcode format. |
code128 | Code128CellRenderer | Display Alpha Numeric values in code128 barcode format. |
button | ButtonCellRenderer | Display image URL specified by the user in button shape. |