Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GridUtils

        public GridUtils()
    • 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)