Class ResponsiveLayout
java.lang.Object
io.jmix.dashboards.model.visualmodel.DashboardLayout
io.jmix.dashboards.model.visualmodel.ResponsiveLayout
- All Implemented Interfaces:
ContainerLayout
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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.DashboardLayout
findLayout, 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
-
ResponsiveLayout
public ResponsiveLayout()
-
-
Method Details
-
getAreas
-
setAreas
-
initCaption
-
addChild
- Overrides:
addChildin classDashboardLayout
-
addArea
-
removeOwnChild
- Overrides:
removeOwnChildin classDashboardLayout
-
getChildren
- Overrides:
getChildrenin classDashboardLayout
-
setChildren
- Overrides:
setChildrenin classDashboardLayout
-
findArea
-
getXs
-
setXs
-
getSm
-
setSm
-
getMd
-
setMd
-
getLg
-
setLg
-