Class GridUtils
- java.lang.Object
-
- com.flowingcode.vaadin.addons.gridexporter.GridUtils
-
public class GridUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GridUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getFooter(com.vaadin.flow.component.grid.Grid.Column<?> column)
static @NotNull java.lang.String
getHeader(com.vaadin.flow.component.grid.Grid.Column<?> column)
See https://github.com/vaadin/flow-components/issues/1496
-
-
-
Method Detail
-
getHeader
@NotNull public static @NotNull java.lang.String getHeader(@NotNull com.vaadin.flow.component.grid.Grid.Column<?> column)
See https://github.com/vaadin/flow-components/issues/1496
-
getFooter
public static java.lang.String getFooter(@NotNull com.vaadin.flow.component.grid.Grid.Column<?> column)
-
-