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.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 Constructor Description Button()
-
Method Summary
All Methods Modifier and Type Method Description String
getConfirm()
Gets the confirm text
String
getDismiss()
Gets the dismiss text
void
setConfirm(String confirm)
Sets the confirm text
void
setDismiss(String dismiss)
Sets the dismiss text
String
toString()
-
-
-
Method Detail
-
getConfirm
public String getConfirm()
Gets the confirm text
Returns:
the confirm text
-
setConfirm
public void setConfirm(String confirm)
Sets the confirm text
Parameters:
confirm
- the confirm text
-
getDismiss
public String getDismiss()
Gets the dismiss text
Returns:
the dismiss text
-
setDismiss
public void setDismiss(String dismiss)
Sets the dismiss text
Parameters:
dismiss
- the dismiss text
-
-