Class GridCellLayout
java.lang.Object
io.jmix.dashboards.model.visualmodel.DashboardLayout
io.jmix.dashboards.model.visualmodel.VerticalLayout
io.jmix.dashboards.model.visualmodel.GridCellLayout
- All Implemented Interfaces:
ContainerLayout
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRow()
void
setColSpan
(Integer colSpan) void
void
void
setRowSpan
(Integer rowSpan) Methods inherited from class io.jmix.dashboards.model.visualmodel.VerticalLayout
initCaption
Methods inherited from class io.jmix.dashboards.model.visualmodel.DashboardLayout
addChild, findLayout, findParent, findParent, getCaption, getChildren, getExpand, getHeight, getHeightUnit, getHeightWithUnits, getId, getParent, getStyleName, getWeight, getWidth, getWidthUnit, getWidthWithUnits, isRoot, removeChild, removeChild, removeOwnChild, setCaption, setChildren, setExpand, setHeight, setHeightUnit, setId, setParent, setStyleName, setWeight, setWidth, setWidthUnit
-
Field Details
-
row
-
column
-
colSpan
-
rowSpan
-
-
Constructor Details
-
GridCellLayout
public GridCellLayout()
-
-
Method Details
-
getRow
-
setRow
-
getColumn
-
setColumn
-
getColSpan
-
setColSpan
-
getRowSpan
-
setRowSpan
-