Class GridLayout
java.lang.Object
io.jmix.dashboards.model.visualmodel.DashboardLayout
io.jmix.dashboards.model.visualmodel.GridLayout
- All Implemented Interfaces:
ContainerLayout
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addChild
(DashboardLayout child) getAreas()
getGridArea
(Integer col, Integer row) getRows()
protected void
initCaption
(DashboardLayoutManager layoutManager) void
void
setChildren
(List<DashboardLayout> children) void
setColumns
(Integer columns) void
Methods inherited from class io.jmix.dashboards.model.visualmodel.DashboardLayout
findLayout, findParent, findParent, getCaption, getExpand, getHeight, getHeightUnit, getHeightWithUnits, getId, getParent, getStyleName, getWeight, getWidth, getWidthUnit, getWidthWithUnits, isRoot, removeChild, removeChild, removeOwnChild, setCaption, setExpand, setHeight, setHeightUnit, setId, setParent, setStyleName, setWeight, setWidth, setWidthUnit
-
Field Details
-
rows
-
columns
-
areas
-
-
Constructor Details
-
GridLayout
public GridLayout()
-
-
Method Details
-
initCaption
-
setAreas
-
getAreas
-
addArea
-
getRows
-
setRows
-
getColumns
-
setColumns
-
getChildren
- Overrides:
getChildren
in classDashboardLayout
-
setChildren
- Overrides:
setChildren
in classDashboardLayout
-
getGridArea
-
addChild
- Overrides:
addChild
in classDashboardLayout
-