Package | Description |
---|---|
com.vaadin.flow.component.crud |
Modifier and Type | Method and Description |
---|---|
static CrudI18n |
CrudI18n.createDefault()
Creates a new instance with the default messages
|
CrudI18n |
CrudI18nUpdatedEvent.getI18n()
Gets the new i18n
|
Modifier and Type | Method and Description |
---|---|
static void |
Crud.addEditColumn(Grid grid,
CrudI18n crudI18n)
A helper method to add an edit column to a grid.
|
void |
Crud.setI18n(CrudI18n i18n)
Sets the internationalized messages to be used by this crud instance.
|
Constructor and 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.
|
Copyright © 2025. All rights reserved.