public class GxRendererImageRenderer
extends GxRendererAbstract
The renderer can be used to display a list of images based on the cells values using a json object
Modifier and Type | Field and Description |
---|---|
BBjString | Height! The image's height |
JsonObject | List! A json object |
BBjString | Width! The image's width |
Constructor and Description |
---|
GxRendererImageRenderer(JsonObject list!) Construct new GxRendererImageRenderer |
Modifier and Type | Method and Description |
---|---|
JsonObject | getAsJsonObject() {@inheritDoc} |
static BBjString | getCellRendererName() {@inheritDoc} |
public BBjString Height!
The image's height
public JsonObject List!
A json object
public BBjString Width!
The image's width
public GxRendererImageRenderer(JsonObject list!)
Construct new GxRendererImageRenderer
JsonObject
list! The images listpublic JsonObject getAsJsonObject()
public static BBjString getCellRendererName()