Class RootLayout
java.lang.Object
io.jmix.dashboards.model.visualmodel.DashboardLayout
io.jmix.dashboards.model.visualmodel.VerticalLayout
io.jmix.dashboards.model.visualmodel.RootLayout
- All Implemented Interfaces:
ContainerLayout
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
initCaption
(DashboardLayoutManager layoutManager) boolean
isRoot()
Methods inherited from class io.jmix.dashboards.model.visualmodel.DashboardLayout
addChild, findLayout, findParent, findParent, getCaption, getChildren, getExpand, getHeight, getHeightUnit, getHeightWithUnits, getId, getParent, getStyleName, getWeight, getWidth, getWidthUnit, getWidthWithUnits, removeChild, removeChild, removeOwnChild, setCaption, setChildren, setExpand, setHeight, setHeightUnit, setId, setParent, setStyleName, setWeight, setWidth, setWidthUnit
-
Constructor Details
-
RootLayout
public RootLayout()
-
-
Method Details
-
initCaption
- Overrides:
initCaption
in classVerticalLayout
-
isRoot
public boolean isRoot()- Overrides:
isRoot
in classDashboardLayout
-