com.vaadin.flow.component.crud.
Package com.vaadin.flow.component.crud
Class CrudI18n.Confirmations.Confirmation
java.lang.Object
com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation
All Implemented Interfaces:
Enclosing class:
Represents texts in the confirmation dialogs
See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The confirmation options on a dialog
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the confirmation options in a dialog
Gets the main content in a dialog
getTitle()
Gets the title on a dialog
void
Sets the confirmation options in a dialog
void
setContent
(String content) Sets the main content in a dialog
void
Sets the title on a dialog
toString()
-
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
-