Skip to main content

NeonDashletUIConfiguration

This page provides generated reference documentation for the NeonDashletUIConfiguration data model.

Beschreibung eines Datenmodells für eine DashletUIKonfiguration. Enhält Positions und Größenangaben für ein aktives Dashlet

Overview

PropertySummary
xPosX position of the dashlet
yPosY position of the dashlet
colspanWidth of the dashlet
rowspanHeight of the dashlet

xPos

Type: Integer
Default: 0
Constraints: Verification: EVerifier.DASHLET_XPOS, Minimum: DashboardConst.MIN_XPOS, Maximum: DashboardConst.MAX_XPOS

X position of the dashlet


yPos

Type: Integer
Default: 0
Constraints: Verification: EVerifier.DASHLET_YPOS, Minimum: DashboardConst.MIN_YPOS, Maximum: DashboardConst.MAX_YPOS

Y position of the dashlet


colspan

Type: Integer
Default: 1
Constraints: Verification: EVerifier.DASHLET_COLSPAN, Minimum: DashboardConst.MIN_COLSPAN, Maximum: DashboardConst.MAX_COLSPAN

Width of the dashlet


rowspan

Type: Integer
Default: 4
Constraints: Verification: EVerifier.DASHLET_ROWSPAN, Minimum: DashboardConst.MIN_ROWSPAN, Maximum: DashboardConst.MAX_ROWSPAN

Height of the dashlet