Class VDDGridLayout.CellDetails
java.lang.Object
io.jmix.ui.widget.client.addon.dragdroplayouts.ui.gridlayout.VDDGridLayout.CellDetails
- Enclosing class:
- VDDGridLayout
A helper class returned by getCellDetailsByCoordinates() which contains
positional and size data of the cell.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
row
public int row -
column
public int column -
x
public int x -
y
public int y -
width
public int width -
height
public int height
-
-
Constructor Details
-
CellDetails
protected CellDetails()
-