Uses of Class
com.vaadin.flow.component.grid.GridI18n
Packages that use GridI18n
-
Uses of GridI18n in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return GridI18nModifier and TypeMethodDescriptionGrid.getI18n()Gets the internationalization object previously set for this component.GridI18n.setSelectAll(String selectAll) Sets the accessible name (aria-label) for the select all checkbox in the selection column header cell.GridI18n.setSelectAllUnavailable(String selectAllUnavailable) Sets the accessible name announced for the selection column header cell when the select all checkbox is hidden (e.g. a data provider is used or conditional selection is enabled), rendered as a screen-reader-only label in the cell.GridI18n.setSelectRow(String selectRow) Sets the accessible name (aria-label) template for the select row checkbox in each selection column body cell.Sets the accessible name (aria-label) template for the grid sorters.Methods in com.vaadin.flow.component.grid with parameters of type GridI18n