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.
Package com.vaadin.flow.component.crud
Class CrudI18n.Confirmations
java.lang.Object
com.vaadin.flow.component.crud.CrudI18n.Confirmations
All Implemented Interfaces:
Enclosing class:
The confirmation dialogs used in the component
See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Represents texts in the confirmation dialogs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the cancel confirmation dialog
Gets the delete confirmation dialog
void
Sets the cancel confirmation dialog
void
Sets the delete confirmation dialog
toString()
-
Constructor Details
-
Confirmations
public Confirmations()
-
-
Method Details
-
getDelete
Gets the delete confirmation dialog
Returns:
the delete confirmation dialog
-
setDelete
Sets the delete confirmation dialog
Parameters:
delete
- the delete confirmation dialog -
getCancel
Gets the cancel confirmation dialog
Returns:
the cancel confirmation dialog
-
setCancel
Sets the cancel confirmation dialog
Parameters:
cancel
- the cancel confirmation dialog -
toString
-