public class CellLinkWidgetContent extends Object implements WidgetContent
| Constructor and Description |
|---|
CellLinkWidgetContent() |
| Modifier and Type | Method and Description |
|---|---|
List<CellDataItem> |
getCellData()
Gets the array of cell data items
|
List<Column> |
getColumns()
Gets the array of columns
|
WidgetHyperlink |
getHyperlink()
Gets the widget hyperlink
|
Long |
getSheetId()
Get the ID of the sheet from which the cell data originates
|
WidgetType |
getWidgetType()
Returns the type for this widget content object
|
CellLinkWidgetContent |
setCellData(List<CellDataItem> cellData)
Sets the array of cell data items
|
CellLinkWidgetContent |
setColumns(List<Column> columns)
Sets the array of columns
|
CellLinkWidgetContent |
setHyperlink(WidgetHyperlink hyperlink)
Sets the widget hyperlink
|
CellLinkWidgetContent |
setSheetId(Long sheetId)
Set the ID of the sheet from which the cell data originates
|
public WidgetType getWidgetType()
getWidgetType in interface WidgetContentpublic Long getSheetId()
public CellLinkWidgetContent setSheetId(Long sheetId)
sheetId - public List<CellDataItem> getCellData()
public CellLinkWidgetContent setCellData(List<CellDataItem> cellData)
cellData - public CellLinkWidgetContent setColumns(List<Column> columns)
columns - public WidgetHyperlink getHyperlink()
public CellLinkWidgetContent setHyperlink(WidgetHyperlink hyperlink)
hyperlink - Copyright © 2014–2019 Smartsheet. All rights reserved.