Package com.vaadin.flow.component.crud
Class CrudI18n.Confirmations
- java.lang.Object
-
- com.vaadin.flow.component.crud.CrudI18n.Confirmations
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CrudI18n
public static class CrudI18n.Confirmations extends Object implements Serializable
The confirmation dialogs used in the component- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCrudI18n.Confirmations.ConfirmationRepresents texts in the confirmation dialogs
-
Constructor Summary
Constructors Constructor Description Confirmations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CrudI18n.Confirmations.ConfirmationgetCancel()Gets the cancel confirmation dialogCrudI18n.Confirmations.ConfirmationgetDelete()Gets the delete confirmation dialogvoidsetCancel(CrudI18n.Confirmations.Confirmation cancel)Sets the cancel confirmation dialogvoidsetDelete(CrudI18n.Confirmations.Confirmation delete)Sets the delete confirmation dialogStringtoString()
-
-
-
Method Detail
-
getDelete
public CrudI18n.Confirmations.Confirmation getDelete()
Gets the delete confirmation dialog- Returns:
- the delete confirmation dialog
-
setDelete
public void setDelete(CrudI18n.Confirmations.Confirmation delete)
Sets the delete confirmation dialog- Parameters:
delete- the delete confirmation dialog
-
getCancel
public CrudI18n.Confirmations.Confirmation getCancel()
Gets the cancel confirmation dialog- Returns:
- the cancel confirmation dialog
-
setCancel
public void setCancel(CrudI18n.Confirmations.Confirmation cancel)
Sets the cancel confirmation dialog- Parameters:
cancel- the cancel confirmation dialog
-
-