Uses of Class
com.vaadin.flow.component.crud.CrudI18n
-
Packages that use CrudI18n Package Description com.vaadin.flow.component.crud -
-
Uses of CrudI18n in com.vaadin.flow.component.crud
Methods in com.vaadin.flow.component.crud that return CrudI18n Modifier and Type Method Description static CrudI18nCrudI18n. createDefault()Creates a new instance with the default messagesCrudI18nCrudI18nUpdatedEvent. getI18n()Gets the new i18nMethods in com.vaadin.flow.component.crud with parameters of type CrudI18n Modifier and Type Method Description static voidCrud. addEditColumn(Grid grid, CrudI18n crudI18n)A helper method to add an edit column to a grid.voidCrud. setI18n(CrudI18n i18n)Sets the internationalized messages to be used by this crud instance.Constructors in com.vaadin.flow.component.crud with parameters of type CrudI18n Constructor Description CrudI18nUpdatedEvent(Crud<?> source, boolean fromClient, CrudI18n i18n)Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
-