public enum WidgetType extends Enum<WidgetType>
| Enum Constant and Description |
|---|
CELLLINK
CellLinkWidgetContent object
|
GRIDGANTT
ReportWidgetContent object
|
IMAGE
ImageWidgetContent object
|
RICHTEXT
RichTextWidgetContent object
|
SHEETSUMMARY
CellLinkWidgetContent object
|
SHORTCUTICON
ShortcutWidgetContent object
|
SHORTCUTLIST
ShortcutWidgetContent object
|
TITLE
same as RichTextWidgetContent 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 CELLLINK
public static final WidgetType SHEETSUMMARY
public static final WidgetType RICHTEXT
public static final WidgetType SHORTCUTICON
public static final WidgetType SHORTCUTLIST
public static final WidgetType GRIDGANTT
public static final WidgetType IMAGE
public static final WidgetType TITLE
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–2017 Smartsheet. All rights reserved.