Class GridLayout
java.lang.Object
io.jmix.dashboards.model.visualmodel.DashboardLayout
io.jmix.dashboards.model.visualmodel.GridLayout
- All Implemented Interfaces:
- ContainerLayout
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.DashboardLayoutfindLayout, 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- 
GridLayoutpublic GridLayout()
 
- 
- 
Method Details- 
initCaption
- 
setAreas
- 
getAreas
- 
addArea
- 
getRows
- 
setRows
- 
getColumns
- 
setColumns
- 
getChildren- Overrides:
- getChildrenin class- DashboardLayout
 
- 
setChildren- Overrides:
- setChildrenin class- DashboardLayout
 
- 
getGridArea
- 
addChild- Overrides:
- addChildin class- DashboardLayout
 
 
-