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 |
getDataSource()
Gets the data source (currently CELL)
|
String |
getLabel()
Get the label for the data point.
|
Format |
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
|
Long |
getRowId()
Get the row Id for the item
|
Long |
getSheetId()
Get the sheet Id for the item
|
Format |
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 |
setDataSource(String dataSource)
Sets the data source
|
CellDataItem |
setLabel(String label)
Set the label for the data point.
|
CellDataItem |
setLabelFormat(Format 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 |
setRowId(Long rowId)
Set the row Id for the item
|
CellDataItem |
setSheetId(Long sheetId)
Set the sheet Id for the item
|
CellDataItem |
setValueFormat(Format valueFormat)
Set the format descriptor for the cell value
|
public Long getColumnId()
public CellDataItem setColumnId(Long columnId)
columnId - public Long getRowId()
public CellDataItem setRowId(Long rowId)
rowId - public Long getSheetId()
public CellDataItem setSheetId(Long sheetId)
sheetId - public Object getObjectValue()
public CellDataItem setObjectValue(Object objectValue)
objectValue - public Cell getCell()
public CellDataItem setCell(Cell cell)
cell - public String getDataSource()
public CellDataItem setDataSource(String dataSource)
dataSource - public String getLabel()
public CellDataItem setLabel(String label)
label - public Format getLabelFormat()
public CellDataItem setLabelFormat(Format labelFormat)
labelFormat - public Integer getOrder()
public CellDataItem setOrder(Integer order)
order - public Format getValueFormat()
public CellDataItem setValueFormat(Format valueFormat)
valueFormat - Copyright © 2014–2019 Smartsheet. All rights reserved.