Package org.openremote.model.dashboard
Class DashboardGridItem
java.lang.Object
org.openremote.model.dashboard.DashboardGridItem
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @jakarta.validation.constraints.Min(value=1L, message="{Dashboard.gridItem.h.Min}") int
protected String
protected boolean
protected int
protected int
protected int
protected int
protected boolean
protected boolean
protected @jakarta.validation.constraints.Min(value=1L, message="{Dashboard.gridItem.w.Min}") int
protected int
protected int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
x
protected int x -
y
protected int y -
w
@Min(value=1L, message="{Dashboard.gridItem.w.Min}") protected @jakarta.validation.constraints.Min(value=1L, message="{Dashboard.gridItem.w.Min}") int w -
h
@Min(value=1L, message="{Dashboard.gridItem.h.Min}") protected @jakarta.validation.constraints.Min(value=1L, message="{Dashboard.gridItem.h.Min}") int h -
minH
protected int minH -
minW
protected int minW -
minPixelH
protected int minPixelH -
minPixelW
protected int minPixelW -
noResize
protected boolean noResize -
noMove
protected boolean noMove -
locked
protected boolean locked
-
-
Constructor Details
-
DashboardGridItem
public DashboardGridItem()
-
-
Method Details
-
setX
-
setY
-
setW
-
setH
-