| Package | Description |
|---|---|
| org.graylog2.dashboards.widgets |
| Modifier and Type | Method and Description |
|---|---|
DashboardWidget.Type |
DashboardWidget.getType() |
static DashboardWidget.Type |
DashboardWidget.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DashboardWidget.Type[] |
DashboardWidget.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DashboardWidget(com.codahale.metrics.MetricRegistry metricRegistry,
DashboardWidget.Type type,
String id,
String description,
int cacheTimeS,
Map<String,Object> config,
String creatorUserId) |
Copyright © 2012–2014 TORCH GmbH. All rights reserved.