Class GridCellLayout
java.lang.Object
io.jmix.dashboards.model.visualmodel.DashboardLayout
io.jmix.dashboards.model.visualmodel.VerticalLayout
io.jmix.dashboards.model.visualmodel.GridCellLayout
- All Implemented Interfaces:
- ContainerLayout
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetRow()voidsetColSpan(Integer colSpan) voidvoidvoidsetRowSpan(Integer rowSpan) Methods inherited from class io.jmix.dashboards.model.visualmodel.VerticalLayoutinitCaptionMethods inherited from class io.jmix.dashboards.model.visualmodel.DashboardLayoutaddChild, findLayout, findParent, findParent, getCaption, getChildren, getExpand, getHeight, getHeightUnit, getHeightWithUnits, getId, getParent, getStyleName, getWeight, getWidth, getWidthUnit, getWidthWithUnits, isRoot, removeChild, removeChild, removeOwnChild, setCaption, setChildren, setExpand, setHeight, setHeightUnit, setId, setParent, setStyleName, setWeight, setWidth, setWidthUnit
- 
Field Details- 
row
- 
column
- 
colSpan
- 
rowSpan
 
- 
- 
Constructor Details- 
GridCellLayoutpublic GridCellLayout()
 
- 
- 
Method Details- 
getRow
- 
setRow
- 
getColumn
- 
setColumn
- 
getColSpan
- 
setColSpan
- 
getRowSpan
- 
setRowSpan
 
-