| Package | Description |
|---|---|
| org.graylog2.contentpacks.model.entities |
| Modifier and Type | Method and Description |
|---|---|
static DashboardWidgetEntity.Position |
DashboardWidgetEntity.Position.create(@PositiveOrZero ValueReference width,
@PositiveOrZero ValueReference height,
@PositiveOrZero ValueReference row,
@PositiveOrZero ValueReference col) |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<DashboardWidgetEntity.Position> |
DashboardWidgetEntity.position() |
| Modifier and Type | Method and Description |
|---|---|
static DashboardWidgetEntity |
DashboardWidgetEntity.create(@NotNull ValueReference id,
@NotNull ValueReference description,
@NotBlank ValueReference type,
@PositiveOrZero ValueReference cacheTime,
@NotNull TimeRangeEntity timeRange,
@NotNull ReferenceMap configuration,
DashboardWidgetEntity.Position position) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.