We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.crud.
Class CrudI18n.Confirmations
- java.lang.Object
-
- com.vaadin.flow.component.crud.CrudI18n.Confirmations
-
All Implemented Interfaces:
Enclosing class:
public static class CrudI18n.Confirmations extends Object implements Serializable
The confirmation dialogs used in the component
See Also:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
CrudI18n.Confirmations.Confirmation
Represents texts in the confirmation dialogs
-
Constructor Summary
Constructors Constructor and Description Confirmations()
-
Method Summary
All Methods Modifier and Type Method and Description CrudI18n.Confirmations.Confirmation
getCancel()
Gets the cancel confirmation dialog
CrudI18n.Confirmations.Confirmation
getDelete()
Gets the delete confirmation dialog
void
setCancel(CrudI18n.Confirmations.Confirmation cancel)
Sets the cancel confirmation dialog
void
setDelete(CrudI18n.Confirmations.Confirmation delete)
Sets the delete confirmation dialog
String
toString()
-
-
-
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
-
-