public static class CrudI18n.Confirmations.Confirmation extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
CrudI18n.Confirmations.Confirmation.Button
The confirmation options on a dialog
|
Constructor and Description |
---|
Confirmation() |
Modifier and Type | Method and Description |
---|---|
CrudI18n.Confirmations.Confirmation.Button |
getButton()
Gets the confirmation options in a dialog
|
String |
getContent()
Gets the main content in a dialog
|
String |
getTitle()
Gets the title on a dialog
|
void |
setButton(CrudI18n.Confirmations.Confirmation.Button button)
Sets the confirmation options in a dialog
|
void |
setContent(String content)
Sets the main content in a dialog
|
void |
setTitle(String title)
Sets the title on a dialog
|
String |
toString() |
public String getContent()
public void setContent(String content)
content
- the main contentpublic CrudI18n.Confirmations.Confirmation.Button getButton()
public void setButton(CrudI18n.Confirmations.Confirmation.Button button)
button
- the confirmation optionspublic String getTitle()
public void setTitle(String title)
title
- the titleCopyright © 2025. All rights reserved.