Interface VGrid.RowStyler<T>

Type Parameters:
T - the row type
Enclosing class:
VGrid<T>

public static interface VGrid.RowStyler<T>
Used to assign Style rules to row cells.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    styleRow(T item, com.vaadin.flow.dom.Style style)
    Assignes Style rules to row rendered for given item.
  • Method Details

    • styleRow

      void styleRow(T item, com.vaadin.flow.dom.Style style)
      Assignes Style rules to row rendered for given item.
      Parameters:
      item - the item for which the row is rendered
      style - the style rules for given item