Class JmixUploadI18N.UploadDialog
java.lang.Object
io.jmix.flowui.kit.component.upload.JmixUploadI18N.UploadDialog
- Enclosing class:
- JmixUploadI18N
Contains properties for the upload dialog.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTitle()
Sets text to the cancel button.Sets text that is shown in the dialog header.
-
Field Details
-
title
-
cancel
-
-
Constructor Details
-
UploadDialog
public UploadDialog()
-
-
Method Details
-
getTitle
- Returns:
- text that is shown in the dialog header
-
setTitle
Sets text that is shown in the dialog header.- Parameters:
title
- text to set- Returns:
- current instance
-
getCancel
- Returns:
- text from the cancel button
-
setCancel
Sets text to the cancel button.- Parameters:
cancel
- text to set- Returns:
- current instance
-