Uses of Class
com.vaadin.flow.component.crud.CrudI18n
-
Uses of CrudI18n in com.vaadin.flow.component.crud
Methods in com.vaadin.flow.component.crud that return CrudI18nModifier and TypeMethodDescriptionstatic CrudI18nCrudI18n.createDefault()Deprecated, for removal: This API element is subject to removal in a future version.Create a new instance and set only the properties to customize.CrudI18nUpdatedEvent.getI18n()Deprecated, for removal: This API element is subject to removal in a future version.Gets the new i18nMethods in com.vaadin.flow.component.crud with parameters of type CrudI18nModifier and TypeMethodDescriptionstatic voidCrud.addEditColumn(com.vaadin.flow.component.grid.Grid<?> grid, CrudI18n crudI18n) A helper method to add an edit column to a grid.voidSets 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) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new event using the given source and indicator whether the event originated from the client side or the server side.