public enum WidgetType extends Enum<WidgetType>
| Enum Constant and Description |
|---|
CHART
ChartWidgetContent object
|
GRIDGANTT
ReportWidgetContent object
|
IMAGE
ImageWidgetContent object
|
METRIC
CellLinkWidgetContent object
|
RICHTEXT
RichTextWidgetContent object
|
SHEETSUMMARY
SHEETSUMMARY (is now METRIC) decodes to CellLinkWidgetContent object
|
SHORTCUT
ShortcutWidgetContent object
|
SHORTCUTICON |
SHORTCUTLIST
SHORTCUTLIST, SHORTCUTICON (both now SHORTCUT) decode to ShortcutWidgetContent object
|
TITLE
same as RichTextWidgetContent object
|
WEBCONTENT
WebContentWidgetContent object
|
| Modifier and Type | Method and Description |
|---|---|
static WidgetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WidgetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WidgetType CHART
public static final WidgetType IMAGE
public static final WidgetType METRIC
public static final WidgetType GRIDGANTT
public static final WidgetType RICHTEXT
public static final WidgetType SHORTCUT
public static final WidgetType TITLE
public static final WidgetType WEBCONTENT
public static final WidgetType SHORTCUTLIST
public static final WidgetType SHORTCUTICON
public static final WidgetType SHEETSUMMARY
public static WidgetType[] values()
for (WidgetType c : WidgetType.values()) System.out.println(c);
public static WidgetType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2014–2019 Smartsheet. All rights reserved.