public class CellDataItem extends Object
| Constructor and Description |
|---|
CellDataItem() |
| Modifier and Type | Method and Description |
|---|---|
Cell |
getCell()
Get the cell object
|
Long |
getColumnId()
Get the column Id for the cell.
|
String |
getLabel()
Get the label for the data point.
|
String |
getLabelFormat()
Get the format descriptor for the label
|
Object |
getObjectValue()
Get the object for this CellDataItem.
|
Integer |
getOrder()
Get the display order for the CellDataItem
|
String |
getValueFormat()
Get the format descriptor for the cell value
|
CellDataItem |
setCell(Cell cell)
Set the cell object
|
CellDataItem |
setColumnId(Long columnId)
Set the column Id for the cell.
|
CellDataItem |
setLabel(String label)
Set the label for the data point.
|
CellDataItem |
setLabelFormat(String labelFormat)
Set the format descriptor for the label
|
CellDataItem |
setObjectValue(Object objectValue)
Set the object for this CellDataItem.
|
CellDataItem |
setOrder(Integer order)
Set the display order for the CellDataItem
|
CellDataItem |
setValueFormat(String valueFormat)
Set the format descriptor for the cell value
|
public String getLabel()
public CellDataItem setLabel(String label)
label - public String getLabelFormat()
public CellDataItem setLabelFormat(String labelFormat)
labelFormat - public Object getObjectValue()
public CellDataItem setObjectValue(Object objectValue)
objectValue - public Cell getCell()
public CellDataItem setCell(Cell cell)
cell - public String getValueFormat()
public CellDataItem setValueFormat(String valueFormat)
valueFormat - public Integer getOrder()
public CellDataItem setOrder(Integer order)
order - public Long getColumnId()
public CellDataItem setColumnId(Long columnId)
columnId - Copyright © 2014–2017 Smartsheet. All rights reserved.