Class ResponsiveLayout
java.lang.Object
io.jmix.dashboards.model.visualmodel.DashboardLayout
io.jmix.dashboards.model.visualmodel.ResponsiveLayout
- All Implemented Interfaces:
- ContainerLayout
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddArea(ResponsiveArea area) voidaddChild(DashboardLayout child) findArea(DashboardLayout layout) getAreas()getLg()getMd()getSm()getXs()protected voidinitCaption(DashboardLayoutManager layoutManager) voidremoveOwnChild(DashboardLayout child) voidsetAreas(Set<ResponsiveArea> areas) voidsetChildren(List<DashboardLayout> children) voidvoidvoidvoidMethods 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, setCaption, setExpand, setHeight, setHeightUnit, setId, setParent, setStyleName, setWeight, setWidth, setWidthUnit
- 
Field Details- 
xs
- 
sm
- 
md
- 
lg
- 
areas
 
- 
- 
Constructor Details- 
ResponsiveLayoutpublic ResponsiveLayout()
 
- 
- 
Method Details- 
getAreas
- 
setAreas
- 
initCaption
- 
addChild- Overrides:
- addChildin class- DashboardLayout
 
- 
addArea
- 
removeOwnChild- Overrides:
- removeOwnChildin class- DashboardLayout
 
- 
getChildren- Overrides:
- getChildrenin class- DashboardLayout
 
- 
setChildren- Overrides:
- setChildrenin class- DashboardLayout
 
- 
findArea
- 
getXs
- 
setXs
- 
getSm
- 
setSm
- 
getMd
- 
setMd
- 
getLg
- 
setLg
 
-