Uses of Class
com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation
-
Packages that use CrudI18n.Confirmations.Confirmation Package Description com.vaadin.flow.component.crud -
-
Uses of CrudI18n.Confirmations.Confirmation in com.vaadin.flow.component.crud
Methods in com.vaadin.flow.component.crud that return CrudI18n.Confirmations.Confirmation Modifier and Type Method Description CrudI18n.Confirmations.ConfirmationCrudI18n.Confirmations. getCancel()Gets the cancel confirmation dialogCrudI18n.Confirmations.ConfirmationCrudI18n.Confirmations. getDelete()Gets the delete confirmation dialogMethods in com.vaadin.flow.component.crud with parameters of type CrudI18n.Confirmations.Confirmation Modifier and Type Method Description voidCrudI18n.Confirmations. setCancel(CrudI18n.Confirmations.Confirmation cancel)Sets the cancel confirmation dialogvoidCrudI18n.Confirmations. setDelete(CrudI18n.Confirmations.Confirmation delete)Sets the delete confirmation dialog
-