Uses of Class
com.vaadin.flow.component.crud.CrudI18n
Packages that use CrudI18n
-
Uses of CrudI18n in com.vaadin.flow.component.crud
Methods in com.vaadin.flow.component.crud that return CrudI18nModifier and TypeMethodDescriptionstatic CrudI18n
CrudI18n.createDefault()
Creates a new instance with the default messagesCrudI18nUpdatedEvent.getI18n()
Gets the new i18nMethods in com.vaadin.flow.component.crud with parameters of type CrudI18nModifier and TypeMethodDescriptionstatic void
Crud.addEditColumn
(Grid<?> grid, CrudI18n crudI18n) A helper method to add an edit column to a grid.void
Sets the internationalized messages to be used by this crud instance.Constructors in com.vaadin.flow.component.crud with parameters of type CrudI18nModifierConstructorDescriptionCrudI18nUpdatedEvent
(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.