Package | Description |
---|---|
com.vaadin.flow.component.crud |
Constructor and Description |
---|
CancelEvent(Crud<E> source,
boolean fromClient,
Object ignored)
Creates a new event using the given source and indicator whether the
event originated from the client side or the server side.
|
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.
|
DeleteEvent(Crud<E> source,
boolean fromClient,
Object ignored)
Creates a new event using the given source and indicator whether the
event originated from the client side or the server side.
|
EditEvent(Crud<E> source,
boolean fromClient,
elemental.json.JsonObject item,
Object ignored)
Creates a new event using the given source and indicator whether the
event originated from the client side or the server side.
|
NewEvent(Crud<E> source,
boolean fromClient,
Object ignored)
Creates a new event using the given source and indicator whether the
event originated from the client side or the server side.
|
SaveEvent(Crud<E> source,
boolean fromClient,
Object ignored)
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.