}
@SuppressWarnings("unchecked")
public void render(Object value, TableView tableView, TableView.Column column,
boolean rowSelected, boolean rowHighlighted, boolean rowDisabled) {
Image image = null;
// Get the row and cell data
String columnName = column.getName();
if (columnName != null) {
Dictionary<String, Object> rowData;