Uses of Class
com.hybris.cockpitng.config.dashboard.jaxb.Grid
-
Packages that use Grid Package Description com.hybris.cockpitng.config.dashboard.jaxb com.hybris.cockpitng.engine.impl -
-
Uses of Grid in com.hybris.cockpitng.config.dashboard.jaxb
Fields in com.hybris.cockpitng.config.dashboard.jaxb with type parameters of type Grid Modifier and Type Field Description protected java.util.List<Grid>Dashboard. gridMethods in com.hybris.cockpitng.config.dashboard.jaxb that return Grid Modifier and Type Method Description GridObjectFactory. createGrid()Create an instance ofGridMethods in com.hybris.cockpitng.config.dashboard.jaxb that return types with arguments of type Grid Modifier and Type Method Description java.util.List<Grid>Dashboard. getGrid()Gets the value of the grid property. -
Uses of Grid in com.hybris.cockpitng.engine.impl
Methods in com.hybris.cockpitng.engine.impl that return Grid Modifier and Type Method Description protected GridDashboardContainerRenderer. findDefaultGrid(Dashboard dashboard)protected GridDashboardContainerRenderer. findGridByScreenSize(Dashboard dashboard)Methods in com.hybris.cockpitng.engine.impl with parameters of type Grid Modifier and Type Method Description protected ElementPlacement<WidgetInstance>DashboardContainerRenderer. getPlacement(WidgetInstance child, Grid grid)protected java.util.List<ElementPlacement<WidgetInstance>>DashboardContainerRenderer. readPlacements(java.util.List<WidgetInstance> children, Grid grid)
-