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.Confirmation.Button
java.lang.Object
com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation.Button
All Implemented Interfaces:
Enclosing class:
public static class CrudI18n.Confirmations.Confirmation.Button
extends Object
implements Serializable
The confirmation options on a dialog
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the confirm text
Gets the dismiss text
void
setConfirm
(String confirm) Sets the confirm text
void
setDismiss
(String dismiss) Sets the dismiss text
toString()
-
Constructor Details
-
Button
public Button()
-
-
Method Details
-
getConfirm
Gets the confirm text
Returns:
the confirm text
-
setConfirm
Sets the confirm text
Parameters:
confirm
- the confirm text -
getDismiss
Gets the dismiss text
Returns:
the dismiss text
-
setDismiss
Sets the dismiss text
Parameters:
dismiss
- the dismiss text -
toString
-