Package com.vaadin.flow.component.crud
Class CrudI18n.Confirmations.Confirmation
java.lang.Object
com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CrudI18n.Confirmations
Represents texts in the confirmation dialogs
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The confirmation options on a dialog -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the confirmation options in a dialogGets the main content in a dialoggetTitle()
Gets the title on a dialogvoid
Sets the confirmation options in a dialogvoid
setContent
(String content) Sets the main content in a dialogvoid
Sets the title on a dialogtoString()
-
Constructor Details
-
Confirmation
public Confirmation()
-
-
Method Details
-
getContent
Gets the main content in a dialog- Returns:
- the main content
-
setContent
Sets the main content in a dialog- Parameters:
content
- the main content
-
getButton
Gets the confirmation options in a dialog- Returns:
- the confirmation options
-
setButton
Sets the confirmation options in a dialog- Parameters:
button
- the confirmation options
-
getTitle
Gets the title on a dialog- Returns:
- the title
-
setTitle
Sets the title on a dialog- Parameters:
title
- the title
-
toString
-