Package io.jmix.dashboards.utils
Class DashboardLayoutUtils
java.lang.Object
io.jmix.dashboards.utils.DashboardLayoutUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intavailableColumns(GridLayout gridLayout, GridCellLayout gridCell) static intavailableRows(GridLayout gridLayout, GridCellLayout gridCell) static DashboardLayoutfindLayout(DashboardLayout root, UUID uuid) static DashboardLayoutfindParentLayout(DashboardLayout root, DashboardLayout child) static DashboardLayoutfindParentLayout(DashboardLayout root, UUID childId) static List<DashboardLayout>findParentsLayout(DashboardLayout root, UUID child) static booleanisEmptyGridArea(GridArea gridArea) static booleanisGridCellLayout(DashboardLayout layout) static booleanisGridExpanded(GridArea gridArea) static booleanisLinearLayout(DashboardLayout layout) static booleanisParentCssLayout(DashboardLayout layout) static booleanisParentHasExpand(DashboardLayout layout) static booleanstatic booleanisRootLayout(DashboardLayout layout)
-
Constructor Details
-
DashboardLayoutUtils
public DashboardLayoutUtils()
-
-
Method Details
-
findParentLayout
@Nullable public static DashboardLayout findParentLayout(DashboardLayout root, DashboardLayout child) -
findParentLayout
-
findLayout
-
isLinearLayout
-
isParentCssLayout
-
isParentHasExpand
-
isGridCellLayout
-
isRootLayout
-
findParentsLayout
-
availableColumns
-
availableRows
-
isEmptyGridArea
-
isGridExpanded
-
isParentResponsiveLayout
-