Class DashboardLayout
java.lang.Object
io.jmix.dashboards.model.visualmodel.DashboardLayout
- Direct Known Subclasses:
CssLayout,GridLayout,HorizontalLayout,ResponsiveLayout,VerticalLayout,WidgetLayout
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(DashboardLayout child) findLayout(UUID uuid) findParent(DashboardLayout child) findParent(UUID childId) getId()getWidth()booleanisRoot()voidremoveChild(DashboardLayout child) voidremoveChild(UUID childId) voidremoveOwnChild(DashboardLayout child) voidsetCaption(String caption) voidsetChildren(List<DashboardLayout> children) voidvoidvoidsetHeightUnit(SizeUnit heightUnit) voidvoidsetParent(DashboardLayout parent) voidsetStyleName(String styleName) voidvoidvoidsetWidthUnit(SizeUnit widthUnit)
-
Field Details
-
id
-
children
-
parent
-
weight
The expand ratio of given layout in a parent layout. -
expand
-
styleName
-
width
-
height
-
widthUnit
-
heightUnit
-
caption
-
-
Constructor Details
-
DashboardLayout
public DashboardLayout()
-
-
Method Details
-
getWeight
-
setWeight
-
getChildren
-
setChildren
-
addChild
-
removeOwnChild
-
removeChild
-
removeChild
-
findParent
-
findParent
-
findLayout
-
getCaption
-
setCaption
-
isRoot
public boolean isRoot() -
getStyleName
-
setStyleName
-
getWidth
-
setWidth
-
getHeight
-
setHeight
-
getWidthUnit
-
setWidthUnit
-
getHeightUnit
-
setHeightUnit
-
getWidthWithUnits
-
getHeightWithUnits
-
getParent
-
setParent
-
getExpand
-
setExpand
-
getId
-
setId
-