Class DashboardGridItem

java.lang.Object
org.openremote.model.dashboard.DashboardGridItem

public class DashboardGridItem extends Object
  • Field Details

    • id

      protected String 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