Class GridLayout
java.lang.Object
io.jmix.dashboards.model.visualmodel.DashboardLayout
io.jmix.dashboards.model.visualmodel.GridLayout
- All Implemented Interfaces:
ContainerLayout
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddChild(DashboardLayout child) getAreas()getGridArea(Integer col, Integer row) getRows()protected voidinitCaption(DashboardLayoutManager layoutManager) voidvoidsetChildren(List<DashboardLayout> children) voidsetColumns(Integer columns) voidMethods 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:
getChildrenin classDashboardLayout
-
setChildren
- Overrides:
setChildrenin classDashboardLayout
-
getGridArea
-
addChild
- Overrides:
addChildin classDashboardLayout
-