@groovy.transform.CompileStatic final enum DashboardWidgetType extends java.lang.Enum<E<E>>
Modifiers | Name | Description |
---|---|---|
static DashboardWidgetType |
AREA_CHART |
|
static DashboardWidgetType |
BAR_CHART |
|
static DashboardWidgetType |
BI_DIRECTION_BAR |
|
static DashboardWidgetType |
BULLET_CHART |
|
static DashboardWidgetType |
COLUMN_CHART |
|
static DashboardWidgetType |
COUNTDOWN |
|
static DashboardWidgetType |
DATA_TABLE |
|
static DashboardWidgetType |
GAUGE_CHART |
|
static DashboardWidgetType |
HISTOGRAM |
|
static DashboardWidgetType |
LINE_CHART |
|
static DashboardWidgetType |
LIQUID_CHART |
|
static DashboardWidgetType |
MARKDOWN |
|
static DashboardWidgetType |
MAX_VALUE |
|
static DashboardWidgetType |
MIN_VALUE |
|
static DashboardWidgetType |
PIE_CHART |
|
static DashboardWidgetType |
PROGRESS_CHART |
|
static DashboardWidgetType |
RING_PROGRESS_CHART |
|
static DashboardWidgetType |
STATISTIC |
|
static DashboardWidgetType |
TINY_AREA_CHART |
|
static DashboardWidgetType |
TINY_COLUMN_CHART |
|
static DashboardWidgetType |
TINY_LINE_CHART |
Type Params | Return Type | Name and description |
---|---|---|
|
static DashboardWidgetType |
get(java.lang.String label) |
|
java.lang.String |
getLabel() |
|
DashboardWidgetType |
next() |
|
DashboardWidgetType |
previous() |
|
static DashboardWidgetType |
valueOf(java.lang.String name) |
|
static final DashboardWidgetType[] |
values() |