public class ColumnDescription extends TableElement
| Constructor and Description |
|---|
ColumnDescription(String id,
ValueType type,
String label) |
ColumnDescription(String id,
ValueType type,
String label,
CellFormatter cellFormatter) |
| Modifier and Type | Method and Description |
|---|---|
TableCell |
createTableCell(Value value) |
TableCell |
createTableCell(Value value,
String formattedValue) |
CellFormatter |
getCellFormatter() |
String |
getId() |
String |
getLabel() |
ValueType |
getType() |
getPropertiesAsJson, hasProperties, setPropertiespublic ColumnDescription(String id, ValueType type, String label, CellFormatter cellFormatter)
public String getId()
public ValueType getType()
public String getLabel()
public CellFormatter getCellFormatter()
Copyright © 2012. All Rights Reserved.