Uses of Class
org.graylog2.contentpacks.model.entities.DashboardWidgetEntity.Position
Packages that use DashboardWidgetEntity.Position
-
Uses of DashboardWidgetEntity.Position in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities that return DashboardWidgetEntity.PositionModifier and TypeMethodDescriptionDashboardWidgetEntity.Position.create(@PositiveOrZero ValueReference width, @PositiveOrZero ValueReference height, @PositiveOrZero ValueReference row, @PositiveOrZero ValueReference col) Methods in org.graylog2.contentpacks.model.entities that return types with arguments of type DashboardWidgetEntity.PositionModifier and TypeMethodDescriptionabstract Optional<DashboardWidgetEntity.Position>DashboardWidgetEntity.position()Methods in org.graylog2.contentpacks.model.entities with parameters of type DashboardWidgetEntity.PositionModifier and TypeMethodDescriptionstatic DashboardWidgetEntityDashboardWidgetEntity.create(@NotNull ValueReference id, @NotNull ValueReference description, @NotBlank ValueReference type, @PositiveOrZero ValueReference cacheTime, @NotNull TimeRangeEntity timeRange, @NotNull ReferenceMap configuration, DashboardWidgetEntity.Position position)