public static class CrudI18n.Confirmations extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
CrudI18n.Confirmations.Confirmation
Represents texts in the confirmation dialogs
|
Constructor and Description |
---|
Confirmations() |
Modifier and Type | Method and Description |
---|---|
CrudI18n.Confirmations.Confirmation |
getCancel()
Gets the cancel confirmation dialog
|
CrudI18n.Confirmations.Confirmation |
getDelete()
Gets the delete confirmation dialog
|
void |
setCancel(CrudI18n.Confirmations.Confirmation cancel)
Sets the cancel confirmation dialog
|
void |
setDelete(CrudI18n.Confirmations.Confirmation delete)
Sets the delete confirmation dialog
|
String |
toString() |
public CrudI18n.Confirmations.Confirmation getDelete()
public void setDelete(CrudI18n.Confirmations.Confirmation delete)
delete
- the delete confirmation dialogpublic CrudI18n.Confirmations.Confirmation getCancel()
public void setCancel(CrudI18n.Confirmations.Confirmation cancel)
cancel
- the cancel confirmation dialogCopyright © 2025. All rights reserved.