| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
Widget |
Widget.setContents(WidgetContent contents)
Get the data that specifies the contents of the widget.
|
Widget |
Widget.setHeight(Integer height)
Set the number of rows that the widget occupies
|
Widget |
Widget.setShowTitle(Boolean showTitle)
Set flag indicating if the client should display the widget title.
|
Widget |
Widget.setShowTitleIcon(Boolean showTitleIcon)
Set flag indicating if the client should display the sheet icon.
|
Widget |
Widget.setTitle(String title)
Set the title of the widget.
|
Widget |
Widget.setTitleFormat(String titleFormat)
Set the title format descriptor string
|
Widget |
Widget.setType(WidgetType type)
Set the type of the widget
|
Widget |
Widget.setVersion(Integer version)
Set the widget version number
|
Widget |
Widget.setWidth(Integer width)
Set the number of columns that the widget occupies
|
Widget |
Widget.setXPosition(Integer xPosition)
Set the x-coordinate of widget's position on the sight.
|
Widget |
Widget.setYPosition(Integer yPosition)
Set the y-coordinate of widget's position on the sight.
|
| Modifier and Type | Method and Description |
|---|---|
List<Widget> |
Sight.getWidgets()
Get the array of Sight widgets
|
| Modifier and Type | Method and Description |
|---|---|
Sight |
Sight.setWidgets(List<Widget> widgets)
Set the array of Sight widgets
|
Copyright © 2014–2017 Smartsheet. All rights reserved.