Uses of Interface
com.flowingcode.vaadin.addons.gridhelpers.GridStylesHelper
-
-
Uses of GridStylesHelper in com.flowingcode.vaadin.addons.gridhelpers
Methods in com.flowingcode.vaadin.addons.gridhelpers that return GridStylesHelper Modifier and Type Method Description static GridStylesHelper
GridHelper. getFooterStyles(com.vaadin.flow.component.grid.Grid<?> grid, com.vaadin.flow.component.grid.FooterRow row)
static GridStylesHelper
GridHelper. getFooterStyles(com.vaadin.flow.component.grid.Grid<?> grid, com.vaadin.flow.component.grid.FooterRow.FooterCell cell)
static GridStylesHelper
GridHelper. getHeaderStyles(com.vaadin.flow.component.grid.Grid<?> grid, com.vaadin.flow.component.grid.HeaderRow row)
static GridStylesHelper
GridHelper. getHeaderStyles(com.vaadin.flow.component.grid.Grid<?> grid, com.vaadin.flow.component.grid.HeaderRow.HeaderCell cell)
-