We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 messages
CrudI18nUpdatedEvent.getI18n()
Gets the new i18n
Methods 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.