Package org.openremote.model.dashboard
Class DashboardWidget
java.lang.Object
org.openremote.model.dashboard.DashboardWidget
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @NotNull(message="{Dashboard.widget.displayName.NotNull}") String
protected @NotNull(message="{Dashboard.widget.gridItem.NotNull}") @Valid DashboardGridItem
protected String
protected Object
protected @NotNull(message="{Dashboard.widget.widgetTypeId.NotNull}") String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
int
hashCode()
setDisplayName
(@NotNull String displayName) setGridItem
(@NotNull DashboardGridItem gridItem) setWidgetConfig
(Object widgetConfig) setWidgetTypeId
(@NotNull String widgetTypeId)
-
Field Details
-
id
-
displayName
@NotNull(message="{Dashboard.widget.displayName.NotNull}") protected @NotNull(message="{Dashboard.widget.displayName.NotNull}") String displayName -
gridItem
@NotNull(message="{Dashboard.widget.gridItem.NotNull}") @Valid protected @NotNull(message="{Dashboard.widget.gridItem.NotNull}") @Valid DashboardGridItem gridItem -
widgetTypeId
@NotNull(message="{Dashboard.widget.widgetTypeId.NotNull}") protected @NotNull(message="{Dashboard.widget.widgetTypeId.NotNull}") String widgetTypeId -
widgetConfig
-
-
Constructor Details
-
DashboardWidget
public DashboardWidget()
-
-
Method Details